Searched refs:FXDC_PRINTER (Results 1 – 8 of 8) sorted by relevance
58 : CGdiDeviceDriver(hDC, FXDC_PRINTER), in CGdiPrinterDriver()375 return FXDC_PRINTER; in GetDeviceCaps()513 return FXDC_PRINTER; in GetDeviceCaps()
783 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()
85 if (m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in Continue()
1247 m_pDevice->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in DrawObjWithBackground()
31 #define FXDC_PRINTER 2 macro
901 ((m_DeviceClass == FXDC_PRINTER) && in DrawNormalText()
410 bool bPrinting = pDevice->GetDeviceClass() == FXDC_PRINTER || in DrawBorder()
863 if (device->GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in RenderBitmap()961 if (WinDC.GetDeviceCaps(FXDC_DEVICE_CLASS) == FXDC_PRINTER) { in FPDF_RenderPage()