Home
last modified time | relevance | path

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

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