Searched refs:hc2 (Results 1 – 1 of 1) sorted by relevance
13 function merge_height_constraint($hc1, $hc2) { argument20 if (!is_null($hc2->constant)) { return $hc2; };28 if (is_null($hc2->min) && is_null($hc2->max)) { return $hc1; };31 if (is_null($hc1->min) && is_null($hc1->max)) { return $hc2; };