Searched refs:TransformPropertyValue (Results 1 – 5 of 5) sorted by relevance
42 bool TransformPropertyValue::operator==(const TransformPropertyValue& other) const { in operator ==()50 bool TransformPropertyValue::operator!=(const TransformPropertyValue& other) const { in operator !=()94 PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::~PropertyHandle() {} in ~PropertyHandle()97 TransformPropertyValue PropertyHandle<TransformPropertyValue,110 void PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::set( in set()111 const TransformPropertyValue& t) { in set()
285 REPORTER_ASSERT(reporter, transforms[0].handle->get() == skottie::TransformPropertyValue({ in DEF_TEST()294 REPORTER_ASSERT(reporter, transforms[1].handle->get() == skottie::TransformPropertyValue({ in DEF_TEST()303 REPORTER_ASSERT(reporter, transforms[2].handle->get() == skottie::TransformPropertyValue({ in DEF_TEST()
66 struct TransformPropertyValue { struct74 bool operator==(const TransformPropertyValue& other) const; argument75 bool operator!=(const TransformPropertyValue& other) const;110 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()