Searched refs:ScopedState (Results 1 – 1 of 1) sorted by relevance
27 class ScopedState { class29 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) { in ScopedState() function in __anon54a2c3a50111::ScopedState34 ~ScopedState() { in ~ScopedState()45 ScopedState(const ScopedState&) = delete;46 void operator=(const ScopedState&) = delete;244 ScopedState state(m_hDC, hFont); in DrawDeviceText()