Lines Matching full:skottie
12 #include "Skottie.h"
28 class MultiFrameImageAsset final : public skottie::ImageAsset {
41 using INHERITED = skottie::ImageAsset;
44 class FileResourceProvider final : public skottie::ResourceProvider {
50 sk_sp<skottie::ImageAsset> loadImageAsset(const char[], const char []) const override;
57 using INHERITED = skottie::ResourceProvider;
80 skottie::ColorPropertyValue getColor(const PropKey&) const;
81 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
84 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
85 bool setOpacity(const PropKey&, const skottie::OpacityPropertyValue&);
88 skottie::TransformPropertyValue getTransform(const PropKey&) const;
89 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
98 sk_sp<skottie::PropertyObserver> getPropertyObserver() const;
101 sk_sp<skottie::MarkerObserver> getMarkerObserver() const;
133 PropMap<skottie::ColorPropertyHandle> fColorMap;
134 PropMap<skottie::OpacityPropertyHandle> fOpacityMap;
135 PropMap<skottie::TransformPropertyHandle> fTransformMap;