Lines Matching refs:path
219 // Add a portion of a circle to 'path'. The points 'o1' and 'o2' are on the border of the circle
221 static void add_arc(SkPath* path,
260 path->arcTo(r, startDeg, sweepDeg, false);
320 static SkBitmap make_bitmap(SkColorType colorType, const SkPath& path,
350 canvas->drawPath(path, paint);
809 SkPath path = create_splat(origin, innerRadius, outerRadius, 1.0f, 5, &circles);
810 fOriginalBMs[0] = make_bitmap(kRGBA_8888_SkColorType, path, circles, false, fUseSubset);
816 SkPath path = create_splat(origin, innerRadius, outerRadius, 1.0f, 7, &circles);
817 fOriginalBMs[1] = make_bitmap(kRGBA_8888_SkColorType, path, circles, true, fUseSubset);
1015 SkPath path = create_splat(origin, innerRadius, outerRadius, 1.0f, 5, &circles);
1016 fOriginalBMs[0] = make_bitmap(kN32_SkColorType, path, circles, false, false);
1022 SkPath path = create_splat(origin, innerRadius, outerRadius, 1.0f, 7, &circles);
1023 fOriginalBMs[1] = make_bitmap(kN32_SkColorType, path, circles, true, false);