Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp470 if (m_DeviceClass == FXDC_PRINTER) { in GDI_SetDIBits()
529 …if (m_DeviceClass == FXDC_PRINTER && ((FX_INT64)pBitmap->GetWidth() * pBitmap->GetHeight() > (FX_I… in GDI_StretchDIBits()
793 …if (bDrawAlpha || ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || pGraphSta… in DrawPath()
1161 device_class = FXDC_PRINTER; in CreateDriver()
1165 if (device_class == FXDC_PRINTER) { in CreateDriver()
Dfx_win32_print.cpp17 CGdiPrinterDriver::CGdiPrinterDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_PRINTER) in CGdiPrinterDriver()
318 return FXDC_PRINTER; in GetDeviceCaps()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp116 …FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags &… in DisplayAnnots()
375 …FX_BOOL bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || (pOptions && (pOptions->m_Flags &… in DrawBorder()
/external/pdfium/core/include/fxge/
Dfx_ge.h266 #define FXDC_PRINTER 2 macro
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp382 if (WinDC.GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) in FPDF_RenderPage()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp504 if (FXDC_PRINTER == _deviceClass) { in GetDIBits()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp447 …if (pObj->m_Type == PDFPAGE_IMAGE && m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in DrawObjWithBackground()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp168 ((m_DeviceClass == FXDC_PRINTER && !m_pDeviceDriver->IsPSPrintDriver()) in DrawNormalText()