Home
last modified time | relevance | path

Searched refs:get_extra_right (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.simple.php33 function get_extra_right() { function in SimpleInlineBox
H A Dbox.text.string.php30 function get_extra_right() { function in TextBoxString
H A Dbox.whitespace.php29 function get_extra_right() { function in WhitespaceBox
H A Dstrategy.position.absolute.php74 … $left = $containing_block['right'] - $right_value - $box->get_extra_right() - $box->get_width();
H A Dbox.inline.php386 $parent->_current_x += $this->get_extra_right();
441 return $this->get_extra_right() + ($this->parent ? $this->parent->get_extra_line_right() : 0);
H A Dbox.generic.formatted.php459 $this->get_extra_right();
652 function get_extra_right() { function in GenericFormattedBox
784 $this->get_extra_right();
H A Dbox.frame.php215 $this->put_left($containing_block['right'] - $right_value - $this->get_extra_right());