Searched refs:FillRectWithBlend (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.cpp | 34 bool RenderDeviceDriverIface::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in RenderDeviceDriverIface
|
D | cfx_renderdevice.h | 95 return FillRectWithBlend(rect, color, BlendMode::kNormal); in FillRect() 240 bool FillRectWithBlend(const FX_RECT& rect,
|
D | renderdevicedriver_iface.h | 62 virtual bool FillRectWithBlend(const FX_RECT& rect,
|
D | cfx_renderdevice.cpp | 568 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/ |
D | fx_agg_driver.h | 64 bool FillRectWithBlend(const FX_RECT& rect,
|
D | fx_agg_driver.cpp | 1430 bool CFX_AggDeviceDriver::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in CFX_AggDeviceDriver
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 69 bool FillRectWithBlend(const FX_RECT& rect,
|
D | fx_skia_device.cpp | 2100 bool CFX_SkiaDeviceDriver::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in CFX_SkiaDeviceDriver
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 99 bool FillRectWithBlend(const FX_RECT& rect,
|
D | fx_win32_device.cpp | 1060 bool CGdiDeviceDriver::FillRectWithBlend(const FX_RECT& rect, in FillRectWithBlend() function in CGdiDeviceDriver
|