Home
last modified time | relevance | path

Searched refs:show_fixed (Results 1 – 11 of 11) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.field.pageno.php51 function show_fixed(&$driver) { function in BoxTextFieldPageNo
71 if (is_null(TextBoxString::show_fixed($driver))) {
H A Dbox.field.pages.php57 function show_fixed(&$viewport) { function in BoxTextFieldPages
79 if (is_null(TextBoxString::show_fixed($viewport))) {
H A Dbox.note-call.class.php173 $this->_note_call_box->show_fixed($driver);
185 $this->_note_marker_box->show_fixed($driver);
192 $this->_note_content->show_fixed($driver);
H A Dbox.block.php395 function show_fixed(&$driver) { function in BlockBox
458 return GenericContainerBox::show_fixed($driver);
H A Dbox.generic.php227 function show_fixed(&$driver) { function in GenericBox
H A Dbox.img.php159 function show_fixed(&$driver) { function in GenericImgBox
H A Dbox.container.php163 function show_fixed(&$driver) { function in GenericContainerBox
200 if (is_null($child->show_fixed($driver))) {
H A Dbox.text.php625 function show_fixed(&$driver) { function in TextBox
H A Dbox.page.margin.class.php141 $this->show_fixed($driver);
H A Dbox.generic.formatted.php906 function show_fixed(&$viewport) { function in GenericFormattedBox
H A Dpipeline.class.php1101 if (is_null($current_box->show_fixed($this->output_driver))) {