Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/include/
DSkottieProperty.h67 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue , sksg::Color >; variable
85 const LazyHandle<ColorPropertyHandle>&);
/external/skia/modules/skottie/include/
DSkottieProperty.h103 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue, variable
126 const LazyHandle<ColorPropertyHandle>&);
/external/skqp/modules/skottie/src/
DSkottieProperty.cpp81 const LazyHandle<ColorPropertyHandle>&) {} in onColorProperty() argument
DSkottieTest.cpp91 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override { in DEF_TEST()
DSkottie.cpp289 return std::unique_ptr<ColorPropertyHandle>(new ColorPropertyHandle(c)); in dispatchColorProperty()
/external/skia/modules/skottie/utils/
DSkottieUtils.h103 PropMap<skottie::ColorPropertyHandle> fColorMap;
DSkottieUtils.cpp17 const LazyHandle<skottie::ColorPropertyHandle>& c) override { in onColorProperty()
/external/skia/modules/skottie/src/
DSkottieProperty.cpp120 const LazyHandle<ColorPropertyHandle>&) {} in onColorProperty() argument
DSkottieTest.cpp137 std::unique_ptr<skottie::ColorPropertyHandle> handle; in DEF_TEST()
156 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override { in DEF_TEST()
DSkottie.cpp243 return std::make_unique<ColorPropertyHandle>(c); in dispatchColorProperty()
/external/skqp/modules/skottie/utils/
DSkottieUtils.h133 PropMap<skottie::ColorPropertyHandle> fColorMap;
DSkottieUtils.cpp68 const LazyHandle<skottie::ColorPropertyHandle>& c) override { in onColorProperty()