Home
last modified time | relevance | path

Searched refs:FXDC_DISPLAY (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_ge_apple.h16 FX_BOOL Attach(CGContextRef context, FX_INT32 nDeviceClass = FXDC_DISPLAY);
Dfx_ge.h265 #define FXDC_DISPLAY 1 macro
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp437 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()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp379 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()
454 if (device_class == FXDC_DISPLAY) { in ProcessType3Text()
Dfpdf_render.cpp226 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()
Dfpdf_render_image.cpp386 if (m_pRenderStatus->m_pDevice->GetDeviceClass() != FXDC_DISPLAY) { in StartRenderDIBSource()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp181 if (_deviceClass != FXDC_DISPLAY) { in CFX_QuartzDeviceDriver()
1111 IFX_RenderDeviceDriver* pDriver = new CFX_QuartzDeviceDriver(m_pContext, FXDC_DISPLAY); in Attach()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp732 FX_BOOL bPrinting = pContext->m_pDevice->GetDeviceClass() != FXDC_DISPLAY; in FPDF_RenderPage_Retail()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp134 if (m_DeviceClass != FXDC_DISPLAY) { in DrawNormalText()
178 if (m_DeviceClass == FXDC_DISPLAY && m_bpp > 1) { in DrawNormalText()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp235 return FXDC_DISPLAY; in GetDeviceCaps()