Lines Matching refs:hc
205 $hc = new HCConstraint(null, null, null);
206 $cell->put_height_constraint($hc);
496 $hc = $this->get_rhc($i);
497 $cheights[] = $hc->apply($heights[$i], $this->content[$i], null);
1091 $hc = $this->get_rhc($i);
1093 (is_null($hc->constant)) &&
1094 (is_null($hc->min)) &&
1095 (is_null($hc->max));
1110 $hc = $this->get_rhc($i);
1112 (!is_null($hc->constant) ? !$hc->constant[1] : true) &&
1113 (!is_null($hc->min) ? !$hc->min[1] : true) &&
1114 (!is_null($hc->max) ? !$hc->max[1] : true);
1124 $hc = $this->get_rhc($i);
1126 $flags[$i] = $hc->is_null();
1191 $hc = $this->get_rhc($i);
1192 $flags[$i] = is_null($hc->constant);
1339 $hc = new HCConstraint(array($total_height, false),
1342 $this->put_height_constraint($hc);