Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/
H A DSkottieProperty.cpp17 bool TextPropertyValue::operator==(const TextPropertyValue& other) const { in operator ==()
38 bool TextPropertyValue::operator!=(const TextPropertyValue& other) const { in operator !=()
81 PropertyHandle<TextPropertyValue, internal::TextAdapter>::~PropertyHandle() {} in ~PropertyHandle()
84 TextPropertyValue PropertyHandle<TextPropertyValue, internal::TextAdapter>::get() const { in get()
89 void PropertyHandle<TextPropertyValue, internal::TextAdapter>::set(const TextPropertyValue& t) { in set()
H A DSkottieTest.cpp315 REPORTER_ASSERT(reporter, texts[0].handle->get() == skottie::TextPropertyValue({ in DEF_TEST()
/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h39 struct TextPropertyValue { struct
62 bool operator==(const TextPropertyValue& other) const;
63 bool operator!=(const TextPropertyValue& other) const;
108 using TextPropertyHandle = PropertyHandle<TextPropertyValue,
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.h61 skottie::TextPropertyValue getText(const PropKey&) const;
62 bool setText(const PropKey&, const skottie::TextPropertyValue&);
H A DSkottieUtils.cpp193 skottie::TextPropertyValue CustomPropertyManager::getText(const PropKey& key) const { in getText()
194 return this->get<skottie::TextPropertyValue>(key, fTextMap); in getText()
197 bool CustomPropertyManager::setText(const PropKey& key, const skottie::TextPropertyValue& o) { in setText()
/third_party/skia/modules/skottie/src/text/
H A DTextValue.h16 typedef TextPropertyValue TextValue;

Completed in 3 milliseconds