Home
last modified time | relevance | path

Searched refs:ColorPropertyValue (Results 1 – 4 of 4) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieProperty.cpp59 PropertyHandle<ColorPropertyValue, sksg::Color>::~PropertyHandle() {} in ~PropertyHandle()
62 ColorPropertyValue PropertyHandle<ColorPropertyValue, sksg::Color>::get() const { in get()
67 void PropertyHandle<ColorPropertyValue, sksg::Color>::set(const ColorPropertyValue& c) { in set()
/external/skia/modules/skottie/utils/
DSkottieUtils.cpp153 skottie::ColorPropertyValue CustomPropertyManager::getColor(const PropKey& key) const { in getColor()
154 return this->get<skottie::ColorPropertyValue>(key, fColorMap); in getColor()
157 bool CustomPropertyManager::setColor(const PropKey& key, const skottie::ColorPropertyValue& c) { in setColor()
308 std::unordered_map<SlotID, skottie::ColorPropertyValue> fColorMap;
DSkottieUtils.h49 skottie::ColorPropertyValue getColor(const PropKey&) const;
50 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
/external/skia/modules/skottie/include/
DSkottieProperty.h35 using ColorPropertyValue = SkColor; variable
125 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue,