Home
last modified time | relevance | path

Searched refs:FXDC_DISPLAY (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.h27 #define FXDC_DISPLAY 1 macro
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp985 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()
1401 if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessClipPath()
1479 m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessTransparency()
1821 if (device_class == FXDC_DISPLAY) in ProcessType3Text()
1901 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()
Dcpdf_imagerenderer.cpp125 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) { in StartRenderDIBSource()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp856 if (m_DeviceClass != FXDC_DISPLAY) { in DrawNormalText()
894 if (m_DeviceClass == FXDC_DISPLAY && m_bpp > 1) { in DrawNormalText()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp750 if (m_DeviceClass != FXDC_DISPLAY) { in CGdiDeviceDriver()
1161 : CGdiDeviceDriver(hDC, FXDC_DISPLAY) { in CGdiDisplayDriver()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp123 bool bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in RenderPageImpl()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp472 return FXDC_DISPLAY; in GetDeviceCaps()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1324 return FXDC_DISPLAY; in GetDeviceCaps()