/external/webkit/WebCore/platform/graphics/ |
D | GeneratedImage.cpp | 46 context->fillRect(FloatRect(FloatPoint(), m_size), *m_generator.get()); in draw() 59 graphicsContext->fillRect(FloatRect(FloatPoint(), m_size), *m_generator.get()); in drawPattern()
|
D | GraphicsContext.h | 250 void fillRect(const FloatRect&); 251 void fillRect(const FloatRect&, const Color&); 252 void fillRect(const FloatRect&, Generator&); 348 void fillRect(const FloatRect&, const Gradient*);
|
D | GraphicsContext.cpp | 378 fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor); in drawHighlightForText() 510 void GraphicsContext::fillRect(const FloatRect& rect, Generator& generator) in fillRect() function in WebCore::GraphicsContext
|
D | Image.cpp | 85 ctxt->fillRect(dstRect, color); in fillWithSolidColor()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 506 p->fillRect(FloatRect(p1.x() - width / 2, p1.y() - width, width, width), QColor(color)); in drawLine() 507 p->fillRect(FloatRect(p2.x() - width / 2, p2.y(), width, width), QColor(color)); in drawLine() 509 p->fillRect(FloatRect(p1.x() - width, p1.y() - width / 2, width, width), QColor(color)); in drawLine() 510 p->fillRect(FloatRect(p2.x(), p2.y() - width / 2, width, width), QColor(color)); in drawLine() 674 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext 684 p->fillRect(rect, p->brush()); in fillRect() 688 p->fillRect(rect, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillRect() 694 p->fillRect(rect, brush); in fillRect() 700 void GraphicsContext::fillRect(const FloatRect& rect, const Color& c) in fillRect() function in WebCore::GraphicsContext 706 m_data->p()->fillRect(rect, m_data->solidColor); in fillRect() [all …]
|
D | GradientQt.cpp | 87 context->platformContext()->fillRect(rect, *platformGradient()); in fill()
|
D | ImageQt.cpp | 115 p->fillRect(destRect, b); in drawPattern()
|
/external/proguard/src/proguard/gui/splash/ |
D | BufferedSprite.java | 117 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint() 123 … bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); in paint()
|
D | ClipSprite.java | 66 graphics.fillRect(0, 0, clip.width, clip.height); in paint()
|
D | OverrideGraphics2D.java | 434 public void fillRect(int x, int y, int width, int height) in fillRect() method in OverrideGraphics2D 436 graphics.fillRect(x, y, width, height); in fillRect()
|
/external/junit/src/junit/awtui/ |
D | ProgressBar.java | 34 g.fillRect(0, 0, r.width, r.height); in paintBackground() 46 g.fillRect(1, 1, r.width-1, r.height-2); in paintStatus()
|
D | Logo.java | 56 g.fillRect(0, 0, getBounds().width, getBounds().height); in paintBackground()
|
/external/webkit/WebCore/rendering/ |
D | RenderFrameSet.cpp | 93 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? style()->borderLeftColor() : borderFi… in paintColumnBorder() 98 … context->fillRect(IntRect(borderRect.topLeft(), IntSize(1, height())), borderStartEdgeColor()); in paintColumnBorder() 99 … context->fillRect(IntRect(borderRect.topRight(), IntSize(1, height())), borderEndEdgeColor()); in paintColumnBorder() 112 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? style()->borderLeftColor() : borderFi… in paintRowBorder() 117 … context->fillRect(IntRect(borderRect.topLeft(), IntSize(width(), 1)), borderStartEdgeColor()); in paintRowBorder() 118 … context->fillRect(IntRect(borderRect.bottomLeft(), IntSize(width(), 1)), borderEndEdgeColor()); in paintRowBorder()
|
D | RenderThemeWince.cpp | 380 paintInfo.context->fillRect(cancelBounds, buttonColor); in paintSearchFieldCancelButton() 494 i.context->fillRect(r); in paintSliderTrack() 523 i.context->fillRect(intRect); in paintSliderThumb() 569 paintInfo.context->fillRect(imRect); in paintMediaFullscreenButton() 612 paintInfo.context->fillRect(imRect); in paintMediaPlayButton() 614 paintInfo.context->fillRect(imRect); in paintMediaPlayButton()
|
D | RenderBoxModelObject.cpp | 440 context->fillRect(rect, baseColor); in paintFillLayerExtended() 451 context->fillRect(rect, bgColor); in paintFillLayerExtended() 1206 IntRect fillRect(rect); in paintBoxShadow() local 1207 fillRect.inflate(shadowSpread); in paintBoxShadow() 1208 if (fillRect.isEmpty()) in paintBoxShadow() 1222 fillRect.move(extraOffset); in paintBoxShadow() 1267 … context->fillRoundedRect(fillRect, topLeft, topRight, bottomLeft, bottomRight, Color::black); in paintBoxShadow() 1284 context->fillRect(fillRect, Color::black); in paintBoxShadow() 1297 context->fillRect(rect, shadowColor); in paintBoxShadow()
|
D | RenderScrollbarTheme.cpp | 112 context->fillRect(cornerRect, Color::white); in paintScrollCorner()
|
/external/webkit/WebCore/svg/graphics/filters/ |
D | SVGFEFlood.cpp | 74 filterContext->fillRect(FloatRect(FloatPoint(), subRegion().size()), color); in apply()
|
D | SVGFETile.cpp | 78 filterContext->fillRect(FloatRect(FloatPoint(), subRegion().size())); in apply()
|
/external/webkit/WebCore/platform/qt/ |
D | ScrollbarThemeQt.cpp | 160 p.painter->fillRect(opt->rect, opt->palette.background()); in paint() 238 context->fillRect(rect, QApplication::palette().color(QPalette::Normal, QPalette::Window)); in paintScrollCorner()
|
/external/webkit/WebCore/platform/ |
D | ScrollbarTheme.h | 76 …lView*, GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color… in paintScrollCorner()
|
/external/webkit/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 774 gc->fillRect(r, Color::white); in paint() 807 gc->fillRect(rowRect, Color::white); in paintRow() 809 gc->fillRect(rowRect, backColor); in paintRow() 816 gc->fillRect(separatorRect, textColor); in paintRow()
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 950 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color) in fillRect() function in WebCore::GraphicsContext 1091 fillRect(rect, Color(Color::white)); in clearRect() 1236 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSiz… in fillRoundedRect() argument 1248 IntRect dstRect = fillRect; in fillRoundedRect() 1259 TransparentLayerDC transparentDc(m_data, dstRect, &fillRect); in fillRoundedRect() 1434 void GraphicsContext::fillRect(const FloatRect& r, const Gradient* gradient) in fillRect() function in WebCore::GraphicsContext 1447 fillRect(r, color); in fillRect() 1535 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext 1538 fillRect(rect, m_common->state.fillGradient.get()); in fillRect() 1540 fillRect(rect, fillColor()); in fillRect()
|
/external/webkit/WebCore/inspector/front-end/ |
D | ResourcesPanel.js | 778 ctx.fillRect(x, y, w, h); 789 ctx.fillRect(0, 0, 13, 13); 796 ctx.fillRect(0, 0, 13, 13); 803 ctx.fillRect(0, 0, 13, 13); 942 ctx.fillRect(x + previousSegmentsWidth, y, segmentWidth, h); 978 ctx.fillRect(x, y, w, h); 981 ctx.fillRect(x, y, w, h);
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 255 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color) in fillRect() function in WebCore::GraphicsContext 503 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GradientSkia.cpp | 185 context->fillRect(rect); in fill()
|