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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerClipper.h 96 ClipRect backgroundClipRect(const ClipRectsContext&) const;
RenderLayerClipper.cpp 165 backgroundRect = backgroundClipRect(clipRectsContext);
312 ClipRect RenderLayerClipper::backgroundClipRect(const ClipRectsContext& clipRectsContext) const
331 ClipRect backgroundClipRect = backgroundClipRectForPosition(parentRects, m_renderer.style()->position());
336 if (parentRects.fixed() && clipRectsContext.rootLayer->renderer() == view && backgroundClipRect != PaintInfo::infiniteRect())
337 backgroundClipRect.move(view->frameView()->scrollOffsetForFixedPosition());
339 return backgroundClipRect;
RenderTreeAsText.cpp 505 const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect,
509 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect);
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp 52 IntRect clipRect = pixelSnappedIntRect(layer->clipper().backgroundClipRect(ClipRectsContext(m_rootRenderLayer, AbsoluteClipRects)).rect());
CompositedLayerMapping.cpp     [all...]

Completed in 532 milliseconds