Searched refs:clipRectsContext (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerClipper.cpp | 52 void RenderLayerClipper::updateClipRects(const ClipRectsContext& clipRectsContext) in updateClipRects() argument 54 ClipRectsType clipRectsType = clipRectsContext.clipRectsType; in updateClipRects() 56 …if (m_clipRectsCache && m_clipRectsCache->getClipRects(clipRectsType, clipRectsContext.respectOver… in updateClipRects() 58 ASSERT(clipRectsContext.rootLayer == m_clipRectsCache->m_clipRectsRoot[clipRectsType]); in updateClipRects() 59 …ASSERT(m_clipRectsCache->m_scrollbarRelevancy[clipRectsType] == clipRectsContext.overlayScrollbarS… in updateClipRects() 63 ClipRectsContext tempContext(clipRectsContext); in updateClipRects() 67 …ASSERT(clipRects == *m_clipRectsCache->getClipRects(clipRectsType, clipRectsContext.respectOverflo… in updateClipRects() 74 …RenderLayer* parentLayer = clipRectsContext.rootLayer != m_renderer->layer() ? m_renderer->layer()… in updateClipRects() 76 parentLayer->clipper().updateClipRects(clipRectsContext); in updateClipRects() 79 calculateClipRects(clipRectsContext, clipRects); in updateClipRects() [all …]
|
D | RenderLayer.cpp | 1943 …ClipRectsContext clipRectsContext(paintingInfo.rootLayer, paintingInfo.region, (paintFlags & Paint… in paintLayer() local 1945 clipRect = backgroundClipRect(clipRectsContext); in paintLayer() 2248 …ClipRectsContext clipRectsContext(rootLayer, region, clipRectsType, inOverlayScrollbarSizeRelevanc… in collectFragments() local 2249 …calculateRects(clipRectsContext, dirtyRect, fragment.layerBounds, fragment.backgroundRect, fragmen… in collectFragments() 2289 …ClipRectsContext clipRectsContext(rootLayer, region, clipRectsType, inOverlayScrollbarSizeRelevanc… in collectFragments() local 2290 ancestorClipRect = enclosingPaginationLayer()->backgroundClipRect(clipRectsContext); in collectFragments() 2347 …ClipRectsContext clipRectsContext(enclosingPaginationLayer(), paintingInfo.region, (paintFlags & P… in paintTransformedLayerIntoFragments() local 2349 LayoutRect parentClipRect = backgroundClipRect(clipRectsContext).rect(); in paintTransformedLayerIntoFragments() 2803 …ClipRectsContext clipRectsContext(rootLayer, hitTestLocation.region(), RootRelativeClipRects, Incl… in hitTestLayer() local 2804 ClipRect clipRect = backgroundClipRect(clipRectsContext); in hitTestLayer() [all …]
|
D | CompositedLayerMapping.cpp | 627 …ClipRectsContext clipRectsContext(compAncestor, 0, TemporaryClipRects, IgnoreOverlayScrollbarSize,… in updateGraphicsLayerGeometry() local 628 …entClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).rect()); // … in updateGraphicsLayerGeometry()
|