Home
last modified time | relevance | path

Searched refs:psLevel (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_ge_win32.h77 …ndowsDevice(HDC hDC, FX_BOOL bCmykOutput = FALSE, FX_BOOL bForcePSOutput = FALSE, int psLevel = 2);
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp1135 …WindowsDevice::CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput, FX_BOOL bForcePSOutput, int psLevel) in CFX_WindowsDevice() argument
1138 m_psLevel = psLevel; in CFX_WindowsDevice()
1141 ((CPSPrinterDriver*)pDriver)->Init(hDC, psLevel, bCmykOutput); in CFX_WindowsDevice()