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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.cpp 132 ClipRect backgroundRect, foregroundRect, outlineRect;
135 calculateRects(clipRectsContext, renderView->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
144 ClipRect backgroundRect, foregroundRect, outlineRect;
146 calculateRects(clipRectsContext, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
148 LayoutRect clipRect = backgroundRect.rect();
160 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const
165 backgroundRect = backgroundClipRect(clipRectsContext);
166 backgroundRect.move(roundedIntSize(clipRectsContext.subPixelAccumulation));
167 backgroundRect.intersect(paintDirtyRect);
169 backgroundRect = paintDirtyRect
    [all...]
ClipRect.h 242 backgroundRect = background;
250 backgroundRect.moveBy(offset);
258 backgroundRect.intersect(rect);
265 ClipRect backgroundRect;
RenderView.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 76 static IntRect backgroundRect(const RenderObject* renderer)
133 return contentsRect(renderer).contains(backgroundRect(renderer));
    [all...]

Completed in 85 milliseconds