Searched defs:DisplaySettings (Results 1 – 1 of 1) sorted by relevance
32 struct DisplaySettings { struct35 Rect physicalDisplay = Rect::INVALID_RECT;41 Rect clip = Rect::INVALID_RECT;65 static inline bool operator==(const DisplaySettings& lhs, const DisplaySettings& rhs) { argument