Searched refs:ColorPropertyValue (Results 1 – 4 of 4) sorted by relevance
59 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()
153 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;
49 skottie::ColorPropertyValue getColor(const PropKey&) const;50 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
35 using ColorPropertyValue = SkColor; variable125 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue,