Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h95 return FillRectWithBlend(rect, color, BlendMode::kNormal); in FillRect()
240 bool FillRectWithBlend(const FX_RECT& rect,
Drenderdevicedriver_iface.cpp34 bool RenderDeviceDriverIface::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in RenderDeviceDriverIface
Drenderdevicedriver_iface.h62 virtual bool FillRectWithBlend(const FX_RECT& rect,
Dcfx_renderdevice.cpp568 if (FillRectWithBlend(rect_i, fill_color, blend_type)) in DrawPathWithBlend()
671 bool CFX_RenderDevice::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in CFX_RenderDevice
674 if (m_pDeviceDriver->FillRectWithBlend(rect, fill_color, blend_type)) in FillRectWithBlend()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h64 bool FillRectWithBlend(const FX_RECT& rect,
Dfx_agg_driver.cpp1430 bool CFX_AggDeviceDriver::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in CFX_AggDeviceDriver
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h69 bool FillRectWithBlend(const FX_RECT& rect,
Dfx_skia_device.cpp2100 bool CFX_SkiaDeviceDriver::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in CFX_SkiaDeviceDriver
/external/pdfium/core/fxge/win32/
Dwin32_int.h99 bool FillRectWithBlend(const FX_RECT& rect,
Dfx_win32_device.cpp1060 bool CGdiDeviceDriver::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in CGdiDeviceDriver