Home
last modified time | relevance | path

Searched refs:getPageLeft (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.php451 $this->moveto($driver->getPageLeft() + $horizontal_offset,
H A Dpipeline.class.php1052 $footnote_x = $this->output_driver->getPageLeft();
1072 $this->output_driver->moveto($this->output_driver->getPageLeft(),
1074 …$this->output_driver->lineto($this->output_driver->getPageLeft() + $this->output_driver->getPageWi…
H A Doutput._generic.class.php126 function getPageLeft() { function in OutputDriverGeneric