Searched refs:GraphicsLayer (Results 51 - 75 of 126) sorted by relevance

123456

/macosx-10.10/WebKit2-7600.1.25/Shared/Scrolling/
H A DRemoteScrollingCoordinatorTransaction.cpp33 #include <WebCore/GraphicsLayer.h>
93 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.layer());
105 GraphicsLayer::PlatformLayerID layerID;
150 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.scrolledContentsLayer());
153 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.counterScrollingLayer());
156 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.insetClipLayer());
159 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.contentShadowLayer());
167 encoder << static_cast<GraphicsLayer::PlatformLayerID>(node.scrolledContentsLayer());
229 GraphicsLayer::PlatformLayerID layerID;
236 GraphicsLayer
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerBacking.cpp38 #include "GraphicsLayer.h"
155 void RenderLayerBacking::willDestroyLayer(const GraphicsLayer* layer)
161 std::unique_ptr<GraphicsLayer> RenderLayerBacking::createGraphicsLayer(const String& name)
167 std::unique_ptr<GraphicsLayer> graphicsLayer = GraphicsLayer::create(graphicsLayerFactory, *this);
181 bool RenderLayerBacking::shouldUseTiledBacking(const GraphicsLayer*) const
186 void RenderLayerBacking::tiledBackingUsageChanged(const GraphicsLayer* layer, bool usingTiledBacking)
468 // the transform-origin via the GraphicsLayer anchorPoint (which is expressed as a fractional value).
493 // position of this layer's GraphicsLayer depends on the position of our compositing
494 // ancestor's GraphicsLayer
2463 notifyAnimationStarted(const GraphicsLayer*, double time) argument
[all...]
H A DRenderLayerCompositor.cpp38 #include "GraphicsLayer.h"
383 void RenderLayerCompositor::customPositionForVisibleRectComputation(const GraphicsLayer* graphicsLayer, FloatPoint& position) const
396 void RenderLayerCompositor::notifyFlushRequired(const GraphicsLayer* layer)
435 // but GraphicsLayer::flushCompositingState() will cross frame boundaries
455 if (GraphicsLayer* rootLayer = rootGraphicsLayer()) {
550 void RenderLayerCompositor::didFlushChangesForLayer(RenderLayer& layer, const GraphicsLayer* graphicsLayer)
575 GraphicsLayer* rootLayer = rootGraphicsLayer();
591 void RenderLayerCompositor::notifyFlushBeforeDisplayRefresh(const GraphicsLayer*) argument
609 void RenderLayerCompositor::layerTiledBackingUsageChanged(const GraphicsLayer* graphicsLayer, bool usingTiledBacking)
741 Vector<GraphicsLayer*> childLis
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Scrolling/
H A DRemoteScrollingCoordinator.mm41 #import <WebCore/GraphicsLayer.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.h50 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*);
94 virtual void paintLayerContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, const WebCore::IntRect& clipRect) override;
H A DCoordinatedLayerTreeHost.cpp113 void CoordinatedLayerTreeHost::setRootCompositingLayer(WebCore::GraphicsLayer* graphicsLayer)
209 void CoordinatedLayerTreeHost::paintLayerContents(const GraphicsLayer*, GraphicsContext&, const IntRect&) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlay.h39 class GraphicsLayer;
104 WebCore::GraphicsLayer* layer();
H A DDrawingArea.h48 class GraphicsLayer;
102 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) = 0;
/macosx-10.10/WebCore-7600.1.25/page/scrolling/coordinatedgraphics/
H A DScrollingCoordinatorCoordinatedGraphics.cpp75 void ScrollingCoordinatorCoordinatedGraphics::updateViewportConstrainedNode(ScrollingNodeID nodeID, const ViewportConstraints& constraints, GraphicsLayer* graphicsLayer)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DGraphicsLayerCA.cpp290 std::unique_ptr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerFactory* factory, GraphicsLayerClient& client)
292 std::unique_ptr<GraphicsLayer> graphicsLayer;
342 : GraphicsLayer(client)
389 GraphicsLayer::willBeDestroyed();
399 String longName = caLayerDescription + String::format("GraphicsLayer(%p) ", this) + name;
400 GraphicsLayer::setName(longName);
404 GraphicsLayer::PlatformLayerID GraphicsLayerCA::primaryLayerID() const
414 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children)
416 bool childrenChanged = GraphicsLayer
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.h45 void updateContents(TextureMapper*, GraphicsLayer*, const FloatSize&, const IntRect&, BitmapTexture::UpdateContentsFlag);
H A DTextureMapper.h42 class GraphicsLayer;
71 virtual void updateContents(TextureMapper*, GraphicsLayer*, const IntRect& target, const IntPoint& offset, UpdateContentsFlag);
H A DTextureMapperImageBuffer.h38 virtual void updateContents(TextureMapper*, GraphicsLayer*, const IntRect& target, const IntPoint& offset, UpdateContentsFlag);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/FullScreen/
H A DWebFullScreenManager.h42 class GraphicsLayer;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPageBannerMac.mm33 #include <WebCore/GraphicsLayer.h>
75 void PageBanner::didAddParentLayer(GraphicsLayer* parentLayer)
H A DPlatformCALayerRemote.h144 virtual WebCore::GraphicsLayer::CustomAppearance customAppearance() const override;
145 virtual void updateCustomAppearance(WebCore::GraphicsLayer::CustomAppearance) override;
147 virtual WebCore::GraphicsLayer::CustomBehavior customBehavior() const override;
148 virtual void updateCustomBehavior(WebCore::GraphicsLayer::CustomBehavior) override;
/macosx-10.10/WebCore-7600.1.25/page/
H A DChromeClient.h75 class GraphicsLayer;
301 // Pass 0 as the GraphicsLayer to detatch the root layer.
302 virtual void attachRootGraphicsLayer(Frame*, GraphicsLayer*) = 0;
313 virtual GraphicsLayer* documentOverlayLayerForFrame(Frame&) { return nullptr; }
351 virtual void setRootFullScreenLayer(GraphicsLayer*) { }
427 virtual void didAddHeaderLayer(GraphicsLayer*) { }
428 virtual void didAddFooterLayer(GraphicsLayer*) { }
H A DFrameView.h152 // Called when changes to the GraphicsLayer hierarchy have to be synchronized with
156 GraphicsLayer* graphicsLayerForPlatformWidget(PlatformWidget);
459 GraphicsLayer* setWantsLayerForTopOverHangArea(bool) const;
460 GraphicsLayer* setWantsLayerForBottomOverHangArea(bool) const;
573 virtual GraphicsLayer* layerForScrolling() const override;
574 virtual GraphicsLayer* layerForHorizontalScrollbar() const override;
575 virtual GraphicsLayer* layerForVerticalScrollbar() const override;
576 virtual GraphicsLayer* layerForScrollCorner() const override;
578 virtual GraphicsLayer* layerForOverhangAreas() const override;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm192 , m_customAppearance(GraphicsLayer::NoCustomAppearance)
193 , m_customBehavior(GraphicsLayer::NoCustomBehavior)
237 , m_customAppearance(GraphicsLayer::NoCustomAppearance)
238 , m_customBehavior(GraphicsLayer::NoCustomBehavior)
775 return m_customAppearance == GraphicsLayer::ScrollingShadow;
778 void PlatformCALayerMac::updateCustomAppearance(GraphicsLayer::CustomAppearance appearance)
784 case GraphicsLayer::NoCustomAppearance:
788 case GraphicsLayer::ScrollingOverhang:
791 case GraphicsLayer::ScrollingShadow:
798 void PlatformCALayerMac::updateCustomBehavior(GraphicsLayer
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreePropertyApplier.mm114 static void updateCustomAppearance(CALayer *layer, GraphicsLayer::CustomAppearance customAppearance)
118 case GraphicsLayer::NoCustomAppearance:
122 case GraphicsLayer::ScrollingOverhang:
125 case GraphicsLayer::ScrollingShadow:
H A DRemoteLayerTreeTransaction.mm89 , customAppearance(GraphicsLayer::NoCustomAppearance)
90 , customBehavior(GraphicsLayer::NoCustomBehavior)
493 GraphicsLayer::PlatformLayerID layerID;
556 void RemoteLayerTreeTransaction::setRootLayerID(GraphicsLayer::PlatformLayerID rootLayerID)
573 void RemoteLayerTreeTransaction::setDestroyedLayerIDs(Vector<GraphicsLayer::PlatformLayerID> destroyedLayerIDs)
578 void RemoteLayerTreeTransaction::setLayerIDsWithNewlyUnreachableBackingStore(Vector<GraphicsLayer::PlatformLayerID> layerIDsWithNewlyUnreachableBackingStore)
600 RemoteLayerTreeTextStream& operator<<(const Vector<WebCore::GraphicsLayer::PlatformLayerID>&);
968 RemoteLayerTreeTextStream& RemoteLayerTreeTextStream::operator<<(const Vector<GraphicsLayer::PlatformLayerID>& layers)
1009 Vector<GraphicsLayer::PlatformLayerID> layerIDs;
1025 dumpProperty<Vector<GraphicsLayer
[all...]
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingStateFixedNode.cpp29 #include "GraphicsLayer.h"
76 static_cast<GraphicsLayer*>(layer())->syncPosition(position);
H A DScrollingStateStickyNode.cpp31 #include "GraphicsLayer.h"
76 static_cast<GraphicsLayer*>(layer())->syncPosition(position);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWebVideoFullscreenManagerProxy.h32 #include <WebCore/GraphicsLayer.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.h213 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*) override;
217 virtual WebCore::GraphicsLayer* documentOverlayLayerForFrame(WebCore::Frame&) override;
292 virtual void didAddHeaderLayer(WebCore::GraphicsLayer*) override;
293 virtual void didAddFooterLayer(WebCore::GraphicsLayer*) override;

Completed in 412 milliseconds

123456