Searched refs:drawOutlinedQuadWithClip (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/inspector/ |
D | InspectorController.cpp | 1658 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/ |
D | ChangeLog-2009-06-16 | 34769 (WebCore::drawOutlinedQuadWithClip):
|