Home
last modified time | relevance | path

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

/test/xts/hats/hdf/display/device/
Dhdi_composition_check.h25 struct Point { struct
49 static void GetCheckPoints(Point center, std::vector<Point> &points); argument
/test/testfwk/arkxtest/uitest/core/
Dui_model.h71 struct Point { struct
72 Point() : px_(0), py_(0) {}; in Point() argument
73 Point(int32_t px, int32_t py) : px_(px), py_(py) {}; in Point() argument
74 int32_t px_;
75 int32_t py_;
/test/testfwk/arkxtest/uitest/record/
Dpoint.h27 Point(double x, double y) : x_(x), y_(y) {} in Point() function