Searched defs:TextPropertyValue (Results 1 – 1 of 1) sorted by relevance
57 struct TextPropertyValue { struct58 sk_sp<SkTypeface> fTypeface;59 SkString fText;83 bool operator==(const TextPropertyValue& other) const; argument