Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp155 abuilder->dispatchColorProperty(color_node); in AttachColorFill()
163 abuilder->dispatchColorProperty(color_node); in AttachColorStroke()
/third_party/skia/modules/skottie/src/layers/
DSolidLayer.cpp39 this->dispatchColorProperty(solid_paint); in attachSolidLayer()
/third_party/skia/modules/skottie/src/effects/
DFillEffect.cpp54 abuilder.dispatchColorProperty(fColorNode); in FillAdapter()
/third_party/skia/modules/skottie/src/
DSkottiePriv.h174 bool dispatchColorProperty(const sk_sp<sksg::Color>&) const;
DSkottie.cpp239 bool AnimationBuilder::dispatchColorProperty(const sk_sp<sksg::Color>& c) const { in dispatchColorProperty() function in skottie::internal::AnimationBuilder