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

  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 659 IntRect layerBounds, damageRect, clipRectToApply, outlineRect;
660 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
666 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
670 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, LayerPaintPhaseBackground, indent, behavior);
684 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);
RenderLayerBacking.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp 92 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect)
101 if (!frameRect().intersects(damageRect))
121 IntRect(view->contentsToWindow(damageRect.location()), damageRect.size());
286 IntRect damageRect = convertToContainingWindow(static_cast<IntRect>(rect));
290 parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect);

Completed in 189 milliseconds