Searched refs:hc1 (Results 1 – 1 of 1) sorted by relevance
13 function merge_height_constraint($hc1, $hc2) { argument16 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;