Home
last modified time | relevance | path

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

/test/xts/hats/hdf/display/composer/common/
Dhdi_composition_check.h25 struct Point { struct
26 int32_t x = 0;
27 int32_t y = 0;
/test/testfwk/arkxtest/uitest/core/
Dui_model.h83 struct Point { struct
84 Point() : px_(0), py_(0) {}; in Point() argument
85 Point(int32_t px, int32_t py) : px_(px), py_(py) {}; in Point() function
86 int32_t px_;
87 int32_t py_;