Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Difx_renderdevicedriver.cpp59 bool IFX_RenderDeviceDriver::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in IFX_RenderDeviceDriver
Difx_renderdevicedriver.h89 virtual bool ContinueDIBits(CFX_ImageRenderer* handle,
Dcfx_renderdevice.h208 bool ContinueDIBits(CFX_ImageRenderer* handle, IFX_PauseIndicator* pPause);
Dcfx_renderdevice.cpp846 bool CFX_RenderDevice::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in CFX_RenderDevice
848 return m_pDeviceDriver->ContinueDIBits(handle, pPause); in ContinueDIBits()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h92 bool ContinueDIBits(CFX_ImageRenderer* handle,
Dfx_agg_driver.cpp1555 bool CFX_AggDeviceDriver::ContinueDIBits(CFX_ImageRenderer* pHandle, in ContinueDIBits() function in CFX_AggDeviceDriver
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h123 bool ContinueDIBits(CFX_ImageRenderer* handle,
Dfx_skia_device.cpp2397 bool CFX_SkiaDeviceDriver::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in CFX_SkiaDeviceDriver
/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp114 return m_pDevice->ContinueDIBits(m_DeviceHandle.get(), nullptr); in Continue()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp544 return m_pRenderStatus->GetRenderDevice()->ContinueDIBits( in Continue()