Lines Matching refs:PropKey
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()
187 std::vector<CustomPropertyManager::PropKey>
192 bool CustomPropertyManager::setTransform(const PropKey& key, in setTransform()