Home
last modified time | relevance | path

Searched refs:SetBitsWithMask (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fxgedevice.h34 bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
Difx_renderdevicedriver.cpp94 bool IFX_RenderDeviceDriver::SetBitsWithMask(const CFX_DIBSource* pBitmap, in SetBitsWithMask() function in IFX_RenderDeviceDriver
Difx_renderdevicedriver.h100 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
Dcfx_renderdevice.h224 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h93 bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
Dfx_skia_device.cpp2127 bool CFX_SkiaDeviceDriver::SetBitsWithMask(const CFX_DIBSource* pBitmap, in SetBitsWithMask() function in CFX_SkiaDeviceDriver
2235 bool CFX_FxgeDevice::SetBitsWithMask(const CFX_DIBSource* pBitmap, in SetBitsWithMask() function in CFX_FxgeDevice
2244 return skDriver->SetBitsWithMask(pBitmap, pMask, left, top, bitmap_alpha, in SetBitsWithMask()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp837 bool CFX_RenderDevice::SetBitsWithMask(const CFX_DIBSource* pBitmap, in SetBitsWithMask() function in CFX_RenderDevice
843 return m_pDeviceDriver->SetBitsWithMask(pBitmap, pMask, left, top, in SetBitsWithMask()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp376 m_pRenderStatus->m_pDevice->SetBitsWithMask( in DrawMaskedImage()