Lines Matching refs:index
113 for (size_t index = 3; index < SK_ARRAY_COUNT(oneChops); ++index) {
114 REPORTER_ASSERT(reporter, oneChops[index] == pts[3]);
119 static void check_pairs(skiatest::Reporter* reporter, int index, SkScalar t, const char name[],
124 name, index, t, x0, y0, x1, y1);
197 for (int index = 0; index < count; ++index) {
198 SkConic conic(&pts[index * 3], 0.707f);
199 SkVector start = SkEvalQuadTangentAt(&pts[index * 3], 0);
200 SkVector mid = SkEvalQuadTangentAt(&pts[index * 3], .5f);
201 SkVector end = SkEvalQuadTangentAt(&pts[index * 3], 1);
217 for (int index = 0; index < count; ++index) {
218 SkConic conic(&pts[index * 3], 0.707f);
273 for (int index = 0; index < count; ++index) {
274 SkConic conic(&pts[index * 3], 0.707f);
276 SkEvalCubicAt(&pts[index * 4], 0, nullptr, &start, nullptr);
277 SkEvalCubicAt(&pts[index * 4], .5f, nullptr, &mid, nullptr);
278 SkEvalCubicAt(&pts[index * 4], 1, nullptr, &end, nullptr);