• Home
  • Raw
  • Download

Lines Matching refs:SkShader

70     static sk_sp<SkShader> MakeLinear(const SkPoint pts[2],
72 SkShader::TileMode mode,
74 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], in MakeLinear()
76 SkShader::TileMode mode) { in MakeLinear()
92 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2],
94 const SkScalar pos[], int count, SkShader::TileMode mode,
96 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], in MakeLinear()
98 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
115 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius,
117 SkShader::TileMode mode,
119 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius, in MakeRadial()
121 SkShader::TileMode mode) { in MakeRadial()
138 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius,
140 const SkScalar pos[], int count, SkShader::TileMode mode,
142 static sk_sp<SkShader> MakeRadial(const SkPoint& center, SkScalar radius, in MakeRadial()
144 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
155 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
158 int count, SkShader::TileMode mode,
160 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical()
163 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
174 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius,
178 int count, SkShader::TileMode mode,
180 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical()
184 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
205 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
207 SkShader::TileMode mode,
210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
213 return MakeSweep(cx, cy, colors, pos, count, SkShader::kClamp_TileMode, 0, 360, flags, in MakeSweep()
216 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
237 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy,
240 SkShader::TileMode mode,
243 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
248 SkShader::kClamp_TileMode, 0, 360, flags, localMatrix); in MakeSweep()
250 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()