Searched refs:FillRect (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/core/
H A DSkScan.cpp56 void SkScan::FillRect(const SkRect& r, const SkRegion* clip, function in class:SkScan
96 void SkScan::FillRect(const SkRect& r, const SkRasterClip& clip, function in class:SkScan
103 FillRect(r, &clip.bwRgn(), blitter);
108 FillRect(r, &wrapper.getRgn(), wrapper.getBlitter());
H A DSkScan.h43 static void FillRect(const SkRect&, const SkRasterClip&, SkBlitter*);
66 static void FillRect(const SkRect&, const SkRegion* clip, SkBlitter*);
H A DSkScan_Hairline.cpp443 SkScan::FillRect(outer, clip, blitter);
448 SkScan::FillRect(tmp, clip, blitter);
451 SkScan::FillRect(tmp, clip, blitter);
454 SkScan::FillRect(tmp, clip, blitter);
457 SkScan::FillRect(tmp, clip, blitter);
H A DSkDraw.cpp871 SkScan::FillRect(localDevRect, clip, blitter);
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h63 virtual FX_BOOL FillRect(const FX_RECT* pRect,
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp189 if (FillRect(&rect_i, fill_color, alpha_flag, pIccTransform, blend_type)) {
271 return FillRect(&rect, color, alpha_flag, pIccTransform);
273 FX_BOOL CFX_RenderDevice::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type) function in class:CFX_RenderDevice
275 if (m_pDeviceDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform, blend_type)) {
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.h48 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
H A Dfx_skia_device.cpp450 FX_BOOL CFX_SkiaDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform) function in class:CFX_SkiaDeviceDriver
452 return m_pAggDriver->FillRect(pRect, fill_color, alpha_flag, pIccTransform);
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h131 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color,
H A Dfx_quartz_device.cpp429 FX_BOOL CFX_QuartzDeviceDriver::FillRect(const FX_RECT* rect, function in class:CFX_QuartzDeviceDriver
/external/pdfium/core/include/fxge/
H A Dfx_ge.h403 FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD color,
572 virtual FX_BOOL FillRect(const FX_RECT* pRect, FX_DWORD fill_color, function in class:IFX_RenderDeviceDriver
/external/pdfium/core/src/fxge/win32/
H A Dwin32_int.h103 virtual FX_BOOL FillRect(const FX_RECT* pRect,
H A Dfx_win32_device.cpp856 FX_BOOL CGdiDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type) function in class:CGdiDeviceDriver
872 ::FillRect(m_hDC, (RECT*)pRect, hBrush);
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp643 device.FillRect(&rect, color);
H A Dfsdk_baseform.cpp480 pDevice->FillRect(&rcDev, argb);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp920 device.FillRect(&rect, 0xffffffff);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp1438 FX_BOOL CFX_AggDeviceDriver::FillRect(const FX_RECT* pRect, FX_DWORD fill_color, int alpha_flag, void* pIccTransform, int blend_type)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 200 milliseconds