Home
last modified time | relevance | path

Searched refs:fillRect (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/WebCore/platform/graphics/
DGeneratedImage.cpp46 context->fillRect(FloatRect(FloatPoint(), m_size), *m_generator.get()); in draw()
59 graphicsContext->fillRect(FloatRect(FloatPoint(), m_size), *m_generator.get()); in drawPattern()
DGraphicsContext.h250 void fillRect(const FloatRect&);
251 void fillRect(const FloatRect&, const Color&);
252 void fillRect(const FloatRect&, Generator&);
348 void fillRect(const FloatRect&, const Gradient*);
DGraphicsContext.cpp378 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
DImage.cpp85 ctxt->fillRect(dstRect, color); in fillWithSolidColor()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp506 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 …]
DGradientQt.cpp87 context->platformContext()->fillRect(rect, *platformGradient()); in fill()
DImageQt.cpp115 p->fillRect(destRect, b); in drawPattern()
/external/proguard/src/proguard/gui/splash/
DBufferedSprite.java117 … 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()
DClipSprite.java66 graphics.fillRect(0, 0, clip.width, clip.height); in paint()
DOverrideGraphics2D.java434 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/
DProgressBar.java34 g.fillRect(0, 0, r.width, r.height); in paintBackground()
46 g.fillRect(1, 1, r.width-1, r.height-2); in paintStatus()
DLogo.java56 g.fillRect(0, 0, getBounds().width, getBounds().height); in paintBackground()
/external/webkit/WebCore/rendering/
DRenderFrameSet.cpp93 …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()
DRenderThemeWince.cpp380 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()
DRenderBoxModelObject.cpp440 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()
DRenderScrollbarTheme.cpp112 context->fillRect(cornerRect, Color::white); in paintScrollCorner()
/external/webkit/WebCore/svg/graphics/filters/
DSVGFEFlood.cpp74 filterContext->fillRect(FloatRect(FloatPoint(), subRegion().size()), color); in apply()
DSVGFETile.cpp78 filterContext->fillRect(FloatRect(FloatPoint(), subRegion().size())); in apply()
/external/webkit/WebCore/platform/qt/
DScrollbarThemeQt.cpp160 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/
DScrollbarTheme.h76 …lView*, GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color… in paintScrollCorner()
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp774 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/
DGraphicsContextWince.cpp950 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/
DResourcesPanel.js778 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/
DGraphicsContextWx.cpp255 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/
DGradientSkia.cpp185 context->fillRect(rect); in fill()

123