Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h89 using TextPropertyHandle = PropertyHandle<TextPropertyValue , internal::TextAdapter >; variable
110 const LazyHandle<TextPropertyHandle>&);
/third_party/skia/modules/skottie/include/
DSkottieProperty.h108 using TextPropertyHandle = PropertyHandle<TextPropertyValue, variable
133 const LazyHandle<TextPropertyHandle>&);
/third_party/skia/modules/skottie/tests/
DExpression.cpp68 const LazyHandle<TextPropertyHandle>& text_handle) override { in onTextProperty()
75 std::unique_ptr<TextPropertyHandle> text_handle_;
/third_party/skia/modules/skottie/utils/
DSkottieUtils.h106 PropMap<skottie::TextPropertyHandle> fTextMap;
DSkottieUtils.cpp41 const LazyHandle<skottie::TextPropertyHandle>& t) override { in onTextProperty()
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp120 const LazyHandle<TextPropertyHandle>&) {} in onTextProperty() argument
DSkottieTest.cpp144 std::unique_ptr<skottie::TextPropertyHandle> handle; in DEF_TEST()
163 const PropertyObserver::LazyHandle<TextPropertyHandle>& lh) override { in DEF_TEST()
DSkottie.cpp376 return std::unique_ptr<TextPropertyHandle>(new TextPropertyHandle(t)); in dispatchTextProperty()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp127 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.cpp274 return std::make_unique<TextPropertyHandle>(t); in dispatchTextProperty()