Searched refs:rootLayer (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayerPaintingInfo.h78 : rootLayer(inRootLayer)
85 RenderLayer* rootLayer; member in struct:blink::LayerPaintingInfo
87 LayoutRect paintDirtyRect; // relative to rootLayer;
H A DRenderLayerClipper.h63 : rootLayer(root)
85 const RenderLayer* const rootLayer; member in class:blink::ClipRectsContext
112 // |rootLayer|. It also computes our background and foreground clip rects
124 // cachedClipRects looks buggy: It doesn't check whether context.rootLayer and entry.root match.
H A DRenderLayerClipper.cpp74 if (clipRects.fixed() && context.rootLayer->renderer() == view)
107 if (context.rootLayer != entry.root)
126 entry.root = context.rootLayer;
152 if (context.rootLayer != m_renderer.layer() && m_renderer.layer()->parent())
213 bool isClippingRoot = m_renderer.layer() == context.rootLayer;
230 m_renderer.layer()->convertToLayerCoords(context.rootLayer, offset);
281 bool isClippingRoot = m_renderer.layer() == context.rootLayer;
303 // This offset cannot use convertToLayerCoords, because sometimes our rootLayer may be across
306 applyClipRects(context, m_renderer, roundedLayoutPoint(m_renderer.localToContainerPoint(FloatPoint(), context.rootLayer->renderer())), clipRects);
327 if (m_renderer.layer() == context.rootLayer)
[all...]
H A DRenderLayer.cpp1086 static LayoutRect transparencyClipBox(const RenderLayer*, const RenderLayer* rootLayer, TransparencyClipBoxBehavior, TransparencyClipBoxMode, const LayoutSize& subPixelAccumulation, PaintBehavior = 0);
1088 static void expandClipRectForDescendantsAndReflection(LayoutRect& clipRect, const RenderLayer* layer, const RenderLayer* rootLayer, argument
1098 clipRect.unite(transparencyClipBox(curr, rootLayer, transparencyBehavior, DescendantsOfTransparencyClipBox, subPixelAccumulation, paintBehavior));
1108 layer->convertToLayerCoords(rootLayer, delta);
1115 static LayoutRect transparencyClipBox(const RenderLayer* layer, const RenderLayer* rootLayer, TransparencyClipBoxBehavior transparencyBehavior, argument
1122 if (rootLayer != layer && ((transparencyBehavior == PaintingTransparencyClipBox && layer->paintsWithTransform(paintBehavior))
1127 const RenderLayer* rootLayerForTransform = paginationLayer ? paginationLayer : rootLayer;
1153 paginationLayer->convertToLayerCoords(rootLayer, rootLayerDelta);
1158 LayoutRect clipRect = layer->physicalBoundingBox(rootLayer);
1159 expandClipRectForDescendantsAndReflection(clipRect, layer, rootLayer, transparencyBehavio
1165 paintingExtent(const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior paintBehavior) argument
1170 beginTransparencyLayers(GraphicsContext* context, const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior paintBehavior) argument
1986 collectFragments(LayerFragments& fragments, const RenderLayer* rootLayer, const LayoutRect& dirtyRect, ClipRectsCacheSlot clipRectsCacheSlot, OverlayScrollbarSizeRelevancy inOverlayScrollbarSizeRelevancy, ShouldRespectOverflowClip respectOverflowClip, const LayoutPoint* offsetFromRoot, const LayoutSize& subPixelAccumulation, const LayoutRect* layerBoundingBox) argument
2475 createLocalTransformState(RenderLayer* rootLayer, RenderLayer* containerLayer, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformState* containerTransformState, const LayoutPoint& translationOffset) const argument
2539 hitTestLayer(RenderLayer* rootLayer, RenderLayer* containerLayer, const HitTestRequest& request, HitTestResult& result, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, bool appliedTransform, const HitTestingTransformState* transformState, double* zOffset) argument
2712 hitTestTransformedLayerInFragments(RenderLayer* rootLayer, RenderLayer* containerLayer, const HitTestRequest& request, HitTestResult& result, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformState* transformState, double* zOffset) argument
2749 hitTestLayerByApplyingTransform(RenderLayer* rootLayer, RenderLayer* containerLayer, const HitTestRequest& request, HitTestResult& result, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformState* transformState, double* zOffset, const LayoutPoint& translationOffset) argument
2805 hitTestChildren(ChildrenIteration childrentoVisit, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformState* transformState, double* zOffsetForDescendants, double* zOffset, const HitTestingTransformState* unflattenedTransformState, bool depthSortDescendants) argument
2844 hitTestPaginatedChildLayer(RenderLayer* childLayer, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformState* transformState, double* zOffset) argument
2861 hitTestChildLayerColumns(RenderLayer* childLayer, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, const HitTestingTransformState* transformState, double* zOffset, const Vector<RenderLayer*>& columnLayers, size_t columnIndex) argument
3027 intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const RenderLayer* rootLayer, const LayoutPoint* offsetFromRoot) const argument
[all...]
H A DRenderLayer.h123 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, const LayoutRect& paintDirtyRect, const LayoutSize& subPixelAccumulation, PaintBehavior);
236 bool intersectsDamageRect(const LayoutRect& layerBounds, const LayoutRect& damageRect, const RenderLayer* rootLayer, const LayoutPoint* offsetFromRoot = 0) const;
568 void collectFragments(LayerFragments&, const RenderLayer* rootLayer, const LayoutRect& dirtyRect,
585 RenderLayer* hitTestLayer(RenderLayer* rootLayer, RenderLayer* containerLayer, const HitTestRequest& request, HitTestResult& result,
588 RenderLayer* hitTestLayerByApplyingTransform(RenderLayer* rootLayer, RenderLayer* containerLayer, const HitTestRequest&, HitTestResult&,
591 RenderLayer* hitTestChildren(ChildrenIteration, RenderLayer* rootLayer, const HitTestRequest&, HitTestResult&,
595 RenderLayer* hitTestPaginatedChildLayer(RenderLayer* childLayer, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result,
598 RenderLayer* hitTestChildLayerColumns(RenderLayer* childLayer, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result,
603 PassRefPtr<HitTestingTransformState> createLocalTransformState(RenderLayer* rootLayer, RenderLayer* containerLayer,
610 RenderLayer* hitTestTransformedLayerInFragments(RenderLayer* rootLayer, RenderLaye
[all...]
H A DRenderTreeAsText.h67 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const LayoutRect& paintDirtyRect, int indent = 0, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
H A DRenderTreeAsText.cpp576 void RenderTreeAsText::writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* layer, argument
581 if (rootLayer == layer) {
582 paintDirtyRect.setWidth(max<LayoutUnit>(paintDirtyRect.width(), rootLayer->renderBox()->layoutOverflowRect().maxX()));
583 paintDirtyRect.setHeight(max<LayoutUnit>(paintDirtyRect.height(), rootLayer->renderBox()->layoutOverflowRect().maxY()));
589 layer->clipper().calculateRects(ClipRectsContext(rootLayer, UncachedClipRects), paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
592 if (rootLayer == layer)
598 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : layer->intersectsDamageRect(layerBounds, damageRect.rect(), rootLayer);
613 writeLayers(ts, rootLayer, negList->at(i)->layer(), paintDirtyRect, currIndent, behavior);
627 writeLayers(ts, rootLayer, normalFlowList->at(i)->layer(), paintDirtyRect, currIndent, behavior);
638 writeLayers(ts, rootLayer, posLis
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_impl.js31 this, ['rootLayer',
33 this.rootLayer.layerTreeImpl = this;
46 visitLayer(this.rootLayer, 0, false, false);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DRenderLayerCompositor.cpp599 GraphicsLayer* rootLayer = m_rootContentLayer.get();
601 rootLayer = rootGraphicsLayer();
603 String layerTreeText = rootLayer->layerTreeAsText(flags);
639 GraphicsLayer* rootLayer = innerCompositor->rootGraphicsLayer(); local
640 if (hostingLayer->children().size() != 1 || hostingLayer->children()[0] != rootLayer) {
642 hostingLayer->addChild(rootLayer);
863 if (GraphicsLayer* rootLayer = rootGraphicsLayer())
864 resetTrackedPaintInvalidationRectsRecursive(rootLayer);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFrameModel.js506 var rootLayer = result["active_tree"]["root_layer"];
509 layerTree.setLayers(rootLayer, callback.bind(null, layerTree));
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp699 void ChromeClientImpl::attachRootGraphicsLayer(GraphicsLayer* rootLayer) argument
701 m_webView->setRootGraphicsLayer(rootLayer);
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp508 RenderLayer* rootLayer = mainFrame->contentRenderer()->layer(); local
510 geometryMap.pushMappingsToAncestor(rootLayer, 0);
513 projectRectsToGraphicsLayerSpaceRecursive(rootLayer, layerRects, graphicsRects, geometryMap, layersWithRects, layerChildFrameMap);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2556 RenderLayer* rootLayer = renderView->layer(); local
2560 RenderObject::SetLayoutNeededForbiddenScope forbidSetNeedsLayout(*rootLayer->renderer());
2563 rootLayer->paint(p, rect, m_paintBehavior, renderer);
2565 if (rootLayer->containsDirtyOverlayScrollbars())
2566 rootLayer->paintOverlayScrollbars(p, rect, m_paintBehavior, renderer);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp353 RenderLayer* rootLayer = view->renderView()->layer(); local
355 LayerPaintingInfo paintingInfo(rootLayer, paintRect, PaintBehaviorNormal, LayoutSize());
356 rootLayer->paintLayerContents(&context, paintingInfo, PaintLayerPaintingCompositingAllPhases);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp790 RenderLayer* rootLayer = obj.view()->layer();
791 if (!rootLayer || rootLayer->compositingState() == NotComposited)
794 return rootLayer->compositedLayerMapping()->backgroundLayerPaintsFixedRootBackground();
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1318 if (GraphicsLayer* rootLayer = compositor->rootGraphicsLayer()) {
1320 accumulateLayerRectList(compositor, rootLayer, rects);

Completed in 807 milliseconds