Searched defs:MakeTwoPointConical (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/include/effects/ |
D | SkGradientShader.h | 160 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical() function 180 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical() function
|
/third_party/skia/include/effects/ |
D | SkGradientShader.h | 165 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical() function 185 static sk_sp<SkShader> MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, in MakeTwoPointConical() function
|
/third_party/skia/modules/androidkit/src/ |
D | Gradients.cpp | 89 static jlong MakeTwoPointConical(JNIEnv* env, jobject, in MakeTwoPointConical() function
|
/third_party/flutter/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 735 sk_sp<SkShader> SkGradientShader::MakeTwoPointConical(const SkPoint& start, in MakeTwoPointConical() function in SkGradientShader 750 sk_sp<SkShader> SkGradientShader::MakeTwoPointConical(const SkPoint& start, in MakeTwoPointConical() function in SkGradientShader
|
/third_party/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 934 sk_sp<SkShader> SkGradientShader::MakeTwoPointConical(const SkPoint& start, in MakeTwoPointConical() function in SkGradientShader 949 sk_sp<SkShader> SkGradientShader::MakeTwoPointConical(const SkPoint& start, in MakeTwoPointConical() function in SkGradientShader
|