Home
last modified time | relevance | path

Searched refs:LazyHandle (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/modules/skottie/include/
DSkottieProperty.h103 using LazyHandle = std::function<std::unique_ptr<T>()>;
106 const LazyHandle<ColorPropertyHandle>&);
108 const LazyHandle<OpacityPropertyHandle>&);
110 const LazyHandle<TextPropertyHandle>&);
112 const LazyHandle<TransformPropertyHandle>&);
/third_party/skia/modules/skottie/include/
DSkottieProperty.h126 using LazyHandle = std::function<std::unique_ptr<T>()>; variable
129 const LazyHandle<ColorPropertyHandle>&);
131 const LazyHandle<OpacityPropertyHandle>&);
133 const LazyHandle<TextPropertyHandle>&);
135 const LazyHandle<TransformPropertyHandle>&);
/third_party/flutter/skia/modules/skottie/src/
DSkottieProperty.cpp114 const LazyHandle<ColorPropertyHandle>&) {} in onColorProperty()
117 const LazyHandle<OpacityPropertyHandle>&) {} in onOpacityProperty()
120 const LazyHandle<TextPropertyHandle>&) {} in onTextProperty()
123 const LazyHandle<TransformPropertyHandle>&) {} in onTransformProperty()
DSkottieTest.cpp153 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override { in DEF_TEST()
158 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override { in DEF_TEST()
163 const PropertyObserver::LazyHandle<TextPropertyHandle>& lh) override { in DEF_TEST()
168 const PropertyObserver::LazyHandle<TransformPropertyHandle>& lh) override { in DEF_TEST()
/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp121 const LazyHandle<ColorPropertyHandle>&) {} in onColorProperty()
124 const LazyHandle<OpacityPropertyHandle>&) {} in onOpacityProperty()
127 const LazyHandle<TextPropertyHandle>&) {} in onTextProperty()
130 const LazyHandle<TransformPropertyHandle>&) {} in onTransformProperty()
DSkottieTest.cpp156 const PropertyObserver::LazyHandle<ColorPropertyHandle>& lh) override { in DEF_TEST()
162 const PropertyObserver::LazyHandle<OpacityPropertyHandle>& lh) override { in DEF_TEST()
167 const PropertyObserver::LazyHandle<TextPropertyHandle>& lh) override { in DEF_TEST()
172 const PropertyObserver::LazyHandle<TransformPropertyHandle>& lh) override { in DEF_TEST()
/third_party/skia/modules/skottie/tests/
DExpression.cpp53 const LazyHandle<OpacityPropertyHandle>& opacity_handle) override { in onOpacityProperty()
58 const LazyHandle<TransformPropertyHandle>& transform_handle) override { in onTransformProperty()
63 const LazyHandle<ColorPropertyHandle>& color_handle) override { in onColorProperty()
68 const LazyHandle<TextPropertyHandle>& text_handle) override { in onTextProperty()
/third_party/skia/modules/skottie/utils/
DSkottieUtils.cpp17 const LazyHandle<skottie::ColorPropertyHandle>& c) override { in onColorProperty()
25 const LazyHandle<skottie::OpacityPropertyHandle>& o) override { in onOpacityProperty()
33 const LazyHandle<skottie::TransformPropertyHandle>& t) override { in onTransformProperty()
41 const LazyHandle<skottie::TextPropertyHandle>& t) override { in onTextProperty()
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.cpp106 const LazyHandle<skottie::ColorPropertyHandle>& c) override { in onColorProperty()
114 const LazyHandle<skottie::OpacityPropertyHandle>& o) override { in onOpacityProperty()
122 const LazyHandle<skottie::TransformPropertyHandle>& t) override { in onTransformProperty()