Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp44 !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in Start()
135 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)); in CompositeDIBitmap()
/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp28 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) in Initialize()
Dcpdf_devicebuffer.cpp57 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) { in OutputToDevice()
Dcpdf_renderstatus.cpp1575 if (!isolated && (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in ProcessTransparency()
1683 bNeedDraw = !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS); in GetBackdrop()
2490 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h33 #define FXRC_GET_BITS 0x01 macro
Dcfx_renderdevice.cpp625 if (!(m_RenderCaps & FXRC_GET_BITS)) in DrawFillStrokePath()
683 if (!(m_RenderCaps & FXRC_GET_BITS)) in FillRectWithBlend()
723 return (m_RenderCaps & FXRC_GET_BITS) && in GetDIBits()
759 if (!(m_RenderCaps & FXRC_GET_BITS)) in SetDIBitsWithBlend()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1688 return FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
1704 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp747 m_RenderCaps = FXRC_GET_BITS | FXRC_BIT_MASK; in CGdiDeviceDriver()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1159 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()