Home
last modified time | relevance | path

Searched refs:FXRC_GET_BITS (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp28 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) in Initialize()
Dcpdf_devicebuffer.cpp59 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) { in OutputToDevice()
Dcpdf_renderstatus.cpp1541 if (!isolated && (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in ProcessTransparency()
1646 bNeedDraw = !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS); in GetBackdrop()
2450 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h30 #define FXRC_GET_BITS 0x01 macro
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp598 if (!(m_RenderCaps & FXRC_GET_BITS)) in DrawFillStrokePath()
662 if (!(m_RenderCaps & FXRC_GET_BITS)) in FillRectWithBlend()
702 if (!(m_RenderCaps & FXRC_GET_BITS)) in GetDIBits()
734 if (!(m_RenderCaps & FXRC_GET_BITS)) in SetDIBitsWithBlend()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp653 !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in StartDIBSource()
779 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp753 m_RenderCaps = FXRC_GET_BITS | FXRC_BIT_MASK; in CGdiDeviceDriver()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1319 return FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
1335 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp483 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()