Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_ge_win32.h77 …CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput = FALSE, FX_BOOL bForcePSOutput = FALSE, int psLeve…
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp1135 CFX_WindowsDevice::CFX_WindowsDevice(HDC hDC, FX_BOOL bCmykOutput, FX_BOOL bForcePSOutput, int psLe… in CFX_WindowsDevice() argument
1137 m_bForcePSOutput = bForcePSOutput; in CFX_WindowsDevice()
1139 if (bForcePSOutput) { in CFX_WindowsDevice()