Home
last modified time | relevance | path

Searched refs:HCConstraint (Results 1 – 8 of 8) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php19 $hc = new HCConstraint(array($this->get_height(), false),
H A Dbox.generic.formatted.php301 $this->_height_constraint =& HCConstraint::create($this);
H A Dbox.note-call.class.php28 $this->put_height_constraint(new HCConstraint(null, null, null));
H A Dbox.page.margin.class.php125 $this->put_height_constraint(new HCConstraint(array($this->height, false),
H A Dbox.table.cell.fake.php49 return new HCConstraint(null, null, null);
H A Dbox.table.php188 $this->rhc[$i] = new HCConstraint(null, null, null);
205 $hc = new HCConstraint(null, null, null);
1339 $hc = new HCConstraint(array($total_height, false),
H A Dheight.php46 class HCConstraint { class
168 $constraint =& new HCConstraint($constant, $min, $max);
178 function HCConstraint($constant, $min, $max) { function in HCConstraint
H A Dlayout.default.class.php16 $box->_height_constraint = new HCConstraint(null, null, null);