Searched defs:Point (Results 1 – 1 of 1) sorted by relevance
25 struct Point { struct26 Point(int32_t px, int32_t py) : px_(px), py_(py) {}; in Point() argument27 int32_t px_;28 int32_t py_;