Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.height-constraint.class.php20 $parent_hc = $tree->parent->get_height_constraint();
21 $hc = $tree->get_height_constraint();
34 $hc = $tree->get_height_constraint();
H A Dbox.table.cell.fake.php48 function get_height_constraint() { function in FakeTableCellBox
H A Dbox.input.text.php43 $hc = $this->get_height_constraint();
H A Dbox.button.php82 $hc = $this->get_height_constraint();
H A Dbox.img.php297 $hc = $this->get_height_constraint();
H A Dbox.generic.formatted.php612 function get_height_constraint() { function in GenericFormattedBox
H A Dbox.table.php202 $this->rhc[$i] = merge_height_constraint($this->rhc[$i], $cell->get_height_constraint());