Searched refs:ColorPropertyValue (Results 1 – 4 of 4) sorted by relevance
55 PropertyHandle<ColorPropertyValue, sksg::Color>::~PropertyHandle() {} in ~PropertyHandle()58 ColorPropertyValue PropertyHandle<ColorPropertyValue, sksg::Color>::get() const { in get()63 void PropertyHandle<ColorPropertyValue, sksg::Color>::set(const ColorPropertyValue& c) { in set()
49 skottie::ColorPropertyValue getColor(const PropKey&) const;50 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
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()
31 using ColorPropertyValue = SkColor; variable104 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue,