Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.h52 struct TextDragData { struct
53 TextDragData() {} in TextDragData() function
54TextDragData(RectF textRect, float frameWidth, float frameHeight, float lineHeight, float lastLine… in TextDragData() function
59 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 …]