Home
last modified time | relevance | path

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

1234

/external/webkit/WebKit/chromium/tests/
DTransparencyWinTest.cpp318 src->context()->fillRect(fullRect, red, DeviceColorSpace); in TEST()
321 src->context()->fillRect(rightHalf, green, DeviceColorSpace); in TEST()
333 helper.context()->fillRect(inner, Color(0x7f000000), DeviceColorSpace); in TEST()
371 src->context()->fillRect(fullRect, white, DeviceColorSpace); in TEST()
391 helper.context()->fillRect(bottomRight, green, DeviceColorSpace); in TEST()
410 src->context()->fillRect(fullRect, white, DeviceColorSpace); in TEST()
428 src->context()->fillRect(blackRect, black, DeviceColorSpace); in TEST()
442 helper.context()->fillRect(helper.drawRect(), Color(0x7f7f0000), DeviceColorSpace); in TEST()
489 src->context()->fillRect(topRect, white, DeviceColorSpace); in TEST()
492 src->context()->fillRect(bottomRect, red, DeviceColorSpace); in TEST()
[all …]
/external/webkit/WebCore/inspector/front-end/
DSummaryBar.js101 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/graphics/qt/
DGraphicsContextQt.cpp321 p->fillRect(shadowRect, QColor(shadowColor)); in drawRect()
381 p->fillRect(FloatRect(p1.x() - width / 2, p1.y() - width, width, width), QColor(color)); in drawLine()
382 p->fillRect(FloatRect(p2.x() - width / 2, p2.y(), width, width), QColor(color)); in drawLine()
384 p->fillRect(FloatRect(p1.x() - width, p1.y() - width / 2, width, width), QColor(color)); in drawLine()
385 p->fillRect(FloatRect(p2.x(), p2.y() - width / 2, width, width), QColor(color)); in drawLine()
604 p->fillRect(shadowRect, QColor(shadowColor)); in drawBorderlessRectShadow()
608 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
619 p->fillRect(rect, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillRect()
623 p->fillRect(rect, brush); in fillRect()
626 p->fillRect(rect, p->brush()); in fillRect()
[all …]
DGradientQt.cpp87 context->platformContext()->fillRect(rect, *platformGradient()); in fill()
/external/webkit/WebCore/platform/graphics/
DGeneratedImage.cpp46 context->fillRect(FloatRect(FloatPoint(), m_size), *m_generator.get()); in draw()
64 graphicsContext->fillRect(FloatRect(FloatPoint(), adjustedSize), *m_generator.get()); in drawPattern()
DGraphicsContext.h246 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/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()
/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(), col… in paintColumnBorder()
99 …context->fillRect(IntRect(borderRect.topRight(), IntSize(1, height())), borderEndEdgeColor(), colo… in paintColumnBorder()
113 …context->fillRect(borderRect, frameSet()->hasBorderColor() ? style()->borderLeftColor() : borderFi… in paintRowBorder()
118 …context->fillRect(IntRect(borderRect.topLeft(), IntSize(width(), 1)), borderStartEdgeColor(), colo… in paintRowBorder()
119 …context->fillRect(IntRect(borderRect.bottomLeft(), IntSize(width(), 1)), borderEndEdgeColor(), col… in paintRowBorder()
DRenderThemeWince.cpp381 paintInfo.context->fillRect(cancelBounds, buttonColor, DeviceColorSpace); in paintSearchFieldCancelButton()
495 i.context->fillRect(r); in paintSliderTrack()
524 i.context->fillRect(intRect); in paintSliderThumb()
570 paintInfo.context->fillRect(imRect); in paintMediaFullscreenButton()
613 paintInfo.context->fillRect(imRect); in paintMediaPlayButton()
615 paintInfo.context->fillRect(imRect); in paintMediaPlayButton()
DRenderBoxModelObject.cpp583 context->fillRect(rect, baseColor, style()->colorSpace()); in paintFillLayerExtended()
590 context->fillRect(rect, bgColor, style()->colorSpace()); in paintFillLayerExtended()
1323 IntRect fillRect(rect); in paintBoxShadow() local
1324 fillRect.inflate(shadowSpread); in paintBoxShadow()
1325 if (fillRect.isEmpty()) in paintBoxShadow()
1339 fillRect.move(extraOffset); in paintBoxShadow()
1384 …context->fillRoundedRect(fillRect, topLeft, topRight, bottomLeft, bottomRight, Color::black, s->co… in paintBoxShadow()
1401 context->fillRect(fillRect, Color::black, s->colorSpace()); in paintBoxShadow()
1414 context->fillRect(rect, shadowColor, s->colorSpace()); in paintBoxShadow()
/external/webkit/WebCore/platform/graphics/wince/
DGradientWince.cpp49 c->fillRect(r, this); in fill()
DGraphicsContextWince.cpp950 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) in fillRect() function in WebCore::GraphicsContext
1095 fillRect(rect, Color(Color::white), DeviceColorSpace); in clearRect()
1245 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSiz… in fillRoundedRect() argument
1257 IntRect dstRect = fillRect; in fillRoundedRect()
1268 TransparentLayerDC transparentDc(m_data, dstRect, &fillRect); in fillRoundedRect()
1443 void GraphicsContext::fillRect(const FloatRect& r, const Gradient* gradient) in fillRect() function in WebCore::GraphicsContext
1456 fillRect(r, color, DeviceColorSpace); in fillRect()
1544 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
1547 fillRect(rect, m_common->state.fillGradient.get()); in fillRect()
1549 fillRect(rect, fillColor(), DeviceColorSpace); in fillRect()
/external/webkit/WebCore/platform/qt/
DScrollbarThemeQt.cpp160 p.painter->fillRect(opt->rect, opt->palette.background()); in paint()
237 …context->fillRect(rect, QApplication::palette().color(QPalette::Normal, QPalette::Window), DeviceC… in paintScrollCorner()
/external/webkit/WebCore/svg/graphics/filters/
DSVGFEFlood.cpp73 …filterContext->fillRect(FloatRect(FloatPoint(), scaledSubRegion().size()), color, DeviceColorSpace… in apply()
DSVGFETile.cpp83 filterContext->fillRect(FloatRect(FloatPoint(), scaledSubRegion().size())); in apply()
/external/webkit/WebCore/platform/graphics/filters/
DSourceAlpha.cpp69 filterContext->fillRect(imageRect, Color::black, DeviceColorSpace); in apply()
/external/webkit/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp155 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) in fillRect() function in WebCore::GraphicsContext
166 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/
DScrollbarTheme.h76 …lView*, GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color… in paintScrollCorner()
/external/webkit/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp157 void GraphicsContext::fillRect(const FloatRect& rect) in fillRect() function in WebCore::GraphicsContext
165 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) in fillRect() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp780 gc->fillRect(r, Color::white, DeviceColorSpace); in paint()
813 gc->fillRect(rowRect, Color::white, DeviceColorSpace); in paintRow()
815 gc->fillRect(rowRect, backColor, DeviceColorSpace); in paintRow()
822 gc->fillRect(separatorRect, textColor, DeviceColorSpace); in paintRow()
/external/webkit/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp973 painter0.fillRect(imageRect, Qt::white); in render()
982 painter1.fillRect(imageRect, Qt::white); in render()
991 painter2.fillRect(imageRect, Qt::white); in render()
1004 painter3.fillRect(tableRect, Qt::white); in render()
/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.cpp645 context->fillRect(FloatRect(r), panelColor, DeviceColorSpace); in paintMediaButton()
689 paintInfo.context->fillRect(FloatRect(r), m_panelColor, DeviceColorSpace); in paintMediaSliderTrack()
690 …paintInfo.context->fillRect(FloatRect(IntRect(r.x(), r.y() + (r.height() - m_mediaSliderHeight) / … in paintMediaSliderTrack()

1234