Searched refs:restoreClip (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1078 static void restoreClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect) in restoreClip() function 1143 restoreClip(context, paintDirtyRect, damageRect); in paintIntoLayer() 1152 restoreClip(context, paintDirtyRect, outlineRect); in paintIntoLayer() 1183 restoreClip(context, paintDirtyRect, clipRectToApply); in paintIntoLayer() 1193 restoreClip(context, paintDirtyRect, outlineRect); in paintIntoLayer() 1213 restoreClip(context, paintDirtyRect, damageRect); in paintIntoLayer()
|
D | RenderLayer.cpp | 2542 static void restoreClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect) in scrollTo() function 2643 restoreClip(p, paintDirtyRect, clipRect); in scrollTo() 2702 restoreClip(p, paintDirtyRect, damageRect); in scrollTo() 2731 restoreClip(p, paintDirtyRect, clipRectToApply); in scrollTo() 2739 restoreClip(p, paintDirtyRect, outlineRect); in scrollTo() 2756 restoreClip(p, paintDirtyRect, damageRect); in scrollTo() 2762 restoreClip(p, paintDirtyRect, damageRect); in scrollTo()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 4165 (WebCore::restoreClip): Ditto. 6370 (WebCore::restoreClip): 17291 (WebCore::restoreClip): 32829 (khtml::restoreClip):
|
D | ChangeLog-2003-10-25 | 2675 (restoreClip):
|
D | ChangeLog-2008-08-10 | 67690 (WebCore::restoreClip): Removed call to reset the focus ring clip.
|