Searched refs:FillRectWithBlend (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 148 return FillRectWithBlend(pRect, color, FXDIB_BLEND_NORMAL); in FillRect() 293 bool FillRectWithBlend(const FX_RECT* pRect, uint32_t color, int blend_type);
|
D | ifx_renderdevicedriver.cpp | 36 bool IFX_RenderDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in IFX_RenderDeviceDriver
|
D | ifx_renderdevicedriver.h | 54 virtual bool FillRectWithBlend(const FX_RECT* pRect,
|
D | cfx_renderdevice.cpp | 571 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/ |
D | fx_agg_driver.h | 62 bool FillRectWithBlend(const FX_RECT* pRect,
|
D | fx_agg_driver.cpp | 1401 bool CFX_AggDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in CFX_AggDeviceDriver
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 67 bool FillRectWithBlend(const FX_RECT* pRect,
|
D | fx_skia_device.cpp | 1963 bool CFX_SkiaDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in CFX_SkiaDeviceDriver
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 151 bool FillRectWithBlend(const FX_RECT* pRect,
|
D | fx_win32_device.cpp | 1072 bool CGdiDeviceDriver::FillRectWithBlend(const FX_RECT* pRect, in FillRectWithBlend() function in CGdiDeviceDriver
|