Searched defs:fillRect (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeEngineDRTWin.cpp83 const WebRect& fillRect)
86 control.drawProgressBar(webRectToSkIRect(fillRect));
79 drawProgressBar(WebCanvas* canvas, WebThemeControlDRTWin::Type ctype, WebThemeControlDRTWin::State cstate, const WebRect& barRect, const WebRect& fillRect) argument
H A DWebThemeControlDRTWin.cpp503 void WebThemeControlDRTWin::drawProgressBar(const SkIRect& fillRect) argument
514 tofill.intersect(m_irect, fillRect);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.h126 virtual void fillRect(const FloatRect& rect) = 0;
127 void fillRect(const FloatRect& rect, const Color& color, ColorSpace) { function in class:WebCore::PlatformGraphicsContext
128 fillRect(rect, color);
130 virtual void fillRect(const FloatRect& rect, const Color& color) = 0;
H A DGraphicsContextAndroid.cpp235 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
241 platformContext()->fillRect(rect);
244 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
250 platformContext()->fillRect(rect, color, colorSpace);
H A DPlatformGraphicsContextSkia.cpp345 fillRect(rect, backgroundColor);
350 fillRect(IntRect(x, y, w, t), backgroundColor);
351 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
352 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
353 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
500 void PlatformGraphicsContextSkia::fillRect(const FloatRect& rect) function in class:WebCore::PlatformGraphicsContextSkia
507 void PlatformGraphicsContextSkia::fillRect(const FloatRect& rect, function in class:WebCore::PlatformGraphicsContextSkia
531 // though perhaps we'll find we need to do this as well in fillRect(r)
H A DPlatformGraphicsContextRecording.cpp830 fillRect(rect, backgroundColor);
835 fillRect(IntRect(x, y, w, t), backgroundColor);
836 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
837 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
838 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
875 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect) function in class:WebCore::PlatformGraphicsContextRecording
880 void PlatformGraphicsContextRecording::fillRect(const FloatRect& rect, function in class:WebCore::PlatformGraphicsContextRecording
/external/skia/legacy/src/images/
H A DSkMovie_gif.cpp197 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, function
312 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
/external/skia/src/images/
H A DSkMovie_gif.cpp201 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, function
316 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp163 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
174 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp155 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
163 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java434 public void fillRect(int x, int y, int width, int height) method in class:OverrideGraphics2D
436 graphics.fillRect(x, y, width, height);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp441 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor, colorSpace);
614 void GraphicsContext::fillRect(const FloatRect& rect, Generator& generator) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp264 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
544 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp995 void CanvasRenderingContext2D::fillRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
1015 c->fillRect(rect);
1932 c->fillRect(maskRect);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp121 // A fillRect helper
558 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
570 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp665 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
715 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp233 fillRect(rect, Color(RGBA32(0)), ColorSpaceDeviceRGB);
270 void GLES2Canvas::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GLES2Canvas
282 void GLES2Canvas::fillRect(const FloatRect& rect) function in class:WebCore::GLES2Canvas
284 fillRect(rect, m_state->applyAlpha(m_state->m_fillColor), ColorSpaceDeviceRGB);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp320 // This is only used to draw borders (real fill is done via fillRect), and
378 p->fillRect(FloatRect(p1.x() - width / 2, p1.y() - width, width, width), QColor(color));
379 p->fillRect(FloatRect(p2.x() - width / 2, p2.y(), width, width), QColor(color));
381 p->fillRect(FloatRect(p1.x() - width, p1.y() - width / 2, width, width), QColor(color));
382 p->fillRect(FloatRect(p2.x(), p2.y() - width / 2, width, width), QColor(color));
666 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
681 shadowPainter->fillRect(normalizedRect, shadow->m_color);
690 shadowPainter->fillRect(normalizedRect, brush);
692 shadowPainter->fillRect(normalizedRect, shadow->m_color);
695 p->fillRect(normalizedRec
719 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
[all...]
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp724 // See the fillRect below.
759 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
766 // See the other version of fillRect below.
772 platformContext()->gpuCanvas()->fillRect(rect);
787 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
794 platformContext()->gpuCanvas()->fillRect(rect, color, colorSpace);
836 // See fillRect().
846 fillRect(rect, color, colorSpace);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp932 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
1077 fillRect(rect, Color(Color::white), ColorSpaceDeviceRGB);
1211 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& c, ColorSpace colorSpace) argument
1224 IntRect dstRect = fillRect;
1235 TransparentLayerDC transparentDc(m_data, dstRect, &fillRect);
1399 void GraphicsContext::fillRect(const FloatRect& r, const Gradient* gradient) function in class:WebCore::GraphicsContext
1412 fillRect(r, color, ColorSpaceDeviceRGB);
1495 void GraphicsContext::fillRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
1500 fillRect(rect, m_state.fillGradient.get());
1502 fillRect(rec
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp623 context->fillRect(borderRect, bgColor, style()->colorSpace());
742 context->fillRect(rect, baseColor, style()->colorSpace());
749 context->fillRect(rect, bgColor, style()->colorSpace());
2088 RoundedIntRect fillRect = border; local
2089 fillRect.inflate(shadowSpread);
2090 if (fillRect.isEmpty())
2104 fillRect.move(extraOffset);
2124 fillRect.expandRadii(shadowSpread);
2125 context->fillRoundedRect(fillRect, Color::black, s->colorSpace());
2142 context->fillRect(fillRec
[all...]
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...

Completed in 468 milliseconds