Home
last modified time | relevance | path

Searched refs:reflow_text (Results 1 – 9 of 9) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php902 function reflow_text(&$viewport) { function in GenericContainerBox
905 if (is_null($this->content[$i]->reflow_text($viewport))) {
H A Dbox.generic.php358 function reflow_text() { return true; } function in GenericBox
H A Dbox.img.php109 function reflow_text(&$driver) { function in GenericImgBox
H A Dbox.list-item.php83 function reflow_text(&$driver) { function in ListItemBox
84 if (is_null($this->str_number_box->reflow_text($driver))) {
88 return GenericContainerBox::reflow_text($driver);
H A Dbox.note-call.class.php132 function reflow_text(&$driver) { function in BoxNoteCall
133 $this->_note_content->reflow_text($driver);
134 $this->_note_marker_box->reflow_text($driver);
135 $this->_note_call_box->reflow_text($driver);
H A Dbox.text.php341 function reflow_text(&$driver) { function in TextBox
H A Dbox.whitespace.php84 function reflow_text(&$driver) { function in WhitespaceBox
85 if (is_null(parent::reflow_text($driver))) {
H A Dlayout.default.class.php8 if (is_null($box->reflow_text($driver))) {
H A Dpipeline.class.php644 $boxes[$selector]->reflow_text($this->output_driver);