Searched refs:m_hDC (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp41 HDC m_hDC; member in class:FX_FINAL
48 m_hDC = CreateCompatibleDC(NULL);
56 DeleteDC(m_hDC);
148 EnumFontFamiliesExA(m_hDC, &lf, (FONTENUMPROCA)FontEnumProc, (FX_UINTPTR)this, 0);
314 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont);
315 int ret = ::GetTextFaceA(m_hDC, 100, facebuf);
316 ::SelectObject(m_hDC, hOldFont);
364 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont);
366 size = ::GetFontData(m_hDC, table, 0, buffer, size);
367 ::SelectObject(m_hDC, hOldFon
[all...]
H A Dwin32_int.h76 SaveDC(m_hDC);
80 RestoreDC(m_hDC, -1);
82 SaveDC(m_hDC);
115 return (void*)m_hDC;
125 HDC m_hDC; member in class:CGdiDeviceDriver
180 HDC m_hDC; member in class:CPSOutput
231 return (void*)m_hDC;
233 HDC m_hDC; member in class:CPSPrinterDriver
H A Dfx_win32_print.cpp19 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
20 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
240 m_hDC = hDC;
263 int ret = ExtEscape(m_hDC, PASSTHROUGH, send_len + 2, m_pBuf, 0, NULL);
282 m_hDC = hDC;
283 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
284 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
285 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
286 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
287 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXE
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_ge_win32.h95 return m_hDC;
103 HDC m_hDC; member in class:CFX_WinBitmapDevice
H A Dfx_font.h405 void* m_hDC; member in class:CFX_FaceCache

Completed in 255 milliseconds