HomeSort by relevance Sort by last modified time
    Searched refs:outlineRect (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/rendering/
RenderTreeAsText.cpp 510 IntRect layerBounds, damageRect, clipRectToApply, outlineRect;
511 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
521 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, LayerPaintPhaseBackground, indent, behavior);
535 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);
RenderLayerBacking.cpp     [all...]
RenderLayer.cpp     [all...]
RenderLayer.h 379 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = false) const;

Completed in 51 milliseconds