Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h30 #define FXDC_DISPLAY 1 macro
Dcfx_renderdevice.cpp875 if (m_DeviceClass != FXDC_DISPLAY) { in DrawNormalText()
913 if (m_DeviceClass == FXDC_DISPLAY && m_bpp > 1) { in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1028 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()
1433 if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessClipPath()
1512 m_pDevice->GetDeviceClass() == FXDC_DISPLAY && in ProcessTransparency()
1861 if (device_class == FXDC_DISPLAY) in ProcessType3Text()
1943 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()
Dcpdf_imagerenderer.cpp122 if (m_pRenderStatus->GetRenderDevice()->GetDeviceClass() != FXDC_DISPLAY) in StartRenderDIBSource()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp744 if (m_DeviceClass != FXDC_DISPLAY) { in CGdiDeviceDriver()
1148 : CGdiDeviceDriver(hDC, FXDC_DISPLAY) { in CGdiDisplayDriver()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp121 bool bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in RenderPageImpl()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1148 return FXDC_DISPLAY; in GetDeviceCaps()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1676 return FXDC_DISPLAY; in GetDeviceCaps()