HomeSort by relevance Sort by last modified time
    Searched refs:fillRect (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 127 void fillRect(int x1, int y1, int x2, int y2);
132 void fillRect(Point p1, Point p2);
137 void fillRect(Rect r);
  /external/webkit/WebCore/platform/graphics/wince/
GradientWince.cpp 49 c->fillRect(r, this);
  /external/webkit/WebCore/platform/graphics/
GeneratedImage.cpp 46 context->fillRect(FloatRect(FloatPoint(), m_size), *m_generator.get());
64 graphicsContext->fillRect(FloatRect(FloatPoint(), adjustedSize), *m_generator.get());
GraphicsContext.h 246 void fillRect(const FloatRect&);
247 void fillRect(const FloatRect&, const Color&, ColorSpace);
248 void fillRect(const FloatRect&, Generator&);
349 void fillRect(const FloatRect&, const Gradient*);
  /external/webkit/WebCore/svg/graphics/filters/
SVGFEFlood.cpp 73 filterContext->fillRect(FloatRect(FloatPoint(), scaledSubRegion().size()), color, DeviceColorSpace);
SVGFETile.cpp 83 filterContext->fillRect(FloatRect(FloatPoint(), scaledSubRegion().size()));
  /sdk/draw9patch/src/com/android/draw9patch/ui/
GradientPanel.java 43 g2.fillRect(clip.x, clip.y, clip.width, clip.height);
  /external/junit/src/junit/awtui/
ProgressBar.java 34 g.fillRect(0, 0, r.width, r.height);
46 g.fillRect(1, 1, r.width-1, r.height-2);
Logo.java 56 g.fillRect(0, 0, getBounds().width, getBounds().height);
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 117 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
123 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
ClipSprite.java 66 graphics.fillRect(0, 0, clip.width, clip.height);
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 61 FillRect(dc, &innerRc,
318 src->context()->fillRect(fullRect, red, DeviceColorSpace);
321 src->context()->fillRect(rightHalf, green, DeviceColorSpace);
333 helper.context()->fillRect(inner, Color(0x7f000000), DeviceColorSpace);
371 src->context()->fillRect(fullRect, white, DeviceColorSpace);
391 helper.context()->fillRect(bottomRight, green, DeviceColorSpace);
410 src->context()->fillRect(fullRect, white, DeviceColorSpace);
428 src->context()->fillRect(blackRect, black, DeviceColorSpace);
442 helper.context()->fillRect(helper.drawRect(), Color(0x7f7f0000), DeviceColorSpace);
489 src->context()->fillRect(topRect, white, DeviceColorSpace)
    [all...]
  /external/webkit/WebCore/inspector/front-end/
SummaryBar.js 101 ctx.fillRect(0, 0, 13, 13);
108 ctx.fillRect(0, 0, 13, 13);
115 ctx.fillRect(0, 0, 13, 13);
251 ctx.fillRect(x + previousSegmentsWidth, y, segmentWidth, h);
287 ctx.fillRect(x, y, w, h);
290 ctx.fillRect(x, y, w, h);
324 ctx.fillRect(x, y, w, h);
  /external/webkit/WebCore/platform/
ScrollbarTheme.h 76 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, DeviceColorSpace); }
  /external/webkit/WebCore/platform/graphics/filters/
SourceAlpha.cpp 69 filterContext->fillRect(imageRect, Color::black, DeviceColorSpace);
  /external/webkit/WebCore/platform/graphics/qt/
GradientQt.cpp 87 context->platformContext()->fillRect(rect, *platformGradient());
GraphicsContextQt.cpp 321 p->fillRect(shadowRect, QColor(shadowColor));
381 p->fillRect(FloatRect(p1.x() - width / 2, p1.y() - width, width, width), QColor(color));
382 p->fillRect(FloatRect(p2.x() - width / 2, p2.y(), width, width), QColor(color));
384 p->fillRect(FloatRect(p1.x() - width, p1.y() - width / 2, width, width), QColor(color));
385 p->fillRect(FloatRect(p2.x(), p2.y() - width / 2, width, width), QColor(color));
604 p->fillRect(shadowRect, QColor(shadowColor));
608 void GraphicsContext::fillRect(const FloatRect& rect)
619 p->fillRect(rect, QBrush(m_common->state.fillPattern->createPlatformPattern(affine)));
623 p->fillRect(rect, brush);
626 p->fillRect(rect, p->brush())
    [all...]
ImageQt.cpp 116 p->fillRect(destRect, b);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 221 public void fillRect(int x1, int y1, int x2, int y2) {
230 public void fillRect(Point p1, Point p2) {
231 fillRect(p1.x, p1.y, p2.x, p2.y);
234 public void fillRect(Rect r) {
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 160 p.painter->fillRect(opt->rect, opt->palette.background());
237 context->fillRect(rect, QApplication::palette().color(QPalette::Normal, QPalette::Window), DeviceColorSpace);
  /external/webkit/WebCore/platform/graphics/skia/
GradientSkia.cpp 187 context->fillRect(rect);
  /external/webkit/WebCore/rendering/
RenderScrollbarTheme.cpp 112 context->fillRect(cornerRect, Color::white, DeviceColorSpace);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.idl 63 void fillRect(in float x, in float y, in float width, in float height);
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 99 m_data->m_view->FillRect(rect);
155 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
162 m_data->m_view->FillRect(rect);
166 void GraphicsContext::fillRect(const FloatRect& rect)
180 // FillRect and FillArc calls are needed.
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 157 void GraphicsContext::fillRect(const FloatRect& rect)
165 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)

Completed in 151 milliseconds

1 2 3 4