Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp56 : CGdiDeviceDriver(hDC, FXDC_PRINTER), in CGdiPrinterDriver()
372 return FXDC_PRINTER; in GetDeviceCaps()
Dfx_win32_device.cpp789 if (m_DeviceClass == FXDC_PRINTER) { in GDI_SetDIBits()
848 if (m_DeviceClass == FXDC_PRINTER && in GDI_StretchDIBits()
1016 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h28 #define FXDC_PRINTER 2 macro
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp419 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || in DrawBorder()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp725 if (WinDC.GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in FPDF_RenderPage()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp882 ((m_DeviceClass == FXDC_PRINTER) && in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1209 m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in DrawObjWithBackground()