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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 589 ClipRect damageRect, clipRectToApply, outlineRect;
590 layer->clipper().calculateRects(ClipRectsContext(rootLayer, TemporaryClipRects), paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
595 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(layerBounds, damageRect.rect(), rootLayer);
600 write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), LayerPaintPhaseBackground, indent, behavior);
614 write(ts, *layer, layerBounds, damageRect.rect(), clipRectToApply.rect(), outlineRect.rect(), paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 104 void WebPluginContainerImpl::paint(GraphicsContext* gc, const IntRect& damageRect)
121 if (!frameRect().intersects(damageRect))
136 IntRect windowRect = view->contentsToWindow(damageRect);
393 IntRect damageRect = convertToContainingWindow(static_cast<IntRect>(rect));
397 parent()->hostWindow()->scroll(scrollDelta, damageRect, damageRect);

Completed in 60 milliseconds