Searched defs:TextDragData (Results 1 – 1 of 1) sorted by relevance
52 struct TextDragData { struct53 TextDragData() {} in TextDragData() function54 …TextDragData(RectF textRect, float frameWidth, float frameHeight, float lineHeight, float lastLine… in TextDragData() function59 RectF textRect_;60 float frameWidth_ = 0;61 float frameHeight_ = 0;62 float lineHeight_ = 0;63 float lastLineHeight_ = 0;64 SelectPositionInfo selectPosition_;65 bool oneLineSelected_ = false;[all …]