Home
last modified time | relevance | path

Searched refs:getEffect (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DFractalNoiseEffect.cpp251 sk_sp<SkRuntimeEffect> getEffect() const { in getEffect() function in skottie::internal::__anon15144e920111::FractalNoiseNode
264 sk_sp<SkRuntimeEffect> getEffect() const { in getEffect() function in skottie::internal::__anon15144e920111::FractalNoiseNode
267 return this->getEffect<FI, NoiseFractal::kBasic>(); in getEffect()
269 return this->getEffect<FI, NoiseFractal::kTurbulentBasic>(); in getEffect()
271 return this->getEffect<FI, NoiseFractal::kTurbulentSmooth>(); in getEffect()
273 return this->getEffect<FI, NoiseFractal::kTurbulentSharp>(); in getEffect()
278 sk_sp<SkRuntimeEffect> getEffect() const { in getEffect() function in skottie::internal::__anon15144e920111::FractalNoiseNode
280 case NoiseFilter::kNearest : return this->getEffect<NoiseFilter::kNearest>(); in getEffect()
281 case NoiseFilter::kLinear : return this->getEffect<NoiseFilter::kLinear>(); in getEffect()
282 case NoiseFilter::kSoftLinear: return this->getEffect<NoiseFilter::kSoftLinear>(); in getEffect()
[all …]