Searched refs:TransformPropertyValue (Results 1 – 5 of 5) sorted by relevance
46 bool TransformPropertyValue::operator==(const TransformPropertyValue& other) const { in operator ==()54 bool TransformPropertyValue::operator!=(const TransformPropertyValue& other) const { in operator !=()98 PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::~PropertyHandle() {} in ~PropertyHandle()101 TransformPropertyValue PropertyHandle<TransformPropertyValue,114 void PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::set( in set()115 const TransformPropertyValue& t) { in set()
282 REPORTER_ASSERT(reporter, transforms[0].handle->get() == skottie::TransformPropertyValue({ in DEF_TEST()291 REPORTER_ASSERT(reporter, transforms[1].handle->get() == skottie::TransformPropertyValue({ in DEF_TEST()300 REPORTER_ASSERT(reporter, transforms[2].handle->get() == skottie::TransformPropertyValue({ in DEF_TEST()
87 struct TransformPropertyValue { struct95 bool operator==(const TransformPropertyValue& other) const; argument96 bool operator!=(const TransformPropertyValue& other) const;131 using TransformPropertyHandle = PropertyHandle<TransformPropertyValue,
57 skottie::TransformPropertyValue getTransform(const PropKey&) const;58 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
179 skottie::TransformPropertyValue CustomPropertyManager::getTransform(const PropKey& key) const { in getTransform()180 return this->get<skottie::TransformPropertyValue>(key, fTransformMap); in getTransform()184 const skottie::TransformPropertyValue& t) { in setTransform()