Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/include/
DSkottieProperty.h68 using OpacityPropertyHandle = PropertyHandle<OpacityPropertyValue , sksg::OpacityEffect >; variable
87 const LazyHandle<OpacityPropertyHandle>&);
/external/skia/modules/skottie/include/
DSkottieProperty.h105 using OpacityPropertyHandle = PropertyHandle<OpacityPropertyValue, variable
128 const LazyHandle<OpacityPropertyHandle>&);
/external/skqp/modules/skottie/src/
DSkottieProperty.cpp84 const LazyHandle<OpacityPropertyHandle>&) {} in onOpacityProperty() argument
DSkottieTest.cpp96 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override { in DEF_TEST()
DSkottie.cpp303 return std::unique_ptr<OpacityPropertyHandle>(new OpacityPropertyHandle(o)); in dispatchOpacityProperty()
/external/skia/modules/skottie/utils/
DSkottieUtils.h104 PropMap<skottie::OpacityPropertyHandle> fOpacityMap;
DSkottieUtils.cpp25 const LazyHandle<skottie::OpacityPropertyHandle>& o) override { in onOpacityProperty()
/external/skia/modules/skottie/src/
DSkottieProperty.cpp123 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.cpp257 return std::make_unique<OpacityPropertyHandle>(o); in dispatchOpacityProperty()
/external/skqp/modules/skottie/utils/
DSkottieUtils.h134 PropMap<skottie::OpacityPropertyHandle> fOpacityMap;
DSkottieUtils.cpp76 const LazyHandle<skottie::OpacityPropertyHandle>& o) override { in onOpacityProperty()