Lines Matching refs:SkShader
41 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2],
43 SkShader::TileMode mode,
45 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], in MakeLinear()
47 SkShader::TileMode mode) { in MakeLinear()
63 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2],
65 const SkScalar pos[], int count, SkShader::TileMode mode,
67 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], in MakeLinear()
69 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
86 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius,
88 SkShader::TileMode mode,
90 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius, in MakeRadial()
92 SkShader::TileMode mode) { in MakeRadial()
109 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius,
111 const SkScalar pos[], int count, SkShader::TileMode mode,
113 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius, in MakeRadial()
115 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
125 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
128 int count, SkShader::TileMode mode,
130 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical()
133 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
144 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
148 int count, SkShader::TileMode mode,
150 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical()
154 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
171 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
174 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
191 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
195 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()