Lines Matching defs:count
35 int count = SkChopCubicAtMaxCurvature(src, dst, tValues);
37 REPORTER_ASSERT(reporter, count);
196 int count = (int) SK_ARRAY_COUNT(pts) / 3;
197 for (int index = 0; index < count; ++index) {
216 int count = (int) SK_ARRAY_COUNT(pts) / 3;
217 for (int index = 0; index < count; ++index) {
272 int count = (int) SK_ARRAY_COUNT(pts) / 4;
273 for (int index = 0; index < count; ++index) {
623 int count = SkChopQuadAtMaxCurvature(pts, pts); // Ensure src and dst can be the same pointer.
624 REPORTER_ASSERT(reporter, count == 1 || count == 2);
631 count = SkChopQuadAtMaxCurvature(pts, pts);