Searched defs:DesktopVector (Results 1 – 1 of 1) sorted by relevance
22 DesktopVector() : x_(0), y_(0) {} in DesktopVector() function23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {} in DesktopVector() function