Home
last modified time | relevance | path

Searched refs:ContinueDIBits (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxge/
Drenderdevicedriver_iface.cpp57 bool RenderDeviceDriverIface::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in RenderDeviceDriverIface
Drenderdevicedriver_iface.h97 virtual bool ContinueDIBits(CFX_ImageRenderer* handle,
Dcfx_renderdevice.h156 bool ContinueDIBits(CFX_ImageRenderer* handle, PauseIndicatorIface* pPause);
Dcfx_renderdevice.cpp831 bool CFX_RenderDevice::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in CFX_RenderDevice
833 return m_pDeviceDriver->ContinueDIBits(handle, pPause); in ContinueDIBits()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h94 bool ContinueDIBits(CFX_ImageRenderer* handle,
Dfx_agg_driver.cpp1583 bool CFX_AggDeviceDriver::ContinueDIBits(CFX_ImageRenderer* pHandle, in ContinueDIBits() function in CFX_AggDeviceDriver
/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp113 return m_pDevice->ContinueDIBits(m_DeviceHandle.get(), nullptr); in Continue()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h125 bool ContinueDIBits(CFX_ImageRenderer* handle,
Dfx_skia_device.cpp2529 bool CFX_SkiaDeviceDriver::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in CFX_SkiaDeviceDriver
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp564 return m_pRenderStatus->GetRenderDevice()->ContinueDIBits( in ContinueBlend()