Home
last modified time | relevance | path

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

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