Searched refs:drawOutline (Results 1 – 3 of 3) sorted by relevance
120 void drawOutline(GraphicsContext*, const LayoutRect&, const Color&);
327 void InspectorOverlay::drawOutline(GraphicsContext* context, const LayoutRect& rect, const Color& c… in drawOutline() function in WebCore::InspectorOverlay
988 … m_overlay->drawOutline(context, inflatedRect, colors[colorSelector++ % WTF_ARRAY_LENGTH(colors)]); in didPaint()