Home
last modified time | relevance | path

Searched refs:TextPropertyValue (Results 1 – 6 of 6) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieProperty.cpp17 bool TextPropertyValue::operator==(const TextPropertyValue& other) const { in operator ==()
37 bool TextPropertyValue::operator!=(const TextPropertyValue& other) const { in operator !=()
80 PropertyHandle<TextPropertyValue, internal::TextAdapter>::~PropertyHandle() {} in ~PropertyHandle()
83 TextPropertyValue PropertyHandle<TextPropertyValue, internal::TextAdapter>::get() const { in get()
88 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set()
DSkottieTest.cpp312 REPORTER_ASSERT(reporter, texts[0].handle->get() == skottie::TextPropertyValue({ in DEF_TEST()
/external/skia/modules/skottie/include/
DSkottieProperty.h39 struct TextPropertyValue { struct
61 bool operator==(const TextPropertyValue& other) const; argument
62 bool operator!=(const TextPropertyValue& other) const;
107 using TextPropertyHandle = PropertyHandle<TextPropertyValue,
/external/skia/modules/skottie/utils/
DSkottieUtils.h61 skottie::TextPropertyValue getText(const PropKey&) const;
62 bool setText(const PropKey&, const skottie::TextPropertyValue&);
DSkottieUtils.cpp187 skottie::TextPropertyValue CustomPropertyManager::getText(const PropKey& key) const { in getText()
188 return this->get<skottie::TextPropertyValue>(key, fTextMap); in getText()
191 bool CustomPropertyManager::setText(const PropKey& key, const skottie::TextPropertyValue& o) { in setText()
/external/skia/modules/skottie/src/text/
DTextValue.h16 typedef TextPropertyValue TextValue;