Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
Dtext_drag_pattern.h75 struct TextPoint { struct
76 TextPoint() {} in TextPoint() function
77 TextPoint(float x, float y) : x(x), y(y) {} in TextPoint() argument
79 float x = 0;
80 float y = 0;