Home
last modified time | relevance | path

Searched refs:get_extra_line_right (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php440 function get_extra_line_right() { function in InlineBox
441 return $this->get_extra_right() + ($this->parent ? $this->parent->get_extra_line_right() : 0);
H A Dbox.generic.formatted.php670 function get_extra_line_right() { return 0; } function in GenericFormattedBox
H A Dbox.container.php514 $sum += $element->parent->get_extra_line_right();