HomeSort by relevance Sort by last modified time
    Searched defs:paintDirtyRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayerPaintingInfo.h 81 , paintDirtyRect(inDirtyRect)
90 LayoutRect paintDirtyRect; // relative to rootLayer;
RenderTreeAsText.cpp 660 LayoutRect paintDirtyRect(paintRect);
662 paintDirtyRect.setWidth(max<LayoutUnit>(paintDirtyRect.width(), rootLayer->renderBox()->layoutOverflowRect().maxX()));
663 paintDirtyRect.setHeight(max<LayoutUnit>(paintDirtyRect.height(), rootLayer->renderBox()->layoutOverflowRect().maxY()));
670 layer->calculateRects(ClipRectsContext(rootLayer, 0, TemporaryClipRects), paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
690 writeLayers(ts, rootLayer, negList->at(i)->layer(), paintDirtyRect, currIndent, behavior);
704 writeLayers(ts, rootLayer, normalFlowList->at(i)->layer(), paintDirtyRect, currIndent, behavior);
715 writeLayers(ts, rootLayer, posList->at(i)->layer(), paintDirtyRect, currIndent, behavior);
722 writeRenderNamedFlowThreads(ts, renderView, rootLayer, paintDirtyRect, indent, behavior)
    [all...]

Completed in 1036 milliseconds