Searched refs:m_hDC (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 360 HDC m_hDC; member in __anon28bd97680111::CFX_Win32FontInfo 375 CFX_Win32FontInfo::CFX_Win32FontInfo() : m_hDC(CreateCompatibleDC(nullptr)) {} in CFX_Win32FontInfo() 378 DeleteDC(m_hDC); in ~CFX_Win32FontInfo() 451 EnumFontFamiliesExA(m_hDC, &lf, (FONTENUMPROCA)FontEnumProc, (uintptr_t) this, in EnumFontList() 596 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont); in MapFont() 597 ::GetTextFaceA(m_hDC, 100, facebuf); in MapFont() 598 ::SelectObject(m_hDC, hOldFont); in MapFont() 650 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont); in GetFontData() 652 size = ::GetFontData(m_hDC, table, 0, buffer, size); in GetFontData() 653 ::SelectObject(m_hDC, hOldFont); in GetFontData() [all …]
|
D | fx_win32_print.cpp | 29 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) { in ScopedState() 30 m_iState = SaveDC(m_hDC); in ScopedState() 31 m_hFont = SelectObject(m_hDC, hFont); in ScopedState() 35 HGDIOBJ hFont = SelectObject(m_hDC, m_hFont); in ~ScopedState() 37 RestoreDC(m_hDC, m_iState); in ~ScopedState() 41 HDC m_hDC; member in __anon54a2c3a50111::ScopedState 59 m_HorzSize(::GetDeviceCaps(m_hDC, HORZSIZE)), in CGdiPrinterDriver() 60 m_VertSize(::GetDeviceCaps(m_hDC, VERTSIZE)) {} in CGdiPrinterDriver() 244 ScopedState state(m_hDC, hFont); in DrawDeviceText() 245 size_t nTextMetricSize = GetOutlineTextMetrics(m_hDC, 0, nullptr); in DrawDeviceText() [all …]
|
D | cpsoutput.cpp | 13 CPSOutput::CPSOutput(HDC hDC) : m_hDC(hDC) {} in CPSOutput() 27 ::GdiComment(m_hDC, send_len + 2, reinterpret_cast<const BYTE*>(buffer)); in WriteBlock()
|
D | cpsoutput.h | 25 HDC m_hDC;
|
D | win32_int.h | 180 HDC m_hDC; variable 325 HDC m_hDC; variable 388 HDC m_hDC; variable
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 92 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()
|
D | PVRShellOS.h | 52 HDC m_hDC;
|