Lines Matching defs:LabelLineInfo
58 struct LabelLineInfo { struct
59 Point& pos;
60 Point& offset;
61 const Rect& mask;
62 int16_t lineHeight;
63 uint16_t lineLength;
64 uint8_t shapingId;
65 uint8_t opaScale;
66 const Style& style;
68 const char* text;
69 uint16_t length;
70 uint16_t start;
71 uint16_t fontId;
72 uint8_t fontSize;
73 uint8_t txtFlag;
74 UITextLanguageDirect direct;
75 uint32_t* codePoints;
76 bool baseLine;
78 TextStyle* textStyles;
80 List<BackgroundColor>* backgroundColor;
81 List<ForegroundColor>* foregroundColor;
82 List<LineBackgroundColor>* linebackgroundColor;
83 SizeSpan* sizeSpans;
84 uint16_t ellipsisOssetY;