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.cpp43 !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in Start()
134 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)); in CompositeDIBitmap()
/external/pdfium/core/fxge/
Drender_defines.h17 #define FXRC_GET_BITS 0x01 macro
Dcfx_renderdevice.cpp622 if (!(m_RenderCaps & FXRC_GET_BITS)) in DrawFillStrokePath()
677 if (!(m_RenderCaps & FXRC_GET_BITS)) in FillRectWithBlend()
717 return (m_RenderCaps & FXRC_GET_BITS) && in GetDIBits()
744 if (!(m_RenderCaps & FXRC_GET_BITS)) in SetDIBitsWithBlend()
/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp32 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) in Initialize()
Dcpdf_devicebuffer.cpp74 if (m_pDevice->GetDeviceCaps(FXDC_RENDER_CAPS) & FXRC_GET_BITS) { in OutputToDevice()
Dcpdf_renderstatus.cpp682 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS)) { in ProcessTransparency()
790 bNeedDraw = !(m_pDevice->GetRenderCaps() & FXRC_GET_BITS); in GetBackdrop()
1499 (m_pDevice->GetRenderCaps() & FXRC_GET_BITS) && !bBackAlphaRequired); in CompositeDIBitmap()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp732 m_RenderCaps = FXRC_GET_BITS | FXRC_BIT_MASK; in CGdiDeviceDriver()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1821 return FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
1837 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1185 int flags = FXRC_GET_BITS | FXRC_ALPHA_PATH | FXRC_ALPHA_IMAGE | in GetDeviceCaps()