Searched defs:TextDragData (Results 1 – 1 of 1) sorted by relevance
54 struct TextDragData { struct55 TextDragData() {} in TextDragData() function56 …TextDragData(RectF textRect, float frameWidth, float frameHeight, float lineHeight, float lastLine… in TextDragData() argument61 RectF textRect_;62 float frameWidth_ = 0;63 float frameHeight_ = 0;64 float lineHeight_ = 0;65 float lastLineHeight_ = 0;66 SelectPositionInfo selectPosition_;67 bool oneLineSelected_ = false;[all …]