Home
last modified time | relevance | path

Searched refs:put_height (Results 1 – 6 of 6) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.img.php37 $this->put_height($size);
271 $box->put_height($height);
290 $this->put_height(px2pt($this->image->sy()));
308 $this->put_height($size);
H A Dbox.page.php40 $this->put_height(mm2pt($media->real_height()));
H A Dbox.generic.formatted.php626 $this->put_height(max($this->get_height(), $this->get_top() - $y_coord));
855 function put_height($value) { function in GenericFormattedBox
864 $this->put_height($value - $this->_get_vert_extra());
H A Dbox.text.php72 function put_height($value) { function in TextBox
99 $this->put_height(($this->ascender + $this->descender)*$scale);
H A Dbox.inline.php69 $fake_box->put_height($this->top - $this->bottom);
H A Dbox.table.php576 $this->put_height(array_sum($heights));