Searched defs:TextPropertyValue (Results 1 – 1 of 1) sorted by relevance
70 struct TextPropertyValue { struct71 sk_sp<SkTypeface> fTypeface;72 SkString fText;73 float fTextSize = 0,74 fMinTextSize = 0, // when auto-sizing75 fMaxTextSize = std::numeric_limits<float>::max(), // when auto-sizing80 size_t fMaxLines = 0; // when auto-sizing104 bool operator==(const TextPropertyValue& other) const; argument