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.cpp579 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont); in MapFont() local
581 ::SelectObject(m_hDC, hOldFont); in MapFont()
632 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontData() local
635 ::SelectObject(m_hDC, hOldFont); in GetFontData()
644 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFaceName() local
646 ::SelectObject(m_hDC, hOldFont); in GetFaceName()
656 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontCharset() local
658 ::SelectObject(m_hDC, hOldFont); in GetFontCharset()