Home
last modified time | relevance | path

Searched defs:MakeSweep (Results 1 – 10 of 10) sorted by relevance

/external/skia/include/effects/
DSkGradientShader.h215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() function
221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() function
248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() function
255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() function
/external/skia/gm/
Dgradient_dirty_laundry.cpp59 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode) { in MakeSweep() function
Dgradients_no_texture.cpp55 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode) { in MakeSweep() function
Dgradients.cpp106 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, in MakeSweep() function
/external/skia/samplecode/
DSampleGradients.cpp75 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep() function
DSampleSlides.cpp189 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep() function
/external/skia/modules/androidkit/src/
DGradients.cpp108 static jlong MakeSweep(JNIEnv* env, jobject, jfloat x, jfloat y, jfloat sa, jfloat ea, in MakeSweep() function
/external/skia/bench/
DGradientBench.cpp67 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, in MakeSweep() function
/external/skia/src/shaders/gradients/
DSkGradientShader.cpp1010 sk_sp<SkShader> SkGradientShader::MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() function in SkGradientShader
1024 sk_sp<SkShader> SkGradientShader::MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() function in SkGradientShader
/external/skia/src/gpu/gradients/
DGrGradientShader.cpp806 std::unique_ptr<GrFragmentProcessor> MakeSweep(const SkSweepGradient& shader, in MakeSweep() function