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

/external/skia/src/core/
H A DSkPathMeasure.cpp103 int halft = (mint + maxt) >> 1; local
106 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex);
107 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex);
127 int halft = (mint + maxt) >> 1; local
130 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex);
131 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex);

Completed in 198 milliseconds