Searched refs:GraphicsLayer (Results 26 - 50 of 126) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/page/scrolling/coordinatedgraphics/
H A DScrollingCoordinatorCoordinatedGraphics.h48 virtual void updateViewportConstrainedNode(ScrollingNodeID, const ViewportConstraints&, GraphicsLayer*) override;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperBackingStore.h37 class GraphicsLayer;
H A DTextureMapperTile.cpp30 class GraphicsLayer;
53 void TextureMapperTile::updateContents(TextureMapper* textureMapper, GraphicsLayer* sourceLayer, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag)
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DAsyncScrollingCoordinator.cpp34 #include "GraphicsLayer.h"
252 if (GraphicsLayer* scrollLayer = scrollLayerForFrameView(frameView)) {
253 GraphicsLayer* counterScrollingLayer = counterScrollingLayerForFrameView(frameView);
254 GraphicsLayer* insetClipLayer = insetClipLayerForFrameView(frameView);
255 GraphicsLayer* contentShadowLayer = contentShadowLayerForFrameView(frameView);
256 GraphicsLayer* scrolledContentsLayer = rootContentLayerForFrameView(frameView);
257 GraphicsLayer* headerLayer = headerLayerForFrameView(frameView);
258 GraphicsLayer* footerLayer = footerLayerForFrameView(frameView);
365 void AsyncScrollingCoordinator::updateFrameScrollingNode(ScrollingNodeID nodeID, GraphicsLayer* layer, GraphicsLayer* scrolledContentsLaye
[all...]
H A DScrollingStateNode.h31 #include "GraphicsLayer.h"
39 class GraphicsLayer;
44 // a) Async scrolling, main thread: ScrollingStateNode holds onto a GraphicsLayer, and uses m_layerID
45 // to detect whether that GraphicsLayer's underlying PlatformLayer changed.
64 LayerRepresentation(GraphicsLayer* graphicsLayer)
78 LayerRepresentation(GraphicsLayer::PlatformLayerID layerID)
100 operator GraphicsLayer*() const
112 GraphicsLayer::PlatformLayerID layerID() const
117 operator GraphicsLayer::PlatformLayerID() const
178 GraphicsLayer* m_graphicsLaye
[all...]
H A DScrollingCoordinator.cpp32 #include "GraphicsLayer.h"
197 GraphicsLayer* ScrollingCoordinator::scrollLayerForScrollableArea(ScrollableArea* scrollableArea)
202 GraphicsLayer* ScrollingCoordinator::horizontalScrollbarLayerForScrollableArea(ScrollableArea* scrollableArea)
207 GraphicsLayer* ScrollingCoordinator::verticalScrollbarLayerForScrollableArea(ScrollableArea* scrollableArea)
212 GraphicsLayer* ScrollingCoordinator::scrollLayerForFrameView(FrameView* frameView)
219 GraphicsLayer* ScrollingCoordinator::headerLayerForFrameView(FrameView* frameView)
231 GraphicsLayer* ScrollingCoordinator::footerLayerForFrameView(FrameView* frameView)
243 GraphicsLayer* ScrollingCoordinator::counterScrollingLayerForFrameView(FrameView* frameView)
250 GraphicsLayer* ScrollingCoordinator::insetClipLayerForFrameView(FrameView* frameView)
257 GraphicsLayer* ScrollingCoordinato
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlayController.cpp35 #include <WebCore/GraphicsLayer.h>
55 m_documentOverlayRootLayer = GraphicsLayer::create(m_webPage.drawingArea()->graphicsLayerFactory(), *this);
56 m_viewOverlayRootLayer = GraphicsLayer::create(m_webPage.drawingArea()->graphicsLayerFactory(), *this);
63 static void updateOverlayGeometry(PageOverlay& overlay, GraphicsLayer& graphicsLayer)
90 std::unique_ptr<GraphicsLayer> layer = GraphicsLayer::create(m_webPage.drawingArea()->graphicsLayerFactory(), *this);
152 GraphicsLayer& graphicsLayer = *m_overlayGraphicsLayers.get(&overlay);
174 GraphicsLayer* PageOverlayController::layerForOverlay(PageOverlay& overlay) const
230 void PageOverlayController::updateSettingsForLayer(GraphicsLayer& layer)
277 void PageOverlayController::paintContents(const WebCore::GraphicsLayer* graphicsLaye
[all...]
H A DPageBanner.h39 class GraphicsLayer;
79 void didAddParentLayer(WebCore::GraphicsLayer*);
H A DServicesOverlayController.h70 WebCore::GraphicsLayer* layer() const { return m_graphicsLayer.get(); }
87 virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) override { }
88 virtual void notifyFlushRequired(const WebCore::GraphicsLayer*) override;
89 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::FloatRect& inClip) override;
96 std::unique_ptr<WebCore::GraphicsLayer> m_graphicsLayer;
H A DDrawingAreaImpl.h71 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) override;
83 void enterAcceleratedCompositingMode(WebCore::GraphicsLayer*);
H A DLayerTreeHost.h44 class GraphicsLayer;
63 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) = 0;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollbarThemeMac.h92 virtual void setUpOverhangAreasLayerContents(GraphicsLayer*, const Color&) override;
93 virtual void setUpContentShadowLayer(GraphicsLayer*) override;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DRemoteLayerTreeContext.mm58 GraphicsLayer::PlatformLayerID layerID = layer.layerID();
74 GraphicsLayer::PlatformLayerID layerID = layer.layerID();
99 std::unique_ptr<GraphicsLayer> RemoteLayerTreeContext::createGraphicsLayer(GraphicsLayerClient& client)
128 void RemoteLayerTreeContext::animationDidStart(WebCore::GraphicsLayer::PlatformLayerID layerID, const String& key, double startTime)
H A DRemoteLayerTreeDrawingArea.h67 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) override;
109 virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) override { }
110 virtual void notifyFlushRequired(const WebCore::GraphicsLayer*) override { }
111 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::FloatRect& inClip) override { }
142 std::unique_ptr<WebCore::GraphicsLayer> m_rootLayer;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DRemoteLayerTreeHost.mm74 typedef std::pair<GraphicsLayer::PlatformLayerID, GraphicsLayer::PlatformLayerID> LayerIDPair;
123 LayerOrView *RemoteLayerTreeHost::getLayer(GraphicsLayer::PlatformLayerID layerID) const
131 void RemoteLayerTreeHost::layerWillBeRemoved(WebCore::GraphicsLayer::PlatformLayerID layerID)
137 void RemoteLayerTreeHost::animationDidStart(WebCore::GraphicsLayer::PlatformLayerID layerID, CAAnimation *animation, double startTime)
174 void RemoteLayerTreeHost::setLayerID(CALayer *layer, WebCore::GraphicsLayer::PlatformLayerID layerID)
179 WebCore::GraphicsLayer::PlatformLayerID RemoteLayerTreeHost::layerID(CALayer* layer)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp95 m_rootLayer = GraphicsLayer::create(graphicsLayerFactory(), *this);
100 m_nonCompositedContentLayer = GraphicsLayer::create(graphicsLayerFactory(), *this);
150 void LayerTreeHostGtk::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
258 GraphicsLayer* layer = m_pageOverlayLayers.get(pageOverlay);
266 void LayerTreeHostGtk::notifyAnimationStarted(const WebCore::GraphicsLayer*, double /* time */)
270 void LayerTreeHostGtk::notifyFlushRequired(const WebCore::GraphicsLayer*)
274 void LayerTreeHostGtk::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const FloatRect& clipRect)
362 std::unique_ptr<GraphicsLayer> layer = GraphicsLayer::create(graphicsLayerFactory(), *this);
379 std::unique_ptr<GraphicsLayer> laye
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollbarTheme.h40 class GraphicsLayer;
94 virtual void setUpOverhangAreasLayerContents(GraphicsLayer*, const Color&) { }
95 virtual void setUpContentShadowLayer(GraphicsLayer*) { }
H A DScrollableArea.h41 class GraphicsLayer;
236 virtual GraphicsLayer* layerForHorizontalScrollbar() const { return 0; }
237 virtual GraphicsLayer* layerForVerticalScrollbar() const { return 0; }
256 virtual GraphicsLayer* layerForScrolling() const { return 0; }
257 virtual GraphicsLayer* layerForScrollCorner() const { return 0; }
259 virtual GraphicsLayer* layerForOverhangAreas() const { return 0; }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebTiledLayer.mm90 if (layerOwner->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesBottomUp)
98 if (layerOwner->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesBottomUp)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayer.cpp35 static GraphicsLayer::PlatformLayerID generateLayerID()
37 static GraphicsLayer::PlatformLayerID layerID;
H A DPlatformCALayer.h29 #include "GraphicsLayer.h"
87 GraphicsLayer::PlatformLayerID layerID() const { return m_layerID; }
203 virtual GraphicsLayer::CustomAppearance customAppearance() const = 0;
204 virtual void updateCustomAppearance(GraphicsLayer::CustomAppearance) = 0;
206 virtual GraphicsLayer::CustomBehavior customBehavior() const = 0;
207 virtual void updateCustomBehavior(GraphicsLayer::CustomBehavior) = 0;
258 const GraphicsLayer::PlatformLayerID m_layerID;
H A DGraphicsLayerCA.h29 #include "GraphicsLayer.h"
51 class GraphicsLayerCA : public GraphicsLayer, public PlatformCALayerClient {
70 virtual bool setChildren(const Vector<GraphicsLayer*>&) override;
71 virtual void addChild(GraphicsLayer*) override;
72 virtual void addChildAtIndex(GraphicsLayer*, int index) override;
73 virtual void addChildAbove(GraphicsLayer*, GraphicsLayer* sibling) override;
74 virtual void addChildBelow(GraphicsLayer*, GraphicsLayer* sibling) override;
75 virtual bool replaceChild(GraphicsLayer* oldChil
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCompositingCoordinator.cpp74 void CompositingCoordinator::setRootCompositingLayer(GraphicsLayer* compositingLayer, GraphicsLayer* overlayLayer)
176 m_rootLayer = GraphicsLayer::create(this, *this);
242 void CompositingCoordinator::notifyAnimationStarted(const GraphicsLayer*, double /* time */) argument
246 void CompositingCoordinator::notifyFlushRequired(const GraphicsLayer*) argument
253 void CompositingCoordinator::paintContents(const GraphicsLayer* graphicsLayer, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const FloatRect& clipRect)
258 std::unique_ptr<GraphicsLayer> CompositingCoordinator::createGraphicsLayer(GraphicsLayerClient& client)
266 return std::unique_ptr<GraphicsLayer>(layer);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.h63 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) override;
77 void enterAcceleratedCompositingMode(WebCore::GraphicsLayer*);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCALayerMac.h140 virtual GraphicsLayer::CustomAppearance customAppearance() const override { return m_customAppearance; }
141 virtual void updateCustomAppearance(GraphicsLayer::CustomAppearance) override;
143 virtual GraphicsLayer::CustomBehavior customBehavior() const override { return m_customBehavior; }
144 virtual void updateCustomBehavior(GraphicsLayer::CustomBehavior) override;
166 GraphicsLayer::CustomAppearance m_customAppearance;
167 GraphicsLayer::CustomBehavior m_customBehavior;

Completed in 276 milliseconds

123456