Home
last modified time | relevance | path

Searched refs:halft (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkContourMeasure.cpp212 int halft = (mint + maxt) >> 1; in compute_quad_segs() local
215 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs()
216 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs()
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, max
[all...]

Completed in 2 milliseconds