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;
67 const char* text;
68 uint16_t length;
69 uint16_t start;
70 uint16_t fontId;
71 uint8_t fontSize;
72 uint8_t txtFlag;
73 UITextLanguageDirect direct;
74 uint32_t* codePoints;
75 bool baseLine;
77 TextStyle* textStyles;
79 List<BackgroundColor>* backgroundColor;
80 List<ForegroundColor>* foregroundColor;
81 List<LineBackgroundColor>* linebackgroundColor;
82 SpannableString* spannableString;
83 uint16_t ellipsisOssetY;