Home
last modified time | relevance | path

Searched refs:CFX_WindowsDevice (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_ge_win32.h72 class CFX_WindowsDevice : public CFX_RenderDevice
77CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput = FALSE, FX_BOOL bForcePSOutput = FALSE, int psLeve…
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp1134 int CFX_WindowsDevice::m_psLevel = 2;
1135 CFX_WindowsDevice::CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput, FX_BOOL bForcePSOutput, int psLe… in CFX_WindowsDevice() function in CFX_WindowsDevice
1147 HDC CFX_WindowsDevice::GetDC() const in GetDC()
1155 IFX_RenderDeviceDriver* CFX_WindowsDevice::CreateDriver(HDC hDC, FX_BOOL bCmykOutput) in CreateDriver()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp372 pContext->m_pDevice = new CFX_WindowsDevice(dc); in FPDF_RenderPage()
380 CFX_WindowsDevice WinDC(dc); in FPDF_RenderPage()