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

12

/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DAbstractCACFLayerTreeHost.h39 virtual PlatformCALayer* rootLayer() const = 0;
H A DCACFLayerTreeHost.h80 virtual PlatformCALayer* rootLayer() const;
H A DLegacyCACFLayerTreeHost.cpp192 rootLayer()->setBounds(bounds());
223 if (rootLayer()) {
224 rootLayer()->setBounds(bounds());
313 rootLayer()->printTree();
H A DWKCACFViewLayerTreeHost.cpp84 CGRect layerBounds = rootLayer()->bounds();
89 if (CGRectEqualToRect(layerBounds, rootLayer()->bounds()))
H A DCACFLayerTreeHost.cpp150 // Resizing the window will change the bounds of the rootLayer and the clip layer and will not
154 m_rootLayer->setName("CACFLayerTreeHost rootLayer");
199 PlatformCALayer* CACFLayerTreeHost::rootLayer() const function in class:WebCore::CACFLayerTreeHost
H A DPlatformCALayerWin.cpp157 PlatformCALayer* PlatformCALayer::rootLayer() const function in class:PlatformCALayer
160 return host ? host->rootLayer() : 0;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.cpp112 PlatformCALayer* rootLayer = m_rootChild->rootLayer(); local
113 CGRect rootBounds = m_rootChild->rootLayer()->bounds();
118 rootLayer->setBackgroundColor(redColor.get());
120 rootLayer->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack));
161 PlatformCALayer* rootLayer = m_rootChild->rootLayer(); local
162 CGRect rootBounds = m_rootChild->rootLayer()->bounds();
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h199 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, PaintBehavior);
388 // |rootLayer}. It also computes our background and foreground clip rects
390 void calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds,
395 void updateClipRects(const RenderLayer* rootLayer, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize);
398 void calculateClipRects(const RenderLayer* rootLayer, ClipRects&, bool useCached = false, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
404 bool intersectsDamageRect(const IntRect& layerBounds, const IntRect& damageRect, const RenderLayer* rootLayer) const;
407 IntRect boundingBox(const RenderLayer* rootLayer) const;
514 void paintLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
517 void paintList(Vector<RenderLayer*>*, RenderLayer* rootLayer, GraphicsContext* p,
521 void paintPaginatedChildLayer(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContex
[all...]
H A DRenderLayer.cpp923 static IntRect transparencyClipBox(const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior paintBehavior);
925 static void expandClipRectForDescendantsAndReflection(IntRect& clipRect, const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior paintBehavior) argument
934 clipRect.unite(transparencyClipBox(curr, rootLayer, paintBehavior));
945 l->convertToLayerCoords(rootLayer, deltaX, deltaY);
952 static IntRect transparencyClipBox(const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior paintBehavior) argument
958 if (rootLayer != l && l->paintsWithTransform(paintBehavior)) {
963 l->convertToLayerCoords(rootLayer, x, y);
974 IntRect clipRect = l->boundingBox(rootLayer);
975 expandClipRectForDescendantsAndReflection(clipRect, l, rootLayer, paintBehavior);
979 void RenderLayer::beginTransparencyLayers(GraphicsContext* p, const RenderLayer* rootLayer, PaintBehavio argument
2549 performOverlapTests(OverlapTestRequestMap& overlapTestRequests, const RenderLayer* rootLayer, const RenderLayer* layer) argument
2572 paintLayer(RenderLayer* rootLayer, GraphicsContext* p, const IntRect& paintDirtyRect, PaintBehavior paintBehavior, RenderObject* paintingRoot, OverlapTestRequestMap* overlapTestRequests, PaintLayerFlags paintFlags) argument
2773 paintList(Vector<RenderLayer*>* list, RenderLayer* rootLayer, GraphicsContext* p, const IntRect& paintDirtyRect, PaintBehavior paintBehavior, RenderObject* paintingRoot, OverlapTestRequestMap* overlapTestRequests, PaintLayerFlags paintFlags) argument
2790 paintPaginatedChildLayer(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContext* context, const IntRect& paintDirtyRect, PaintBehavior paintBehavior, RenderObject* paintingRoot, OverlapTestRequestMap* overlapTestRequests, PaintLayerFlags paintFlags) argument
2810 paintChildLayerIntoColumns(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContext* context, const IntRect& paintDirtyRect, PaintBehavior paintBehavior, RenderObject* paintingRoot, OverlapTestRequestMap* overlapTestRequests, PaintLayerFlags paintFlags, const Vector<RenderLayer*>& columnLayers, size_t colIndex) argument
2962 createLocalTransformState(RenderLayer* rootLayer, RenderLayer* containerLayer, const IntRect& hitTestRect, const IntPoint& hitTestPoint, const HitTestingTransformState* containerTransformState) const argument
3025 hitTestLayer(RenderLayer* rootLayer, RenderLayer* containerLayer, const HitTestRequest& request, HitTestResult& result, const IntRect& hitTestRect, const IntPoint& hitTestPoint, bool appliedTransform, const HitTestingTransformState* transformState, double* zOffset) argument
3231 hitTestList(Vector<RenderLayer*>* list, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const IntRect& hitTestRect, const IntPoint& hitTestPoint, const HitTestingTransformState* transformState, double* zOffsetForDescendants, double* zOffset, const HitTestingTransformState* unflattenedTransformState, bool depthSortDescendants) argument
3269 hitTestPaginatedChildLayer(RenderLayer* childLayer, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const IntRect& hitTestRect, const IntPoint& hitTestPoint, const HitTestingTransformState* transformState, double* zOffset) argument
3286 hitTestChildLayerColumns(RenderLayer* childLayer, RenderLayer* rootLayer, const HitTestRequest& request, HitTestResult& result, const IntRect& hitTestRect, const IntPoint& hitTestPoint, const HitTestingTransformState* transformState, double* zOffset, const Vector<RenderLayer*>& columnLayers, size_t columnIndex) argument
3372 updateClipRects(const RenderLayer* rootLayer, OverlayScrollbarSizeRelevancy relevancy) argument
3398 calculateClipRects(const RenderLayer* rootLayer, ClipRects& clipRects, bool useCached, OverlayScrollbarSizeRelevancy relevancy) const argument
3468 parentClipRects(const RenderLayer* rootLayer, ClipRects& clipRects, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
3480 backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
3497 calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds, IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
[all...]
H A DRenderTreeAsText.cpp77 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const IntRect& paintDirtyRect, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal);
646 static void writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* l, argument
651 if (rootLayer == l) {
652 paintDirtyRect.setWidth(max(paintDirtyRect.width(), rootLayer->renderBox()->maxXLayoutOverflow()));
653 paintDirtyRect.setHeight(max(paintDirtyRect.height(), rootLayer->renderBox()->maxYLayoutOverflow()));
660 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
666 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
680 writeLayers(ts, rootLayer, negList->at(i), paintDirtyRect, currIndent, behavior);
694 writeLayers(ts, rootLayer, normalFlowList->at(i), paintDirtyRect, currIndent, behavior);
705 writeLayers(ts, rootLayer, posLis
[all...]
H A DRenderLayerBacking.cpp198 RenderLayer* rootLayer = view->layer(); local
203 if (m_owningLayer != rootLayer)
204 clippingBounds.intersect(m_owningLayer->backgroundClipRect(rootLayer, true));
208 m_owningLayer->convertToLayerCoords(rootLayer, deltaX, deltaY);
375 // for a compositing layer, rootLayer is the layer itself.
1086 void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context, argument
1087 const IntRect& paintDirtyRect, // in the coords of rootLayer
1100 m_owningLayer->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
1102 int x = layerBounds.x(); // layerBounds is computed relative to rootLayer
1157 m_owningLayer->paintList(m_owningLayer->negZOrderList(), rootLayer, contex
[all...]
H A DRenderLayerBacking.h191 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
H A DLayerTreeHostCAMac.mm65 WKCARemoteLayerClientSetLayer(m_remoteLayerClient.get(), rootLayer()->platformLayer());
117 CALayer* root = rootLayer()->platformLayer();
124 CALayer* root = rootLayer()->platformLayer();
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A Dmain.m65 CALayer *rootLayer;
177 [obj->rootLayer release];
229 obj->mouseDownLayer = [obj->rootLayer hitTest:point];
231 [obj->controllerLayer handleMouseDown:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
257 [obj->controllerLayer handleMouseUp:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
269 [obj->controllerLayer handleMouseDragged:[obj->rootLayer convertPoint:point toLayer:obj->controllerLayer]];
354 if (!obj->rootLayer) {
356 obj->rootLayer = [[CALayer layer] retain];
360 [obj->rootLayer addSublayer:obj->movieLayer];
363 [obj->rootLayer addSublaye
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.h43 WebCore::GraphicsLayer* rootLayer() const { return m_rootLayer.get(); } function in class:WebKit::LayerTreeHostCA
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.h69 virtual WebCore::PlatformCALayer* rootLayer() const;
H A DLayerTreeHostCAWin.cpp129 WKCACFViewSetLayer(m_view.get(), rootLayer()->platformLayer());
256 PlatformCALayer* LayerTreeHostCAWin::rootLayer() const function in class:WebKit::LayerTreeHostCAWin
258 return static_cast<GraphicsLayerCA*>(LayerTreeHostCA::rootLayer())->platformCALayer();
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h46 TextureMapperNode* rootLayer; member in struct:WebCore::TexmapPaintOptions
121 TextureMapperNode* rootLayer();
H A DTextureMapperNode.cpp132 TextureMapperNode* root = rootLayer();
289 TextureMapperNode* TextureMapperNode::rootLayer() function in class:TextureMapperNode
292 return m_effectTarget->rootLayer();
294 return m_parent->rootLayer();
474 opt.rootLayer = this;
734 TextureMapper* textureMapper = rootLayer()->m_platformClient->textureMapper();
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.mm337 RetainPtr<CALayer> rootLayer(AdoptNS, [[CALayer alloc] init]);
339 [rootLayer.get() setName:@"Hosting root layer"];
343 [rootLayer.get() addSublayer:renderLayer];
345 [_layerHostingView.get() setLayer:rootLayer.get()];
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h70 PlatformCALayer* rootLayer() const;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebRenderLayer.mm43 - (void)buildDescendantLayers:(RenderLayer*)rootLayer;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h68 const LayerChromium* rootLayer() const;
H A DLayerRendererChromium.h92 LayerChromium* rootLayer() { return m_rootLayer.get(); } function in class:WebCore::LayerRendererChromium
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp74 GraphicsLayerAndroid* rootLayer = static_cast<GraphicsLayerAndroid*>(m_rootGraphicsLayer); local
76 rootLayer->gatherRootLayers(listRootLayers);

Completed in 355 milliseconds

12