Lines Matching refs:halft
212 int halft = (mint + maxt) >> 1;
215 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex);
216 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex);
237 int halft = (mint + maxt) >> 1;
238 SkPoint halfPt = conic.evalAt(tValue2Scalar(halft));
243 distance = this->compute_conic_segs(conic, distance, mint, minPt, halft, halfPt, ptIndex);
244 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex);
265 int halft = (mint + maxt) >> 1;
268 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex);
269 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex);