Home
last modified time | relevance | path

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

/test/arkXtest/uitest/core/
Dui_model.h25 struct Point { struct
26 Point(int32_t px, int32_t py) : px_(px), py_(py) {}; in Point() argument
27 int32_t px_;
28 int32_t py_;