/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateFullscreenWindow.cpp | 112 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/ |
D | RenderLayer.h | 199 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 …]
|
D | RenderLayer.cpp | 923 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 …]
|
D | RenderTreeAsText.cpp | 77 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()
|
D | RenderLayerBacking.cpp | 198 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()
|
D | RenderLayerBacking.h | 191 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 65 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/ |
D | LegacyCACFLayerTreeHost.cpp | 192 rootLayer()->setBounds(bounds()); in createRenderer() 223 if (rootLayer()) { in resize() 224 rootLayer()->setBounds(bounds()); in resize() 313 rootLayer()->printTree(); in render()
|
D | WKCACFViewLayerTreeHost.cpp | 84 CGRect layerBounds = rootLayer()->bounds(); in updateViewIfNeeded() 89 if (CGRectEqualToRect(layerBounds, rootLayer()->bounds())) in updateViewIfNeeded()
|
D | AbstractCACFLayerTreeHost.h | 39 virtual PlatformCALayer* rootLayer() const = 0;
|
D | CACFLayerTreeHost.h | 80 virtual PlatformCALayer* rootLayer() const;
|
D | CACFLayerTreeHost.cpp | 199 PlatformCALayer* CACFLayerTreeHost::rootLayer() const in rootLayer() function in WebCore::CACFLayerTreeHost
|
D | PlatformCALayerWin.cpp | 157 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/ |
D | LayerTreeHostCAWin.cpp | 129 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()
|
D | LayerTreeHostCAWin.h | 69 virtual WebCore::PlatformCALayer* rootLayer() const;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/ |
D | LayerTreeHostCAMac.mm | 65 WKCARemoteLayerClientSetLayer(m_remoteLayerClient.get(), rootLayer()->platformLayer()); 117 CALayer* root = rootLayer()->platformLayer(); 124 CALayer* root = rootLayer()->platformLayer();
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | animatable_image.mm | 50 CALayer* rootLayer = [CALayer layer]; 51 [view setLayer:rootLayer]; 60 [rootLayer addSublayer:layer];
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | TextureMapperNode.h | 46 TextureMapperNode* rootLayer; member 121 TextureMapperNode* rootLayer();
|
D | TextureMapperNode.cpp | 132 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/ |
D | LayerTreeHostCA.h | 43 WebCore::GraphicsLayer* rootLayer() const { return m_rootLayer.get(); } in rootLayer() function
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | PlatformCALayer.h | 70 PlatformCALayer* rootLayer() const;
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WKFullScreenWindowController.mm | 337 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/ |
D | LayerRendererChromium.h | 92 LayerChromium* rootLayer() { return m_rootLayer.get(); } in rootLayer() function
|
D | LayerChromium.h | 68 const LayerChromium* rootLayer() const;
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.cpp | 74 GraphicsLayerAndroid* rootLayer = static_cast<GraphicsLayerAndroid*>(m_rootGraphicsLayer); in layersSync() local 76 rootLayer->gatherRootLayers(listRootLayers); in layersSync()
|