Lines Matching refs:MakeSweep
210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
218 return MakeSweep(cx, cy, colors, pos, count, SkTileMode::kClamp, 0, 360, flags,
221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
223 return MakeSweep(cx, cy, colors, pos, count, 0, nullptr);
242 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
252 return MakeSweep(cx, cy, colors, std::move(colorSpace), pos, count,
255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
258 return MakeSweep(cx, cy, colors, std::move(colorSpace), pos, count, 0, nullptr);