Searched refs:TransformPropertyValue (Results 1 – 10 of 10) sorted by relevance
/external/skqp/modules/skottie/src/ |
D | SkottieProperty.cpp | 16 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()
|
D | SkottieTest.cpp | 87 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/ |
D | SkottieProperty.cpp | 41 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()
|
D | SkottieTest.cpp | 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()
|
/external/skqp/modules/skottie/include/ |
D | SkottieProperty.h | 31 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/ |
D | SkottieProperty.h | 65 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/ |
D | SkottieUtils.h | 57 skottie::TransformPropertyValue getTransform(const PropKey&) const; 58 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
|
D | SkottieUtils.cpp | 173 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/ |
D | SkottieUtils.h | 88 skottie::TransformPropertyValue getTransform(const PropKey&) const; 89 bool setTransform(const PropKey&, const skottie::TransformPropertyValue&);
|
D | SkottieUtils.cpp | 193 const skottie::TransformPropertyValue& t) { in setTransform()
|