Searched refs:ContinueDIBits (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.cpp | 57 bool RenderDeviceDriverIface::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in RenderDeviceDriverIface
|
D | renderdevicedriver_iface.h | 97 virtual bool ContinueDIBits(CFX_ImageRenderer* handle,
|
D | cfx_renderdevice.h | 156 bool ContinueDIBits(CFX_ImageRenderer* handle, PauseIndicatorIface* pPause);
|
D | cfx_renderdevice.cpp | 831 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/ |
D | fx_agg_driver.h | 94 bool ContinueDIBits(CFX_ImageRenderer* handle,
|
D | fx_agg_driver.cpp | 1583 bool CFX_AggDeviceDriver::ContinueDIBits(CFX_ImageRenderer* pHandle, in ContinueDIBits() function in CFX_AggDeviceDriver
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 113 return m_pDevice->ContinueDIBits(m_DeviceHandle.get(), nullptr); in Continue()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 125 bool ContinueDIBits(CFX_ImageRenderer* handle,
|
D | fx_skia_device.cpp | 2529 bool CFX_SkiaDeviceDriver::ContinueDIBits(CFX_ImageRenderer* handle, in ContinueDIBits() function in CFX_SkiaDeviceDriver
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 564 return m_pRenderStatus->GetRenderDevice()->ContinueDIBits( in ContinueBlend()
|