Home
last modified time | relevance | path

Searched defs:paintDirtyRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1070 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()
DRenderLayer.cpp2534 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()
2791const IntRect& paintDirtyRect, PaintBehavior paintBehavior, in scrollTo()
2811const IntRect& paintDirtyRect, PaintBehavior paintBehavior, in scrollTo()
3497 void RenderLayer::calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRe… in scrollTo()
DRenderTreeAsText.cpp650 IntRect paintDirtyRect(paintRect); in writeLayers() local