Home
last modified time | relevance | path

Searched refs:next_page (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Doutput._interface.class.php51 function next_page($height) { } function in OutputDriver
Doutput.pdflib.class.php259 function next_page($height) { function in OutputDriverPdflib
275 parent::next_page($height);
Doutput.fastps.class.php201 function next_page($height) { function in OutputDriverFastPS
220 parent::next_page($height);
Doutput.pcl.class.php279 function next_page() { /* N/A */ } function in OutputDriverPCL
Doutput.fpdf.class.php312 function next_page($height) { function in OutputDriverFPDF
325 parent::next_page($height);
Doutput._generic.class.php101 function next_page($old_page_height) { function in OutputDriverGeneric
Doutput.png.class.php456 function next_page() { /* N/A */ } function in OutputDriverPNG
Dpipeline.class.php842 $this->output_driver->next_page($current_page_offset);