Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php13 function merge_height_constraint($hc1, $hc2) { argument
16 if (!is_null($hc1->constant)) { return $hc1; };
28 if (is_null($hc2->min) && is_null($hc2->max)) { return $hc1; };
31 if (is_null($hc1->min) && is_null($hc1->max)) { return $hc2; };
34 return $hc1;