Home
last modified time | relevance | path

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

/foundation/window/window_manager/interfaces/innerkits/wm/
Dwm_common.h300 struct PointInfo { struct
301 int32_t x;
302 int32_t y;
/foundation/window/window_manager/previewer/include/
Dwm_common.h299 struct PointInfo { struct
300 int32_t x;
301 int32_t y;
/foundation/arkui/ace_engine/frameworks/core/components/chart/
Dchart_component.h182 explicit PointInfo(const Point& point) in PointInfo() function