Lines Matching defs:count
131 int count = SkDCubic::RootsValidT(A, B, C, D, roots);
132 for (int index = 0; index < count; ++index) {
141 count = c.searchRoots(extremeTs, extrema, 0, SkDCubic::kXAxis, roots);
145 return count;
171 int count = SkDCubic::RootsValidT(A, B, C, D, roots);
172 for (int index = 0; index < count; ++index) {
177 count = c.searchRoots(extremeTs, extrema, axisIntercept, SkDCubic::kYAxis, roots);
181 return count;
190 int count = HorizontalIntersect(fCubic, axisIntercept, roots);
191 for (int index = 0; index < count; ++index) {
234 int count = SkDCubic::RootsValidT(A, B, C, D, roots);
235 for (int index = 0; index < count; ++index) {
240 count = c.searchRoots(extremeTs, extrema, axisIntercept, SkDCubic::kXAxis, roots);
244 return count;
253 int count = VerticalIntersect(fCubic, axisIntercept, roots);
254 for (int index = 0; index < count; ++index) {