Home
last modified time | relevance | path

Searched refs:ClipRectsContext (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerClipper.h56 struct ClipRectsContext { struct
57ClipRectsContext(const RenderLayer* inRootLayer, RenderRegion* inRegion, ClipRectsType inClipRects…
79 ClipRects* clipRects(const ClipRectsContext& context) const in clipRects() argument
86 void updateClipRects(const ClipRectsContext&);
93 void calculateClipRects(const ClipRectsContext&, ClipRects&) const;
DRenderLayerClipper.cpp52 void RenderLayerClipper::updateClipRects(const ClipRectsContext& clipRectsContext) in updateClipRects()
63 ClipRectsContext tempContext(clipRectsContext); in updateClipRects()
119 void RenderLayerClipper::calculateClipRects(const ClipRectsContext& clipRectsContext, ClipRects& cl… in calculateClipRects()
139 ClipRectsContext parentContext(clipRectsContext); in calculateClipRects()
DRenderLayer.h270 …void calculateRects(const ClipRectsContext&, const LayoutRect& paintDirtyRect, LayoutRect& layerBo…
595 void parentClipRects(const ClipRectsContext&, ClipRects&) const;
596 ClipRect backgroundClipRect(const ClipRectsContext&) const;
DRenderLayer.cpp1943ClipRectsContext clipRectsContext(paintingInfo.rootLayer, paintingInfo.region, (paintFlags & Paint… in paintLayer()
2248ClipRectsContext clipRectsContext(rootLayer, region, clipRectsType, inOverlayScrollbarSizeRelevanc… in collectFragments()
2260ClipRectsContext paginationClipRectsContext(enclosingPaginationLayer(), region, clipRectsType, inO… in collectFragments()
2289ClipRectsContext clipRectsContext(rootLayer, region, clipRectsType, inOverlayScrollbarSizeRelevanc… in collectFragments()
2347ClipRectsContext clipRectsContext(enclosingPaginationLayer(), paintingInfo.region, (paintFlags & P… in paintTransformedLayerIntoFragments()
2803ClipRectsContext clipRectsContext(rootLayer, hitTestLocation.region(), RootRelativeClipRects, Incl… in hitTestLayer()
2986ClipRectsContext clipRectsContext(enclosingPaginationLayer(), hitTestLocation.region(), RootRelati… in hitTestTransformedLayerInFragments()
3219 void RenderLayer::parentClipRects(const ClipRectsContext& clipRectsContext, ClipRects& clipRects) c… in parentClipRects()
3242 ClipRect RenderLayer::backgroundClipRect(const ClipRectsContext& clipRectsContext) const in backgroundClipRect()
3251 ClipRectsContext tempContext(clipRectsContext); in backgroundClipRect()
[all …]
DRenderTreeAsText.cpp670 …layer->calculateRects(ClipRectsContext(rootLayer, 0, TemporaryClipRects), paintDirtyRect, layerBou… in writeLayers()
DRenderLayerCompositor.cpp744 …IntRect clipRect = pixelSnappedIntRect(layer->backgroundClipRect(ClipRectsContext(rootRenderLayer(… in addToOverlapMap()
1695 …return layer->backgroundClipRect(ClipRectsContext(computeClipRoot, 0, TemporaryClipRects)).rect() … in clippedByAncestor()
DCompositedLayerMapping.cpp366 …clippingBounds.intersect(m_owningLayer->backgroundClipRect(ClipRectsContext(rootLayer, 0, Absolute… in updateCompositedBounds()
627ClipRectsContext clipRectsContext(compAncestor, 0, TemporaryClipRects, IgnoreOverlayScrollbarSize,… in updateGraphicsLayerGeometry()