Searched refs:PropKey (Results 1 – 6 of 6) sorted by relevance
/external/skia/modules/skottie/utils/ |
D | SkottieUtils.h | 46 using PropKey = std::string; variable 48 std::vector<PropKey> getColorProps() const; 49 skottie::ColorPropertyValue getColor(const PropKey&) const; 50 bool setColor(const PropKey&, const skottie::ColorPropertyValue&); 52 std::vector<PropKey> getOpacityProps() const; 53 skottie::OpacityPropertyValue getOpacity(const PropKey&) const; 54 bool setOpacity(const PropKey&, const skottie::OpacityPropertyValue&); 56 std::vector<PropKey> getTransformProps() const; 57 skottie::TransformPropertyValue getTransform(const PropKey&) const; 58 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&); [all …]
|
D | SkottieUtils.cpp | 106 std::vector<CustomPropertyManager::PropKey> 108 std::vector<PropKey> props; in getProps() 119 V CustomPropertyManager::get(const PropKey& key, const PropMap<T>& container) const { in get() 128 bool CustomPropertyManager::set(const PropKey& key, const V& val, const PropMap<T>& container) { in set() 142 std::vector<CustomPropertyManager::PropKey> 147 skottie::ColorPropertyValue CustomPropertyManager::getColor(const PropKey& key) const { in getColor() 151 bool CustomPropertyManager::setColor(const PropKey& key, const skottie::ColorPropertyValue& c) { in setColor() 155 std::vector<CustomPropertyManager::PropKey> 160 skottie::OpacityPropertyValue CustomPropertyManager::getOpacity(const PropKey& key) const { in getOpacity() 164 bool CustomPropertyManager::setOpacity(const PropKey& key, const skottie::OpacityPropertyValue& o) { in setOpacity() [all …]
|
/external/skqp/modules/skottie/utils/ |
D | SkottieUtils.h | 77 using PropKey = std::string; variable 79 std::vector<PropKey> getColorProps() const; 80 skottie::ColorPropertyValue getColor(const PropKey&) const; 81 bool setColor(const PropKey&, const skottie::ColorPropertyValue&); 83 std::vector<PropKey> getOpacityProps() const; 84 skottie::OpacityPropertyValue getOpacity(const PropKey&) const; 85 bool setOpacity(const PropKey&, const skottie::OpacityPropertyValue&); 87 std::vector<PropKey> getTransformProps() const; 88 skottie::TransformPropertyValue getTransform(const PropKey&) const; 89 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&); [all …]
|
D | SkottieUtils.cpp | 125 std::vector<CustomPropertyManager::PropKey> 127 std::vector<PropKey> props; in getProps() 138 V CustomPropertyManager::get(const PropKey& key, const PropMap<T>& container) const { in get() 147 bool CustomPropertyManager::set(const PropKey& key, const V& val, const PropMap<T>& container) { in set() 161 std::vector<CustomPropertyManager::PropKey> 166 skottie::ColorPropertyValue CustomPropertyManager::getColor(const PropKey& key) const { in getColor() 170 bool CustomPropertyManager::setColor(const PropKey& key, const skottie::ColorPropertyValue& c) { in setColor() 174 std::vector<CustomPropertyManager::PropKey> 179 skottie::OpacityPropertyValue CustomPropertyManager::getOpacity(const PropKey& key) const { in getOpacity() 183 bool CustomPropertyManager::setOpacity(const PropKey& key, const skottie::OpacityPropertyValue& o) { in setOpacity() [all …]
|
/external/skqp/modules/skottie/gm/ |
D | SkottieGM.cpp | 159 std::vector<CustomPropertyManager::PropKey> fColors;
|
/external/skia/modules/skottie/gm/ |
D | SkottieGM.cpp | 174 std::vector<skottie_utils::CustomPropertyManager::PropKey> fColorProps,
|