Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php22 $this->content[0]->put_height_constraint($hc);
250 $this->put_height_constraint(new WCConstant($viewport->get_height()));
286 $frame->put_height_constraint(new WCConstant($frame->get_height()));
H A Dfilter.pre.height-constraint.class.php26 $tree->put_height_constraint($hc);
H A Dbox.button.php86 $this->put_height_constraint($hc);
H A Dbox.note-call.class.php28 $this->put_height_constraint(new HCConstraint(null, null, null));
H A Dbox.table.php206 $cell->put_height_constraint($hc);
1342 $this->put_height_constraint($hc);
H A Dbox.page.margin.class.php125 $this->put_height_constraint(new HCConstraint(array($this->height, false),
H A Dbox.generic.formatted.php616 function put_height_constraint(&$wc) { function in GenericFormattedBox