Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php625 function extend_height($y_coord) { argument
626 $this->put_height(max($this->get_height(), $this->get_top() - $y_coord));
H A Dpdf.fpdf.php298 return $handler->y_coord($this->y);
302 return $handler->y_coord($this->y+$this->h);
1096 $this->y_coord($y)));
1102 $this->y_coord($y)));
1121 function y_coord($y) { function in FPDF
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php202 return $handler->y_coord($this->y);
206 return $handler->y_coord($this->y+$this->h);
1007 $this->y_coord($y)));
1013 $this->y_coord($y)));
1032 function y_coord($y) { function in FPDF