Home
last modified time | relevance | path

Searched refs:maybe_line_break (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.whitespace.php76 } elseif ($this->maybe_line_break($parent, $context)) {
H A Dbox.generic.inline.php39 function maybe_line_break(&$parent, &$context) { function in GenericInlineBox
H A Dbox.inline.control.php32 $this->maybe_line_break($parent, $context);
H A Dbox.text.php199 function maybe_line_break(&$parent, &$context) { function in TextBox
302 do { $i++; } while ($this->maybe_line_break($parent, $context) && $i < 100);
H A Dbox.img.php73 $this->maybe_line_break($parent, $context);