Searched defs:paintDirtyRect (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | LayerPaintingInfo.h | 90 LayoutRect paintDirtyRect; // relative to rootLayer; member
|
D | RenderLayer.cpp | 1333 …t RenderLayer::paintingExtent(const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, Pain… in paintingExtent() 1338 …ers(GraphicsContext* context, const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, Pain… in beginTransparencyLayers() 1816 …lipToRect(RenderLayer* rootLayer, GraphicsContext* context, const LayoutRect& paintDirtyRect, cons… in clipToRect() 1842 void RenderLayer::restoreClip(GraphicsContext* context, const LayoutRect& paintDirtyRect, const Cli… in restoreClip() 3268 …r::calculateRects(const ClipRectsContext& clipRectsContext, const LayoutRect& paintDirtyRect, Layo… in calculateRects()
|
D | RenderTreeAsText.cpp | 660 LayoutRect paintDirtyRect(paintRect); in writeLayers() local
|