Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php629 function extend_width($x_coord) { argument
630 $this->put_width(max($this->get_width(), $x_coord - $this->get_left()));
H A Dpdf.fpdf.php290 return $handler->x_coord($this->x);
294 return $handler->x_coord($this->x+$this->w);
1095 $this->x_coord($x),
1101 $this->x_coord($x),
1117 function x_coord($x) { function in FPDF
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php194 return $handler->x_coord($this->x);
198 return $handler->x_coord($this->x+$this->w);
1006 $this->x_coord($x),
1012 $this->x_coord($x),
1028 function x_coord($x) { function in FPDF