HomeSort by relevance Sort by last modified time
    Searched refs:m_hDC (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 41 HDC m_hDC;
48 m_hDC = CreateCompatibleDC(NULL);
56 DeleteDC(m_hDC);
148 EnumFontFamiliesExA(m_hDC, &lf, (FONTENUMPROCA)FontEnumProc, (FX_UINTPTR)this, 0);
321 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont);
322 int ret = ::GetTextFaceA(m_hDC, 100, facebuf);
323 ::SelectObject(m_hDC, hOldFont);
369 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont);
371 size = ::GetFontData(m_hDC, table, 0, buffer, size);
372 ::SelectObject(m_hDC, hOldFont);
    [all...]
win32_int.h 74 SaveDC(m_hDC);
78 RestoreDC(m_hDC, -1);
80 SaveDC(m_hDC);
113 return (void*)m_hDC;
123 HDC m_hDC;
178 HDC m_hDC;
229 return (void*)m_hDC;
231 HDC m_hDC;
fx_win32_print.cpp 19 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
20 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
246 m_hDC = hDC;
269 int ret = ExtEscape(m_hDC, PASSTHROUGH, send_len + 2, m_pBuf, 0, NULL);
288 m_hDC = hDC;
289 m_HorzSize = ::GetDeviceCaps(m_hDC, HORZSIZE);
290 m_VertSize = ::GetDeviceCaps(m_hDC, VERTSIZE);
291 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
292 m_Height = ::GetDeviceCaps(m_hDC, VERTRES);
293 m_nBitsPerPixel = ::GetDeviceCaps(m_hDC, BITSPIXEL);
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 94 return m_hDC;
102 HDC m_hDC;
fx_font.h 402 void* m_hDC;

Completed in 159 milliseconds