Home
last modified time | relevance | path

Searched refs:RenderDeviceDriverIface (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxge/
Drenderdevicedriver_iface.cpp13 RenderDeviceDriverIface::~RenderDeviceDriverIface() {} in ~RenderDeviceDriverIface()
15 bool RenderDeviceDriverIface::StartRendering() { in StartRendering()
19 void RenderDeviceDriverIface::EndRendering() {} in EndRendering()
21 bool RenderDeviceDriverIface::SetClip_PathStroke( in SetClip_PathStroke()
28 void RenderDeviceDriverIface::SetBaseClip(const FX_RECT& rect) {} in SetBaseClip()
30 bool RenderDeviceDriverIface::SetPixel(int x, int y, uint32_t color) { in SetPixel()
34 bool RenderDeviceDriverIface::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend()
40 bool RenderDeviceDriverIface::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine()
47 bool RenderDeviceDriverIface::GetDIBits(const RetainPtr<CFX_DIBitmap>& pBitmap, in GetDIBits()
53 RetainPtr<CFX_DIBitmap> RenderDeviceDriverIface::GetBackDrop() { in GetBackDrop()
[all …]
Dcfx_windowsrenderdevice.h23 class RenderDeviceDriverIface; variable
43 static RenderDeviceDriverIface* CreateDriver(
Drenderdevicedriver_iface.h35 class RenderDeviceDriverIface {
37 virtual ~RenderDeviceDriverIface();
Dcfx_renderdevice.h51 void SetDeviceDriver(std::unique_ptr<RenderDeviceDriverIface> pDriver);
52 RenderDeviceDriverIface* GetDeviceDriver() const { in GetDeviceDriver()
251 std::unique_ptr<RenderDeviceDriverIface> m_pDeviceDriver;
Dcfx_renderdevice.cpp398 std::unique_ptr<RenderDeviceDriverIface> pDriver) { in SetDeviceDriver()
/external/pdfium/core/fxge/win32/
Dwin32_int.h75 class CGdiDeviceDriver : public RenderDeviceDriverIface {
221 class CPSPrinterDriver final : public RenderDeviceDriverIface {
290 class CTextOnlyPrinterDriver final : public RenderDeviceDriverIface {
Dfx_win32_device.cpp1366 RenderDeviceDriverIface* CFX_WindowsRenderDevice::CreateDriver( in CreateDriver()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h34 class CFX_AggDeviceDriver final : public RenderDeviceDriverIface {
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h26 class CFX_SkiaDeviceDriver final : public RenderDeviceDriverIface {