Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h87 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue , sksg::Color >; variable
106 const LazyHandle<ColorPropertyHandle>&);
/third_party/skia/modules/skottie/include/
DSkottieProperty.h104 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue, variable
129 const LazyHandle<ColorPropertyHandle>&);
/third_party/skia/modules/skottie/tests/
DExpression.cpp63 const LazyHandle<ColorPropertyHandle>& color_handle) override { in onColorProperty()
74 std::unique_ptr<ColorPropertyHandle> color_handle_;
/third_party/skia/modules/skottie/utils/
DSkottieUtils.h103 PropMap<skottie::ColorPropertyHandle> fColorMap;
DSkottieUtils.cpp17 const LazyHandle<skottie::ColorPropertyHandle>& c) override { in onColorProperty()
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp114 const LazyHandle<ColorPropertyHandle>&) {} in onColorProperty() argument
DSkottieTest.cpp134 std::unique_ptr<skottie::ColorPropertyHandle> handle; in DEF_TEST()
153 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override { in DEF_TEST()
DSkottie.cpp348 return std::unique_ptr<ColorPropertyHandle>(new ColorPropertyHandle(c)); in dispatchColorProperty()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp121 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.cpp246 return std::make_unique<ColorPropertyHandle>(c); in dispatchColorProperty()
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.h142 PropMap<skottie::ColorPropertyHandle> fColorMap;
DSkottieUtils.cpp106 const LazyHandle<skottie::ColorPropertyHandle>& c) override { in onColorProperty()