Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
Dtext_drag_pattern.h54 struct TextDragData { struct
55 TextDragData() {} in TextDragData() function
56TextDragData(RectF textRect, float frameWidth, float frameHeight, float lineHeight, float lastLine… in TextDragData() argument
61 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 …]