Searched refs:ContinueDIBits (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/ |
D | ifx_renderdevicedriver.cpp | 59 bool IFX_RenderDeviceDriver::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in IFX_RenderDeviceDriver
|
D | ifx_renderdevicedriver.h | 89 virtual bool ContinueDIBits(CFX_ImageRenderer* handle,
|
D | cfx_renderdevice.h | 208 bool ContinueDIBits(CFX_ImageRenderer* handle, IFX_PauseIndicator* pPause);
|
D | cfx_renderdevice.cpp | 846 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/ |
D | fx_agg_driver.h | 92 bool ContinueDIBits(CFX_ImageRenderer* handle,
|
D | fx_agg_driver.cpp | 1555 bool CFX_AggDeviceDriver::ContinueDIBits(CFX_ImageRenderer* pHandle, in ContinueDIBits() function in CFX_AggDeviceDriver
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 123 bool ContinueDIBits(CFX_ImageRenderer* handle,
|
D | fx_skia_device.cpp | 2397 bool CFX_SkiaDeviceDriver::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in CFX_SkiaDeviceDriver
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 114 return m_pDevice->ContinueDIBits(m_DeviceHandle.get(), nullptr); in Continue()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 544 return m_pRenderStatus->GetRenderDevice()->ContinueDIBits( in Continue()
|