Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp58 : CGdiDeviceDriver(hDC, FXDC_PRINTER), in CGdiPrinterDriver()
375 return FXDC_PRINTER; in GetDeviceCaps()
513 return FXDC_PRINTER; in GetDeviceCaps()
Dfx_win32_device.cpp783 if (m_DeviceClass == FXDC_PRINTER) { in GDI_SetDIBits()
843 if (m_DeviceClass == FXDC_PRINTER && in GDI_StretchDIBits()
1005 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp85 if (m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in Continue()
Dcpdf_renderstatus.cpp1247 m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in DrawObjWithBackground()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h31 #define FXDC_PRINTER 2 macro
Dcfx_renderdevice.cpp901 ((m_DeviceClass == FXDC_PRINTER) && in DrawNormalText()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp410 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || in DrawBorder()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp863 if (device->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in RenderBitmap()
961 if (WinDC.GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in FPDF_RenderPage()