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.cpp27 class ScopedState { class
29 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) { in ScopedState() function in __anon54a2c3a50111::ScopedState
34 ~ScopedState() { in ~ScopedState()
45 ScopedState(const ScopedState&) = delete;
46 void operator=(const ScopedState&) = delete;
244 ScopedState state(m_hDC, hFont); in DrawDeviceText()