Searched refs:HCConstraint (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | height.php | 46 class HCConstraint { class 168 $constraint =& new HCConstraint($constant, $min, $max); 178 function HCConstraint($constant, $min, $max) { function in HCConstraint
|
H A D | box.table.cell.fake.php | 49 return new HCConstraint(null, null, null);
|
H A D | layout.default.class.php | 16 $box->_height_constraint = new HCConstraint(null, null, null);
|
H A D | box.note-call.class.php | 28 $this->put_height_constraint(new HCConstraint(null, null, null));
|
H A D | box.frame.php | 19 $hc = new HCConstraint(array($this->get_height(), false),
|
H A D | box.table.php | 188 $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 D | box.page.margin.class.php | 125 $this->put_height_constraint(new HCConstraint(array($this->height, false),
|
H A D | box.generic.formatted.php | 301 $this->_height_constraint =& HCConstraint::create($this);
|