Home
last modified time | relevance | path

Searched refs:buildEffectShader (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
H A DSphereEffect.cpp193 sk_sp<SkShader> buildEffectShader(float selector) { in buildEffectShader() function in skottie::internal::__anon18565::final
229 fSphereShader = this->buildEffectShader(1);
232 auto outside = this->buildEffectShader(-1);
H A DBuldgeEffect.cpp100 sk_sp<SkShader> buildEffectShader() { in buildEffectShader() function in skottie::internal::__anon18543::final
127 fEffectShader = buildEffectShader();
H A DSkSLEffect.cpp102 this->node()->setShader(buildEffectShader());
105 sk_sp<SkShader> buildEffectShader() const { in buildEffectShader() function in skottie::internal::__anon18564::final
H A DFractalNoiseEffect.cpp287 sk_sp<SkShader> buildEffectShader() const { in buildEffectShader() function in skottie::internal::__anon18551::final
307 fEffectShader = this->buildEffectShader();
H A DDisplacementMapEffect.cpp166 sk_sp<SkShader> buildEffectShader(sksg::InvalidationController* ic, const SkMatrix& ctm) {
244 fEffectShader = this->buildEffectShader(ic, ctm);

Completed in 4 milliseconds