Searched defs:CFX_WindowsDevice (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
H A Dfx_ge_win32.h71 class CFX_WindowsDevice : public CFX_RenderDevice class in inherits:CFX_RenderDevice
76 CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput = FALSE, FX_BOOL bForcePSOutput = FALSE, int psLevel = 2);
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp1125 int CFX_WindowsDevice::m_psLevel = 2;
1126 CFX_WindowsDevice::CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput, FX_BOOL bForcePSOutput, int psLevel) function in class:CFX_WindowsDevice
1141 HDC CFX_WindowsDevice::GetDC() const
1149 IFX_RenderDeviceDriver* CFX_WindowsDevice::CreateDriver(HDC hDC, FX_BOOL bCmykOutput)

Completed in 115 milliseconds