Lines Matching full:skottie
11 #include "modules/skottie/include/ExternalLayer.h"
12 #include "modules/skottie/include/Skottie.h"
13 #include "modules/skottie/include/SkottieProperty.h"
49 skottie::ColorPropertyValue getColor(const PropKey&) const;
50 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
53 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
54 bool setOpacity(const PropKey&, const skottie::OpacityPropertyValue&);
57 skottie::TransformPropertyValue getTransform(const PropKey&) const;
58 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
61 skottie::TextPropertyValue getText(const PropKey&) const;
62 bool setText(const PropKey&, const skottie::TextPropertyValue&);
71 sk_sp<skottie::PropertyObserver> getPropertyObserver() const;
74 sk_sp<skottie::MarkerObserver> getMarkerObserver() const;
103 PropMap<skottie::ColorPropertyHandle> fColorMap;
104 PropMap<skottie::OpacityPropertyHandle> fOpacityMap;
105 PropMap<skottie::TransformPropertyHandle> fTransformMap;
106 PropMap<skottie::TextPropertyHandle> fTextMap;
117 class ExternalAnimationPrecompInterceptor final : public skottie::PrecompInterceptor {
123 sk_sp<skottie::ExternalLayer> onLoadPrecomp(const char[], const char[], const SkSize&) override;