HomeSort by relevance Sort by last modified time
    Searched full:drawoutlinedquad (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlayPage.html 316 function drawOutlinedQuad(quad, fillColor, outlineColor)
589 drawOutlinedQuad(shapeInfo.bounds, shapeHighlightColor, shapeHighlightColor);
594 drawOutlinedQuad(shapeInfo.bounds, shapeHighlightColor, shapeHighlightColor);
644 drawOutlinedQuad(contentQuad, highlight.contentColor, highlight.contentOutlineColor);
678 drawOutlinedQuad(highlight.quads[0], highlight.contentColor, highlight.contentOutlineColor);
InspectorOverlay.cpp 114 void drawOutlinedQuad(GraphicsContext* context, const FloatQuad& quad, const Color& fillColor, const Color& outlineColor)
336 drawOutlinedQuad(context, outlineRect, Color(), color);

Completed in 194 milliseconds