Searched refs:FXDC_DISPLAY (Results 1 – 10 of 10) sorted by relevance
16 FX_BOOL Attach(CGContextRef context, FX_INT32 nDeviceClass = FXDC_DISPLAY);
265 #define FXDC_DISPLAY 1 macro
437 if (m_DeviceClass != FXDC_DISPLAY) { in CGdiDeviceDriver()935 CGdiDisplayDriver::CGdiDisplayDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_DISPLAY) in CGdiDisplayDriver()1163 device_class = FXDC_DISPLAY; in CreateDriver()
379 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()454 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()
226 m_bPrint = m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in Initialize()650 …if (m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & … in ProcessClipPath()749 …m_pDevice->GetDeviceClass() == FXDC_DISPLAY && !(m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC… in ProcessTransparency()
386 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) { in StartRenderDIBSource()
181 if (_deviceClass != FXDC_DISPLAY) { in CFX_QuartzDeviceDriver()1111 IFX_RenderDeviceDriver* pDriver = new CFX_QuartzDeviceDriver(m_pContext, FXDC_DISPLAY); in Attach()
732 FX_BOOL bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in FPDF_RenderPage_Retail()
134 if (m_DeviceClass != FXDC_DISPLAY) { in DrawNormalText()178 if (m_DeviceClass == FXDC_DISPLAY && m_bpp > 1) { in DrawNormalText()
235 return FXDC_DISPLAY; in GetDeviceCaps()