Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php436 function get_extra_line_left() { function in InlineBox
437 return $this->get_extra_left() + ($this->parent ? $this->parent->get_extra_line_left() : 0);
H A Dbox.generic.formatted.php669 function get_extra_line_left() { return 0; } function in GenericFormattedBox
H A Dbox.container.php510 $sum += $element->parent->get_extra_line_left();