Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h88 using OpacityPropertyHandle = PropertyHandle<OpacityPropertyValue , sksg::OpacityEffect >; variable
108 const LazyHandle<OpacityPropertyHandle>&);
/third_party/skia/modules/skottie/include/
DSkottieProperty.h106 using OpacityPropertyHandle = PropertyHandle<OpacityPropertyValue, variable
131 const LazyHandle<OpacityPropertyHandle>&);
/third_party/skia/modules/skottie/tests/
DExpression.cpp53 const LazyHandle<OpacityPropertyHandle>& opacity_handle) override { in onOpacityProperty()
72 std::unique_ptr<OpacityPropertyHandle> opacity_handle_;
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp117 const LazyHandle<OpacityPropertyHandle>&) {} in onOpacityProperty() argument
DSkottie.cpp362 return std::unique_ptr<OpacityPropertyHandle>(new OpacityPropertyHandle(o)); in dispatchOpacityProperty()
DSkottieTest.cpp139 std::unique_ptr<skottie::OpacityPropertyHandle> handle; in DEF_TEST()
158 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override { in DEF_TEST()
/third_party/skia/modules/skottie/utils/
DSkottieUtils.h104 PropMap<skottie::OpacityPropertyHandle> fOpacityMap;
DSkottieUtils.cpp25 const LazyHandle<skottie::OpacityPropertyHandle>& o) override { in onOpacityProperty()
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.h143 PropMap<skottie::OpacityPropertyHandle> fOpacityMap;
DSkottieUtils.cpp114 const LazyHandle<skottie::OpacityPropertyHandle>& o) override { in onOpacityProperty()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp124 const LazyHandle<OpacityPropertyHandle>&) {} in onOpacityProperty() argument
DSkottieTest.cpp142 std::unique_ptr<skottie::OpacityPropertyHandle> handle; in DEF_TEST()
162 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override { in DEF_TEST()
DSkottie.cpp260 return std::make_unique<OpacityPropertyHandle>(o); in dispatchOpacityProperty()