Lines Matching refs:PropKey
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()
168 std::vector<CustomPropertyManager::PropKey>
173 skottie::TransformPropertyValue CustomPropertyManager::getTransform(const PropKey& key) const { in getTransform()
177 bool CustomPropertyManager::setTransform(const PropKey& key, in setTransform()
182 std::vector<CustomPropertyManager::PropKey>
187 skottie::TextPropertyValue CustomPropertyManager::getText(const PropKey& key) const { in getText()
191 bool CustomPropertyManager::setText(const PropKey& key, const skottie::TextPropertyValue& o) { in setText()