Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h90 LayoutRect paintDirtyRect; // relative to rootLayer; member
DRenderLayer.cpp1333 …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()
DRenderTreeAsText.cpp660 LayoutRect paintDirtyRect(paintRect); in writeLayers() local