Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h148 return FillRectWithBlend(pRect, color, FXDIB_BLEND_NORMAL); in FillRect()
293 bool FillRectWithBlend(const FX_RECT* pRect, uint32_t color, int blend_type);
Difx_renderdevicedriver.cpp36 bool IFX_RenderDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in IFX_RenderDeviceDriver
Difx_renderdevicedriver.h54 virtual bool FillRectWithBlend(const FX_RECT* pRect,
Dcfx_renderdevice.cpp571 if (FillRectWithBlend(&rect_i, fill_color, blend_type)) in DrawPathWithBlend()
677 bool CFX_RenderDevice::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in CFX_RenderDevice
680 if (m_pDeviceDriver->FillRectWithBlend(pRect, fill_color, blend_type)) in FillRectWithBlend()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h62 bool FillRectWithBlend(const FX_RECT* pRect,
Dfx_agg_driver.cpp1401 bool CFX_AggDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in CFX_AggDeviceDriver
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h67 bool FillRectWithBlend(const FX_RECT* pRect,
Dfx_skia_device.cpp1963 bool CFX_SkiaDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in CFX_SkiaDeviceDriver
/external/pdfium/core/fxge/win32/
Dwin32_int.h151 bool FillRectWithBlend(const FX_RECT* pRect,
Dfx_win32_device.cpp1072 bool CGdiDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in CGdiDeviceDriver