Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skottie/include/
H A DSkottieProperty.h70 struct TextPropertyValue { struct
71 sk_sp<SkTypeface> fTypeface;
72 SkString fText;
73 float fTextSize = 0,
74 fMinTextSize = 0, // when auto-sizing
75 fMaxTextSize = std::numeric_limits<float>::max(), // when auto-sizing
80 size_t fMaxLines = 0; // when auto-sizing
104 bool operator==(const TextPropertyValue& other) const; argument