Home
last modified time | relevance | path

Searched refs:_get_vert_extra (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.default.class.php26 $box->height = mm2pt($media->real_height()) - $box->_get_vert_extra();
64 $box->height = $pages * $page_real_height - $box->_get_vert_extra();
H A Dbox.input.text.php47 return $normal_height - $this->_get_vert_extra();
H A Dbox.input.textarea.php28 return $normal_height - $this->_get_vert_extra();
H A Dbox.generic.formatted.php450 function _get_vert_extra() { function in GenericFormattedBox
864 $this->put_height($value - $this->_get_vert_extra());
H A Dbox.container.php478 return max(0, $max_top - $min_bottom) + $this->_get_vert_extra();
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.input.select.height.php24 pt2pt(33) + $element->_get_vert_extra());
H A Dtest.input.text.height.php24 pt2pt(22) + $element->_get_vert_extra());