Searched refs:backgroundClipRect (Results 1 – 5 of 5) sorted by relevance
1945 clipRect = backgroundClipRect(clipRectsContext); in paintLayer()2290 ancestorClipRect = enclosingPaginationLayer()->backgroundClipRect(clipRectsContext); in collectFragments()2349 LayoutRect parentClipRect = backgroundClipRect(clipRectsContext).rect(); in paintTransformedLayerIntoFragments()2804 ClipRect clipRect = backgroundClipRect(clipRectsContext); in hitTestLayer()2987 LayoutRect parentClipRect = backgroundClipRect(clipRectsContext).rect(); in hitTestTransformedLayerInFragments()3242 ClipRect RenderLayer::backgroundClipRect(const ClipRectsContext& clipRectsContext) const in backgroundClipRect() function in WebCore::RenderLayer3257 …ClipRect backgroundClipRect = backgroundClipRectForPosition(parentRects, renderer()->style()->posi… in backgroundClipRect() local3262 …if (parentRects.fixed() && clipRectsContext.rootLayer->renderer() == view && backgroundClipRect !=… in backgroundClipRect()3263 backgroundClipRect.move(view->frameView()->scrollOffsetForFixedPosition()); in backgroundClipRect()3265 return backgroundClipRect; in backgroundClipRect()[all …]
506 …const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, c… in write() argument510 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect); in write()
596 ClipRect backgroundClipRect(const ClipRectsContext&) const;
744 …IntRect clipRect = pixelSnappedIntRect(layer->backgroundClipRect(ClipRectsContext(rootRenderLayer(… in addToOverlapMap()1695 …return layer->backgroundClipRect(ClipRectsContext(computeClipRoot, 0, TemporaryClipRects)).rect() … in clippedByAncestor()
366 …clippingBounds.intersect(m_owningLayer->backgroundClipRect(ClipRectsContext(rootLayer, 0, Absolute… in updateCompositedBounds()628 …IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).r… in updateGraphicsLayerGeometry()