Home
last modified time | relevance | path

Searched refs:TextPropertyHandle (Results 1 – 6 of 6) sorted by relevance

/external/skia/modules/skottie/include/
DSkottieProperty.h107 using TextPropertyHandle = PropertyHandle<TextPropertyValue, variable
130 const LazyHandle<TextPropertyHandle>&);
/external/skia/modules/skottie/utils/
DSkottieUtils.h106 PropMap<skottie::TextPropertyHandle> fTextMap;
DSkottieUtils.cpp41 const LazyHandle<skottie::TextPropertyHandle>& t) override { in onTextProperty()
/external/skia/modules/skottie/src/
DSkottieProperty.cpp126 const LazyHandle<TextPropertyHandle>&) {} in onTextProperty() argument
DSkottieTest.cpp147 std::unique_ptr<skottie::TextPropertyHandle> handle; in DEF_TEST()
167 const PropertyObserver::LazyHandle<TextPropertyHandle>& lh) override { in DEF_TEST()
DSkottie.cpp271 return std::make_unique<TextPropertyHandle>(t); in dispatchTextProperty()