fillRect 256 Source/core/editing/Caret.cpp context->fillRect(caret, caretColor); fillRect 2597 Source/core/frame/FrameView.cpp context->fillRect(cornerRect, baseBackgroundColor()); fillRect 2611 Source/core/frame/FrameView.cpp context->fillRect(toFill, baseBackgroundColor()); fillRect 2733 Source/core/frame/FrameView.cpp p->fillRect(rect, Color(0xFF, 0, 0)); fillRect 1324 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->fillRect(rect); fillRect 1331 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->fillRect(rect); fillRect 1336 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->fillRect(rect); fillRect 1659 Source/core/html/canvas/CanvasRenderingContext2D.cpp context->fillRect(rect); fillRect 173 Source/core/html/canvas/CanvasRenderingContext2D.h void fillRect(float x, float y, float width, float height); fillRect 381 Source/core/page/PrintContext.cpp graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight)); fillRect 2404 Source/core/rendering/RenderBlock.cpp paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selectionBackgroundColor()); fillRect 2420 Source/core/rendering/RenderBlock.cpp paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); fillRect 2436 Source/core/rendering/RenderBlock.cpp paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); fillRect 1430 Source/core/rendering/RenderBox.cpp paintInfo.context->fillRect(pixelSnappedIntRect(paintRect), Color::black); fillRect 547 Source/core/rendering/RenderBoxModelObject.cpp context->fillRect(border.rect(), bgColor); fillRect 551 Source/core/rendering/RenderBoxModelObject.cpp context->fillRect(pixelSnappedIntRect(rect), bgColor); fillRect 684 Source/core/rendering/RenderBoxModelObject.cpp context->fillRect(backgroundRect, baseColor, operation); fillRect 686 Source/core/rendering/RenderBoxModelObject.cpp context->fillRect(backgroundRect, bgColor, operation); fillRect 691 Source/core/rendering/RenderBoxModelObject.cpp context->fillRect(backgroundRect, bgColor, context->compositeOperation()); fillRect 2491 Source/core/rendering/RenderBoxModelObject.cpp FloatRect fillRect = border.rect(); fillRect 2492 Source/core/rendering/RenderBoxModelObject.cpp fillRect.inflate(shadowSpread); fillRect 2493 Source/core/rendering/RenderBoxModelObject.cpp if (fillRect.isEmpty()) fillRect 2549 Source/core/rendering/RenderBoxModelObject.cpp context->fillRect(fillRect, Color::black); fillRect 2561 Source/core/rendering/RenderBoxModelObject.cpp context->fillRect(fillRect, Color::black); fillRect 89 Source/core/rendering/RenderFrameSet.cpp context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor()); fillRect 94 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor()); fillRect 95 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor()); fillRect 108 Source/core/rendering/RenderFrameSet.cpp context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor()); fillRect 113 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor()); fillRect 114 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor()); fillRect 1395 Source/core/rendering/RenderLayer.cpp context->fillRect(clipRect); fillRect 1083 Source/core/rendering/RenderLayerScrollableArea.cpp context->fillRect(absRect, Color::white); fillRect 476 Source/core/rendering/RenderListBox.cpp paintInfo.context->fillRect(pixelSnappedIntRect(itemRect), backColor); fillRect 1155 Source/core/rendering/RenderListMarker.cpp context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); fillRect 1163 Source/core/rendering/RenderListMarker.cpp context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); fillRect 1181 Source/core/rendering/RenderListMarker.cpp context->fillRect(marker); fillRect 188 Source/core/rendering/RenderMediaControls.cpp context->fillRect(highlightRect); fillRect 178 Source/core/rendering/RenderReplaced.cpp paintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor()); fillRect 113 Source/core/rendering/RenderScrollbarTheme.cpp context->fillRect(cornerRect, Color::white); fillRect 940 Source/core/rendering/RenderTheme.cpp paintInfo.context->fillRect(tickRect); fillRect 329 Source/core/rendering/RenderView.cpp paintInfo.context->fillRect(paintInfo.rect, m_frameView->baseBackgroundColor()); fillRect 411 Source/core/rendering/RenderView.cpp paintInfo.context->fillRect(paintInfo.rect, baseColor); fillRect 247 Source/core/rendering/RenderWidget.cpp paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor()); fillRect 343 Source/core/rendering/RootInlineBox.cpp paintInfo->context->fillRect(gapRect, box->parent()->renderer().selectionBackgroundColor()); fillRect 94 Source/core/rendering/svg/RenderSVGRect.cpp context->fillRect(m_fillBoundingBox); fillRect 239 Source/core/rendering/svg/SVGInlineTextBox.cpp paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor); fillRect 739 Source/core/rendering/svg/SVGInlineTextBox.cpp context->fillRect(fragmentRect, color); fillRect 44 Source/platform/graphics/GradientGeneratedImage.cpp destContext->fillRect(FloatRect(FloatPoint(), m_size)); fillRect 669 Source/platform/graphics/GraphicsContext.cpp fillRect(rect.rect(), shadowColor); fillRect 1018 Source/platform/graphics/GraphicsContext.cpp fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor); fillRect 1341 Source/platform/graphics/GraphicsContext.cpp fillRect(rect, color); fillRect 1632 Source/platform/graphics/GraphicsContext.cpp fillRect(rect, color); fillRect 1644 Source/platform/graphics/GraphicsContext.cpp fillRect(rect.rect(), color); fillRect 237 Source/platform/graphics/GraphicsContext.h void fillRect(const FloatRect&); fillRect 238 Source/platform/graphics/GraphicsContext.h void fillRect(const FloatRect&, const Color&); fillRect 239 Source/platform/graphics/GraphicsContext.h void fillRect(const FloatRect&, const Color&, CompositeOperator); fillRect 81 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 85 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), alpha, CompositeSourceOver); fillRect 89 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositePlusLighter); fillRect 93 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositeSourceIn); fillRect 97 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(99, 13, 10, 90), alpha, CompositeSourceIn); fillRect 101 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(8, 8, 3, 90), opaque, CompositeSourceOut); fillRect 105 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(30, 30, 290, 290), opaque, CompositeSourceOver); fillRect 109 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(40, 20, 290, 50), opaque, CompositeSourceOver); fillRect 113 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 390, 50), opaque, CompositeSourceIn); fillRect 117 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 390, 50), alpha); fillRect 121 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 390, 50), opaque, CompositeSourceOver); fillRect 138 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 147 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 157 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 166 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 178 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 190 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 205 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 214 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 239 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 10, 10), opaque, CompositeSourceOver); fillRect 245 Source/platform/graphics/GraphicsContextTest.cpp alphaImage->context()->fillRect(IntRect(0, 0, 100, 100), alpha); fillRect 276 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 10, 10), opaque, CompositeSourceOver); fillRect 282 Source/platform/graphics/GraphicsContextTest.cpp alphaImage->context()->fillRect(IntRect(0, 0, 100, 100), alpha); fillRect 288 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(12, 12, 3, 3), opaque, CompositeSourceOver); fillRect 309 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(20, 20, 10, 10), opaque, CompositeSourceOver); fillRect 314 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(31, 20, 10, 10), opaque, CompositeSourceOver); fillRect 319 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(30, 20, 10, 10), opaque, CompositeSourceOver); fillRect 324 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(20, 31, 20, 10), opaque, CompositeSourceOver); fillRect 329 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(20, 30, 20, 10), opaque, CompositeSourceOver); fillRect 334 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(9, 20, 10, 20), opaque, CompositeSourceOver); fillRect 339 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 20, 10, 20), opaque, CompositeSourceOver); fillRect 344 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 9, 30, 10), opaque, CompositeSourceOver); fillRect 349 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 30, 10), opaque, CompositeSourceOver); fillRect 374 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 411 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 460 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 536 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 572 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 608 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 659 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 711 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(50, 50, 50, 50), opaque, CompositeSourceOver); fillRect 723 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(50, 50, 50, 50), opaque, CompositeSourceOver); fillRect 735 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(50, 50, 50, 50), opaque, CompositeSourceOver); fillRect 779 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 831 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 90, 90), opaque, CompositeSourceOver); fillRect 911 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(20, 20, 10, 10), opaque, CompositeSourceOver); fillRect 920 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(20, 20, 10, 10), opaque, CompositeSourceOver); fillRect 929 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(20, 20, 10, 10), opaque, CompositeSourceOver); fillRect 961 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 40, 40), opaque, CompositeSourceOver); fillRect 1006 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 40, 40), opaque, CompositeSourceOver); fillRect 1019 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 40, 40), opaque, CompositeSourceOver); fillRect 1037 Source/platform/graphics/GraphicsContextTest.cpp context.fillRect(FloatRect(10, 10, 40, 40), opaque, CompositeSourceOver); fillRect 101 Source/platform/graphics/Image.cpp ctxt->fillRect(dstRect, color); fillRect 69 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp context.fillRect(top, opaque); fillRect 70 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp context.fillRect(bottom, opaque); fillRect 78 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp context.fillRect(contentRect, alpha); fillRect 91 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp context.fillRect(contentRect, alpha); fillRect 97 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp context.fillRect(fillOpaque, opaque); fillRect 177 Source/platform/graphics/filters/FEColorMatrix.cpp resultImage->context()->fillRect(fullRect, Color(m_values[4], m_values[9], m_values[14], m_values[19])); fillRect 177 Source/platform/graphics/filters/FEComponentTransfer.cpp resultImage->context()->fillRect(fullRect, Color(rValues[0], gValues[0], bValues[0], aValues[0])); fillRect 83 Source/platform/graphics/filters/FEFlood.cpp resultImage->context()->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()), color); fillRect 92 Source/platform/graphics/filters/FETile.cpp filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size())); fillRect 65 Source/platform/graphics/filters/SourceAlpha.cpp filterContext->fillRect(imageRect, Color::black); fillRect 199 Source/platform/graphics/skia/OpaqueRegionSkia.cpp void OpaqueRegionSkia::didDrawRect(const GraphicsContext* context, const SkRect& fillRect, const SkPaint& paint, const SkBitmap* sourceBitmap) fillRect 209 Source/platform/graphics/skia/OpaqueRegionSkia.cpp strokeRect = paint.computeFastBounds(fillRect, &strokeRect); fillRect 215 Source/platform/graphics/skia/OpaqueRegionSkia.cpp didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly); fillRect 209 Source/platform/scroll/ScrollbarTheme.cpp context->fillRect(cornerRect, Color::white); fillRect 219 Source/platform/scroll/ScrollbarTheme.cpp context->fillRect(intersection(horizontalOverhangRect, dirtyRect)); fillRect 221 Source/platform/scroll/ScrollbarTheme.cpp context->fillRect(intersection(verticalOverhangRect, dirtyRect)); fillRect 53 Source/platform/scroll/ScrollbarThemeMock.cpp context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0)); fillRect 59 Source/platform/scroll/ScrollbarThemeMock.cpp context->fillRect(thumbRect, Color::darkGray); fillRect 121 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp context->fillRect(tickRect); fillRect 125 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp context->fillRect(tickStroke); fillRect 137 Source/platform/scroll/ScrollbarThemeOverlay.cpp context->fillRect(thumbRect, m_color); fillRect 94 Source/web/PageWidgetDelegate.cpp gc.fillRect(dirtyRect, Color::white); fillRect 369 Source/web/PopupListBox.cpp gc->fillRect(r, Color::white); fillRect 418 Source/web/PopupListBox.cpp gc->fillRect(rowRect, Color::white); fillRect 420 Source/web/PopupListBox.cpp gc->fillRect(rowRect, backColor); fillRect 427 Source/web/PopupListBox.cpp gc->fillRect(separatorRect, textColor); fillRect 349 Source/web/WebFrameImpl.cpp graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight)); fillRect 654 Source/web/WebPluginContainerImpl.cpp context->fillRect(intersection(horizontalOverhangArea, dirtyRect)); fillRect 655 Source/web/WebPluginContainerImpl.cpp context->fillRect(intersection(verticalOverhangArea, dirtyRect));