Home
last modified time | relevance | path

Searched refs:ScopedState (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp29 class ScopedState { class
31 ScopedState(HDC hDC, HFONT hFont) in ScopedState() function in __anon937f184c0111::ScopedState
36 ScopedState(const ScopedState&) = delete;
37 ScopedState& operator=(const ScopedState&) = delete;
39 ~ScopedState() { in ~ScopedState()
248 ScopedState state(m_hDC, hFont); in DrawDeviceText()