Home
last modified time | relevance | path

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

/external/skia/modules/skottie/include/
DSkottieProperty.h57 struct TextPropertyValue { struct
58 sk_sp<SkTypeface> fTypeface;
59 SkString fText;
83 bool operator==(const TextPropertyValue& other) const; argument