Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp596 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont); in MapFont() local
598 ::SelectObject(m_hDC, hOldFont); in MapFont()
650 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontData() local
653 ::SelectObject(m_hDC, hOldFont); in GetFontData()
662 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFaceName() local
664 ::SelectObject(m_hDC, hOldFont); in GetFaceName()
674 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontCharset() local
676 ::SelectObject(m_hDC, hOldFont); in GetFontCharset()