Home
last modified time | relevance | path

Searched refs:TransformPropertyValue (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieProperty.cpp46 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()
DSkottieTest.cpp282 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()
/external/skia/modules/skottie/include/
DSkottieProperty.h87 struct TransformPropertyValue { struct
95 bool operator==(const TransformPropertyValue& other) const; argument
96 bool operator!=(const TransformPropertyValue& other) const;
131 using TransformPropertyHandle = PropertyHandle<TransformPropertyValue,
/external/skia/modules/skottie/utils/
DSkottieUtils.h57 skottie::TransformPropertyValue getTransform(const PropKey&) const;
58 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
DSkottieUtils.cpp179 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()