Home
last modified time | relevance | path

Searched refs:reflow_whitespace (Results 1 – 10 of 10) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dbox.note-call.class.php126 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in BoxNoteCall
129 $this->_note_content->reflow_whitespace($ls, $pw);
Dbox.whitespace.php101 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in WhitespaceBox
Dbox.br.php174 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in BRBox
Dlayout.default.class.php38 $box->reflow_whitespace($flag, $whitespace_flag);
Dbox.inline.php414 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in InlineBox
428 $child->reflow_whitespace($linebox_started, $previous_whitespace);
Dbox.img.php153 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in GenericImgBox
Dbox.generic.php368 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in GenericBox
Dbox.container.php984 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in GenericContainerBox
992 $child->reflow_whitespace($linebox_started, $previous_whitespace);
Dbox.text.php652 function reflow_whitespace(&$linebox_started, &$previous_whitespace) { function in TextBox
Dpipeline.class.php643 $boxes[$selector]->reflow_whitespace($linebox_started, $previous_whitespace);