Searched refs:ScopedState (Results 1 – 1 of 1) sorted by relevance
29 class ScopedState { class31 ScopedState(HDC hDC, HFONT hFont) in ScopedState() function in __anon937f184c0111::ScopedState36 ScopedState(const ScopedState&) = delete;37 ScopedState& operator=(const ScopedState&) = delete;39 ~ScopedState() { in ~ScopedState()248 ScopedState state(m_hDC, hFont); in DrawDeviceText()