Searched refs:ColorPropertyValue (Results 1 – 8 of 8) sorted by relevance
/external/skqp/modules/skottie/src/ |
D | SkottieProperty.cpp | 29 PropertyHandle<ColorPropertyValue, sksg::Color>::~PropertyHandle() {} in ~PropertyHandle() 32 ColorPropertyValue PropertyHandle<ColorPropertyValue, sksg::Color>::get() const { in get() 37 void PropertyHandle<ColorPropertyValue, sksg::Color>::set(const ColorPropertyValue& c) { in set()
|
/external/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 54 PropertyHandle<ColorPropertyValue, sksg::Color>::~PropertyHandle() {} in ~PropertyHandle() 57 ColorPropertyValue PropertyHandle<ColorPropertyValue, sksg::Color>::get() const { in get() 62 void PropertyHandle<ColorPropertyValue, sksg::Color>::set(const ColorPropertyValue& c) { in set()
|
/external/skqp/modules/skottie/include/ |
D | SkottieProperty.h | 28 using ColorPropertyValue = SkColor; variable 67 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue , sksg::Color >;
|
/external/skqp/modules/skottie/utils/ |
D | SkottieUtils.cpp | 166 skottie::ColorPropertyValue CustomPropertyManager::getColor(const PropKey& key) const { in getColor() 167 return this->get<skottie::ColorPropertyValue>(key, fColorMap); in getColor() 170 bool CustomPropertyManager::setColor(const PropKey& key, const skottie::ColorPropertyValue& c) { in setColor()
|
D | SkottieUtils.h | 80 skottie::ColorPropertyValue getColor(const PropKey&) const; 81 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
|
/external/skia/modules/skottie/include/ |
D | SkottieProperty.h | 31 using ColorPropertyValue = SkColor; variable 103 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue,
|
/external/skia/modules/skottie/utils/ |
D | SkottieUtils.h | 49 skottie::ColorPropertyValue getColor(const PropKey&) const; 50 bool setColor(const PropKey&, const skottie::ColorPropertyValue&);
|
D | SkottieUtils.cpp | 147 skottie::ColorPropertyValue CustomPropertyManager::getColor(const PropKey& key) const { in getColor() 148 return this->get<skottie::ColorPropertyValue>(key, fColorMap); in getColor() 151 bool CustomPropertyManager::setColor(const PropKey& key, const skottie::ColorPropertyValue& c) { in setColor()
|