Home
last modified time | relevance | path

Searched defs:GetDC (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_ge_win32.h50 HDC GetDC() const { return m_hMemDC; } in GetDC() function
87 HDC GetDC() { return m_hDC; } in GetDC() function
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp1306 HDC CFX_WindowsDevice::GetDC() const { in GetDC() function in CFX_WindowsDevice