Home
last modified time | relevance | path

Searched refs:GetDeviceDriver (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp131 static_cast<CFX_SkiaDeviceDriver*>(geDevice.GetDeviceDriver()); in Harness()
Dfx_skia_device.cpp2550 static_cast<CFX_SkiaDeviceDriver*>(GetDeviceDriver()); in Clear()
2606 static_cast<CFX_SkiaDeviceDriver*>(GetDeviceDriver()); in DebugVerifyBitmapIsPreMultiplied()
2620 static_cast<CFX_SkiaDeviceDriver*>(GetDeviceDriver()); in SetBitsWithMask()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h104 IFX_RenderDeviceDriver* GetDeviceDriver() const { in GetDeviceDriver() function
Dcfx_renderdevice.cpp663 if (!bitmap_device.GetDeviceDriver()->DrawPath( in DrawFillStrokePath()
669 bitmap_device.GetDeviceDriver()->Flush(); in DrawFillStrokePath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2100 m_pDevice->GetDeviceDriver()->DrawShading(pPattern, pMatrix, clip_rect, in DrawShading()