Searched defs:PointInfo (Results 1 – 3 of 3) sorted by relevance
300 struct PointInfo { struct301 int32_t x;302 int32_t y;
299 struct PointInfo { struct300 int32_t x;301 int32_t y;
182 explicit PointInfo(const Point& point) in PointInfo() function