Searched refs:SetBitsWithMask (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_fxgedevice.h | 34 bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
|
D | ifx_renderdevicedriver.cpp | 94 bool IFX_RenderDeviceDriver::SetBitsWithMask(const CFX_DIBSource* pBitmap, in SetBitsWithMask() function in IFX_RenderDeviceDriver
|
D | ifx_renderdevicedriver.h | 100 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
|
D | cfx_renderdevice.h | 224 virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 93 bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
|
D | fx_skia_device.cpp | 2127 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/ |
D | cfx_renderdevice.cpp | 837 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/ |
D | cpdf_imagerenderer.cpp | 376 m_pRenderStatus->m_pDevice->SetBitsWithMask( in DrawMaskedImage()
|