Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/
DSkottieProperty.cpp42 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()
DSkottieTest.cpp285 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()
/third_party/skia/modules/skottie/include/
DSkottieProperty.h66 struct TransformPropertyValue { struct
74 bool operator==(const TransformPropertyValue& other) const; argument
75 bool operator!=(const TransformPropertyValue& other) const;
110 using TransformPropertyHandle = PropertyHandle<TransformPropertyValue,
/third_party/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()