Searched defs:WindowSpacePosition (Results 1 – 1 of 1) sorted by relevance
112 struct WindowSpacePosition { struct113 size_t hash() const { return x << 10 | y; } in hash()114 bool operator==(const WindowSpacePosition& other) const { in operator ==()118 uint32_t x;119 uint32_t y;