HomeSort by relevance Sort by last modified time
    Searched defs:damageRect (Results 1 - 3 of 3) 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);
517 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
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...]

Completed in 155 milliseconds