Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottieProperty.cpp16 bool TransformPropertyValue::operator==(const TransformPropertyValue& other) const { in operator ==()
24 bool TransformPropertyValue::operator!=(const TransformPropertyValue& other) const { in operator !=()
55 PropertyHandle<TransformPropertyValue, TransformAdapter2D>::~PropertyHandle() {} in ~PropertyHandle()
58 TransformPropertyValue PropertyHandle<TransformPropertyValue, TransformAdapter2D>::get() const { in get()
70 void PropertyHandle<TransformPropertyValue, TransformAdapter2D>::set( in set()
71 const TransformPropertyValue& t) { in set()
DSkottieTest.cpp87 skottie::TransformPropertyValue transform; in DEF_TEST()
139 REPORTER_ASSERT(reporter, transforms[0].transform == skottie::TransformPropertyValue({ in DEF_TEST()
148 REPORTER_ASSERT(reporter, transforms[1].transform == skottie::TransformPropertyValue({ in DEF_TEST()
/external/skia/modules/skottie/src/
DSkottieProperty.cpp41 bool TransformPropertyValue::operator==(const TransformPropertyValue& other) const { in operator ==()
49 bool TransformPropertyValue::operator!=(const TransformPropertyValue& other) const { in operator !=()
93 PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::~PropertyHandle() {} in ~PropertyHandle()
96 TransformPropertyValue PropertyHandle<TransformPropertyValue,
109 void PropertyHandle<TransformPropertyValue, internal::TransformAdapter2D>::set( in set()
110 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/skqp/modules/skottie/include/
DSkottieProperty.h31 struct TransformPropertyValue { struct
39 bool operator==(const TransformPropertyValue& other) const; argument
40 bool operator!=(const TransformPropertyValue& other) const;
69 using TransformPropertyHandle = PropertyHandle<TransformPropertyValue, TransformAdapter2D >;
/external/skia/modules/skottie/include/
DSkottieProperty.h65 struct TransformPropertyValue { struct
73 bool operator==(const TransformPropertyValue& other) const; argument
74 bool operator!=(const TransformPropertyValue& other) const;
109 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.cpp173 skottie::TransformPropertyValue CustomPropertyManager::getTransform(const PropKey& key) const { in getTransform()
174 return this->get<skottie::TransformPropertyValue>(key, fTransformMap); in getTransform()
178 const skottie::TransformPropertyValue& t) { in setTransform()
/external/skqp/modules/skottie/utils/
DSkottieUtils.h88 skottie::TransformPropertyValue getTransform(const PropKey&) const;
89 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
DSkottieUtils.cpp193 const skottie::TransformPropertyValue& t) { in setTransform()