Searched defs:paintDirtyRect (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1070 static void setClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect) in setClip() 1078 static void restoreClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect) in restoreClip() 1087 const IntRect& paintDirtyRect, // in the coords of rootLayer in paintIntoLayer()
|
D | RenderLayer.cpp | 2534 static void setClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect) in scrollTo() 2542 static void restoreClip(GraphicsContext* p, const IntRect& paintDirtyRect, const IntRect& clipRect) in scrollTo() 2573 const IntRect& paintDirtyRect, PaintBehavior paintBehavior, in scrollTo() 2774 const IntRect& paintDirtyRect, PaintBehavior paintBehavior, in scrollTo() 2791 … const IntRect& paintDirtyRect, PaintBehavior paintBehavior, in scrollTo() 2811 … const IntRect& paintDirtyRect, PaintBehavior paintBehavior, in scrollTo() 3497 void RenderLayer::calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRe… in scrollTo()
|
D | RenderTreeAsText.cpp | 650 IntRect paintDirtyRect(paintRect); in writeLayers() local
|