Home
last modified time | relevance | path

Searched refs:drawOutlinedQuadWithClip (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/inspector/
DInspectorController.cpp1658 static void drawOutlinedQuadWithClip(GraphicsContext& context, const FloatQuad& quad, const FloatQu… in drawOutlinedQuadWithClip() function
1675 drawOutlinedQuadWithClip(context, marginQuad, borderQuad, marginBoxColor); in drawHighlightForBox()
1677 drawOutlinedQuadWithClip(context, borderQuad, paddingQuad, borderBoxColor); in drawHighlightForBox()
1679 drawOutlinedQuadWithClip(context, paddingQuad, contentQuad, paddingBoxColor); in drawHighlightForBox()
/external/webkit/WebCore/
DChangeLog-2009-06-1634769 (WebCore::drawOutlinedQuadWithClip):