Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp362 HDC m_hDC; member in __anon28bd97680111::CFX_Win32FontInfo
377 CFX_Win32FontInfo::CFX_Win32FontInfo() : m_hDC(CreateCompatibleDC(nullptr)) {} in CFX_Win32FontInfo()
380 DeleteDC(m_hDC); in ~CFX_Win32FontInfo()
453 EnumFontFamiliesExA(m_hDC, &lf, (FONTENUMPROCA)FontEnumProc, (uintptr_t) this, in EnumFontList()
602 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont); in MapFont()
603 ::GetTextFaceA(m_hDC, 100, facebuf); in MapFont()
604 ::SelectObject(m_hDC, hOldFont); in MapFont()
656 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontData()
658 size = ::GetFontData(m_hDC, table, 0, buffer, size); in GetFontData()
659 ::SelectObject(m_hDC, hOldFont); in GetFontData()
[all …]
Dfx_win32_print.cpp27 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) { in ScopedState()
28 m_iState = SaveDC(m_hDC); in ScopedState()
29 m_hFont = SelectObject(m_hDC, hFont); in ScopedState()
33 HGDIOBJ hFont = SelectObject(m_hDC, m_hFont); in ~ScopedState()
35 RestoreDC(m_hDC, m_iState); in ~ScopedState()
39 HDC m_hDC; member in __anon54a2c3a50111::ScopedState
57 m_HorzSize(::GetDeviceCaps(m_hDC, HORZSIZE)), in CGdiPrinterDriver()
58 m_VertSize(::GetDeviceCaps(m_hDC, VERTSIZE)) {} in CGdiPrinterDriver()
242 ScopedState state(m_hDC, hFont); in DrawDeviceText()
243 size_t nTextMetricSize = GetOutlineTextMetrics(m_hDC, 0, nullptr); in DrawDeviceText()
[all …]
Dcpsoutput.cpp14 m_hDC = hDC; in CPSOutput()
36 ::GdiComment(m_hDC, send_len + 2, reinterpret_cast<const BYTE*>(buffer)); in OutputPS()
Dcpsoutput.h23 HDC m_hDC; variable
Dwin32_int.h179 HDC m_hDC; variable
323 HDC m_hDC; variable
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp92 m_hDC = 0; in OsInit()
265 m_hDC = GetDC(m_hWnd); in OsInitOS()
279 ReleaseDC(m_hWnd, m_hDC); in OsReleaseOS()
331 m_hDcPixmap = CreateCompatibleDC(m_hDC); in OsDoInitAPI()
332 m_hBmPixmap = CreateCompatibleBitmap(m_hDC, 640, 480); in OsDoInitAPI()
399 return (BitBlt(m_hDC, 0, 0, 640, 480, m_hDcPixmap, 0, 0, SRCCOPY) == TRUE); in OsPixmapCopy()
409 return m_hDC; in OsGetNativeDisplayType()
DPVRShellOS.h52 HDC m_hDC;