Home
last modified time | relevance | path

Searched refs:rootLayer (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.cpp112 PlatformCALayer* rootLayer = m_rootChild->rootLayer(); in setRootChildLayer() local
113 CGRect rootBounds = m_rootChild->rootLayer()->bounds(); in setRootChildLayer()
118 rootLayer->setBackgroundColor(redColor.get()); in setRootChildLayer()
120 rootLayer->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack)); in setRootChildLayer()
161 PlatformCALayer* rootLayer = m_rootChild->rootLayer(); in wndProc() local
162 CGRect rootBounds = m_rootChild->rootLayer()->bounds(); in wndProc()
/external/webkit/Source/WebCore/rendering/
DRenderLayer.h199 void beginTransparencyLayers(GraphicsContext*, const RenderLayer* rootLayer, PaintBehavior);
390 …void calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBou…
395 …void updateClipRects(const RenderLayer* rootLayer, OverlayScrollbarSizeRelevancy = IgnoreOverlaySc…
398 …void calculateClipRects(const RenderLayer* rootLayer, ClipRects&, bool useCached = false, OverlayS…
404 …ageRect(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, GraphicsContext*,
525 … void paintChildLayerIntoColumns(RenderLayer* childLayer, RenderLayer* rootLayer, GraphicsContext*,
[all …]
DRenderLayer.cpp923 static IntRect transparencyClipBox(const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavio…
925 …dReflection(IntRect& clipRect, const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavior p… in expandClipRectForDescendantsAndReflection() argument
934 clipRect.unite(transparencyClipBox(curr, rootLayer, paintBehavior)); in expandClipRectForDescendantsAndReflection()
945 l->convertToLayerCoords(rootLayer, deltaX, deltaY); in expandClipRectForDescendantsAndReflection()
952 static IntRect transparencyClipBox(const RenderLayer* l, const RenderLayer* rootLayer, PaintBehavio… in transparencyClipBox() argument
958 if (rootLayer != l && l->paintsWithTransform(paintBehavior)) { in transparencyClipBox()
963 l->convertToLayerCoords(rootLayer, x, y); in transparencyClipBox()
974 IntRect clipRect = l->boundingBox(rootLayer); in transparencyClipBox()
975 expandClipRectForDescendantsAndReflection(clipRect, l, rootLayer, paintBehavior); in transparencyClipBox()
979 void RenderLayer::beginTransparencyLayers(GraphicsContext* p, const RenderLayer* rootLayer, PaintBe… in beginTransparencyLayers() argument
[all …]
DRenderTreeAsText.cpp77 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const IntRect& pai…
646 static void writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* l, in writeLayers() argument
651 if (rootLayer == l) { in writeLayers()
652 …paintDirtyRect.setWidth(max(paintDirtyRect.width(), rootLayer->renderBox()->maxXLayoutOverflow())); in writeLayers()
653 …paintDirtyRect.setHeight(max(paintDirtyRect.height(), rootLayer->renderBox()->maxYLayoutOverflow()… in writeLayers()
660 …l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect… in writeLayers()
666 … & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer); in writeLayers()
680 writeLayers(ts, rootLayer, negList->at(i), paintDirtyRect, currIndent, behavior); in writeLayers()
694 writeLayers(ts, rootLayer, normalFlowList->at(i), paintDirtyRect, currIndent, behavior); in writeLayers()
705 writeLayers(ts, rootLayer, posList->at(i), paintDirtyRect, currIndent, behavior); in writeLayers()
DRenderLayerBacking.cpp198 RenderLayer* rootLayer = view->layer(); in updateCompositedBounds() local
203 if (m_owningLayer != rootLayer) in updateCompositedBounds()
204 clippingBounds.intersect(m_owningLayer->backgroundClipRect(rootLayer, true)); in updateCompositedBounds()
208 m_owningLayer->convertToLayerCoords(rootLayer, deltaX, deltaY); in updateCompositedBounds()
1086 void RenderLayerBacking::paintIntoLayer(RenderLayer* rootLayer, GraphicsContext* context, in paintIntoLayer() argument
1100 …m_owningLayer->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply,… in paintIntoLayer()
1157 …m_owningLayer->paintList(m_owningLayer->negZOrderList(), rootLayer, context, paintDirtyRect, paint… in paintIntoLayer()
1198 …m_owningLayer->paintList(m_owningLayer->normalFlowList(), rootLayer, context, paintDirtyRect, pain… in paintIntoLayer()
1201 …m_owningLayer->paintList(m_owningLayer->posZOrderList(), rootLayer, context, paintDirtyRect, paint… in paintIntoLayer()
DRenderLayerBacking.h191 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m65 CALayer *rootLayer; field
177 [obj->rootLayer release];
229 obj->mouseDownLayer = [obj->rootLayer hitTest:point];
231 …[obj->controllerLayer handleMouseDown:[obj->rootLayer convertPoint:point toLayer:obj->controllerLa…
257 …[obj->controllerLayer handleMouseUp:[obj->rootLayer convertPoint:point toLayer:obj->controllerLaye…
269 …[obj->controllerLayer handleMouseDragged:[obj->rootLayer convertPoint:point toLayer:obj->controlle…
354 if (!obj->rootLayer) {
356 obj->rootLayer = [[CALayer layer] retain];
360 [obj->rootLayer addSublayer:obj->movieLayer];
363 [obj->rootLayer addSublayer:obj->controllerLayer];
[all …]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DLegacyCACFLayerTreeHost.cpp192 rootLayer()->setBounds(bounds()); in createRenderer()
223 if (rootLayer()) { in resize()
224 rootLayer()->setBounds(bounds()); in resize()
313 rootLayer()->printTree(); in render()
DWKCACFViewLayerTreeHost.cpp84 CGRect layerBounds = rootLayer()->bounds(); in updateViewIfNeeded()
89 if (CGRectEqualToRect(layerBounds, rootLayer()->bounds())) in updateViewIfNeeded()
DAbstractCACFLayerTreeHost.h39 virtual PlatformCALayer* rootLayer() const = 0;
DCACFLayerTreeHost.h80 virtual PlatformCALayer* rootLayer() const;
DCACFLayerTreeHost.cpp199 PlatformCALayer* CACFLayerTreeHost::rootLayer() const in rootLayer() function in WebCore::CACFLayerTreeHost
DPlatformCALayerWin.cpp157 PlatformCALayer* PlatformCALayer::rootLayer() const in rootLayer() function in PlatformCALayer
160 return host ? host->rootLayer() : 0; in rootLayer()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
DLayerTreeHostCAWin.cpp129 WKCACFViewSetLayer(m_view.get(), rootLayer()->platformLayer()); in platformInitialize()
256 PlatformCALayer* LayerTreeHostCAWin::rootLayer() const in rootLayer() function in WebKit::LayerTreeHostCAWin
258 return static_cast<GraphicsLayerCA*>(LayerTreeHostCA::rootLayer())->platformCALayer(); in rootLayer()
DLayerTreeHostCAWin.h69 virtual WebCore::PlatformCALayer* rootLayer() const;
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
DLayerTreeHostCAMac.mm65 WKCARemoteLayerClientSetLayer(m_remoteLayerClient.get(), rootLayer()->platformLayer());
117 CALayer* root = rootLayer()->platformLayer();
124 CALayer* root = rootLayer()->platformLayer();
/external/chromium/chrome/browser/ui/cocoa/
Danimatable_image.mm50 CALayer* rootLayer = [CALayer layer];
51 [view setLayer:rootLayer];
60 [rootLayer addSublayer:layer];
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.h46 TextureMapperNode* rootLayer; member
121 TextureMapperNode* rootLayer();
DTextureMapperNode.cpp132 TextureMapperNode* root = rootLayer(); in cache()
289 TextureMapperNode* TextureMapperNode::rootLayer() in rootLayer() function in WebCore::TextureMapperNode
292 return m_effectTarget->rootLayer(); in rootLayer()
294 return m_parent->rootLayer(); in rootLayer()
474 opt.rootLayer = this; in paint()
734 TextureMapper* textureMapper = rootLayer()->m_platformClient->textureMapper(); in syncCompositingState()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
DLayerTreeHostCA.h43 WebCore::GraphicsLayer* rootLayer() const { return m_rootLayer.get(); } in rootLayer() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h70 PlatformCALayer* rootLayer() const;
/external/webkit/Source/WebKit2/UIProcess/mac/
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/chromium/
DLayerRendererChromium.h92 LayerChromium* rootLayer() { return m_rootLayer.get(); } in rootLayer() function
DLayerChromium.h68 const LayerChromium* rootLayer() const;
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp74 GraphicsLayerAndroid* rootLayer = static_cast<GraphicsLayerAndroid*>(m_rootGraphicsLayer); in layersSync() local
76 rootLayer->gatherRootLayers(listRootLayers); in layersSync()

12