Home | History | Annotate | Download | only in rendering

Lines Matching refs:enclosingPaginationLayer

911     // layers). We track an enclosingPaginationLayer instead of using a simple bit, since we want to be able to get back
924 m_enclosingPaginationLayer = parent()->enclosingPaginationLayer();
944 m_enclosingPaginationLayer = containingBlock->layer()->enclosingPaginationLayer();
1578 const RenderLayer* paginationLayer = transparencyMode == DescendantsOfTransparencyClipBox ? layer->enclosingPaginationLayer() : 0;
3520 if (enclosingPaginationLayer()) {
3812 if (!enclosingPaginationLayer() || hasTransform()) {
3823 convertToLayerCoords(enclosingPaginationLayer(), offsetWithinPaginatedLayer);
3825 // Calculate clip rects relative to the enclosingPaginationLayer. The purpose of this call is to determine our bounds clipped to intermediate
3827 ClipRectsContext paginationClipRectsContext(enclosingPaginationLayer(), region, clipRectsType, inOverlayScrollbarSizeRelevancy, respectOverflowClip);
3836 LayoutRect layerBoundingBoxInFlowThread = layerBoundingBox ? *layerBoundingBox : boundingBox(enclosingPaginationLayer(), 0, &offsetWithinPaginatedLayer);
3841 enclosingPaginationLayer()->convertToLayerCoords(rootLayer, offsetOfPaginationLayerFromRoot);
3847 RenderFlowThread* enclosingFlowThread = toRenderFlowThread(enclosingPaginationLayer()->renderer());
3855 if (enclosingPaginationLayer()->parent()) {
3857 ancestorClipRect = enclosingPaginationLayer()->backgroundClipRect(clipRectsContext);
3898 LayoutRect transformedExtent = transparencyClipBox(this, enclosingPaginationLayer(), PaintingTransparencyClipBox, RootOfTransparencyClipBox, paintingInfo.paintBehavior);
3899 enclosingPaginationLayer()->collectFragments(enclosingPaginationFragments, paintingInfo.rootLayer, paintingInfo.region, paintingInfo.paintDirtyRect,
3911 if (parent() != enclosingPaginationLayer()) {
3912 enclosingPaginationLayer()->convertToLayerCoords(paintingInfo.rootLayer, offsetOfPaginationLayerFromRoot);
3914 ClipRectsContext clipRectsContext(enclosingPaginationLayer(), paintingInfo.region, (paintFlags & PaintLayerTemporaryClipRects) ? TemporaryClipRects : PaintingClipRects,
4345 if (enclosingPaginationLayer())
4532 LayoutRect transformedExtent = transparencyClipBox(this, enclosingPaginationLayer(), HitTestingTransparencyClipBox, RootOfTransparencyClipBox);
4533 enclosingPaginationLayer()->collectFragments(enclosingPaginationFragments, rootLayer, hitTestLocation.region(), hitTestRect,
4544 if (parent() != enclosingPaginationLayer()) {
4545 enclosingPaginationLayer()->convertToLayerCoords(rootLayer, offsetOfPaginationLayerFromRoot);
4547 ClipRectsContext clipRectsContext(enclosingPaginationLayer
4925 if (clipRectsContext.clipRectsType != TemporaryClipRects && parent()->enclosingPaginationLayer() != enclosingPaginationLayer()) {
5161 if (enclosingPaginationLayer() && (flags & UseFragmentBoxes)) {
5165 convertToLayerCoords(enclosingPaginationLayer(), offsetWithinPaginationLayer);
5168 RenderFlowThread* enclosingFlowThread = toRenderFlowThread(enclosingPaginationLayer()->renderer());
5175 enclosingPaginationLayer()->convertToLayerCoords(ancestorLayer, delta);