Searched refs:GraphicsLayer (Results 76 - 100 of 126) sorted by relevance

123456

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.cpp30 class GraphicsLayer;
143 void TextureMapperTiledBackingStore::updateContents(TextureMapper* textureMapper, GraphicsLayer* sourceLayer, const FloatSize& totalSize, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag)
H A DTextureMapper.cpp24 #include "GraphicsLayer.h"
151 void BitmapTexture::updateContents(TextureMapper* textureMapper, GraphicsLayer* sourceLayer, const IntRect& targetRect, const IntPoint& offset, UpdateContentsFlag updateContentsFlag)
H A DTextureMapperImageBuffer.cpp23 #include "GraphicsLayer.h"
48 void BitmapTextureImageBuffer::updateContents(TextureMapper*, GraphicsLayer* sourceLayer, const IntRect& targetRect, const IntPoint& sourceOffset, UpdateContentsFlag)
/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A DLegacyMessages-expected.h35 #include <WebCore/GraphicsLayer.h>
468 typedef std::tuple<WebCore::GraphicsLayer::PlatformLayerID> DecodeType;
474 explicit SetVideoLayerID(const WebCore::GraphicsLayer::PlatformLayerID& videoLayerID)
479 const std::tuple<const WebCore::GraphicsLayer::PlatformLayerID&>& arguments() const
485 std::tuple<const WebCore::GraphicsLayer::PlatformLayerID&> m_arguments;
H A DMessages-expected.h35 #include <WebCore/GraphicsLayer.h>
468 typedef std::tuple<WebCore::GraphicsLayer::PlatformLayerID> DecodeType;
474 explicit SetVideoLayerID(const WebCore::GraphicsLayer::PlatformLayerID& videoLayerID)
479 const std::tuple<const WebCore::GraphicsLayer::PlatformLayerID&>& arguments() const
485 std::tuple<const WebCore::GraphicsLayer::PlatformLayerID&> m_arguments;
H A DLegacyMessageReceiver-expected.cpp48 #include <WebCore/GraphicsLayer.h>
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemote.cpp663 return m_properties.customAppearance == GraphicsLayer::ScrollingShadow;
666 GraphicsLayer::CustomAppearance PlatformCALayerRemote::customAppearance() const
671 void PlatformCALayerRemote::updateCustomAppearance(GraphicsLayer::CustomAppearance customAppearance)
677 GraphicsLayer::CustomBehavior PlatformCALayerRemote::customBehavior() const
682 void PlatformCALayerRemote::updateCustomBehavior(GraphicsLayer::CustomBehavior customBehavior)
H A DTiledCoreAnimationDrawingArea.h68 virtual void setRootCompositingLayer(WebCore::GraphicsLayer*) override;
H A DRemoteLayerTreeDrawingArea.mm56 , m_rootLayer(GraphicsLayer::create(graphicsLayerFactory(), *this))
116 void RemoteLayerTreeDrawingArea::setRootCompositingLayer(GraphicsLayer* rootLayer)
118 Vector<GraphicsLayer*> children;
H A DPlatformCAAnimationRemote.mm33 #import <WebCore/GraphicsLayer.h>
52 GraphicsLayer::PlatformLayerID _layerID;
56 - (instancetype)initWithLayerID:(GraphicsLayer::PlatformLayerID)layerID layerTreeHost:(WebKit::RemoteLayerTreeHost*)layerTreeHost;
61 - (instancetype)initWithLayerID:(GraphicsLayer::PlatformLayerID)layerID layerTreeHost:(WebKit::RemoteLayerTreeHost*)layerTreeHost
766 GraphicsLayer::PlatformLayerID layerID = RemoteLayerTreeHost::layerID(layer);
H A DTiledCoreAnimationDrawingArea.mm113 void TiledCoreAnimationDrawingArea::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
516 if (GraphicsLayer* contentsContainmentLayer = renderViewBacking->contentsContainmentLayer())
526 if (GraphicsLayer* shadowGraphicsLayer = renderLayerCompositor.layerForContentShadow())
H A DServicesOverlayController.mm42 #import <WebCore/GraphicsLayer.h>
93 m_graphicsLayer = GraphicsLayer::create(drawingArea ? drawingArea->graphicsLayerFactory() : nullptr, *this);
134 void ServicesOverlayController::Highlight::notifyFlushRequired(const GraphicsLayer*)
143 void ServicesOverlayController::Highlight::paintContents(const GraphicsLayer*, GraphicsContext& graphicsContext, GraphicsLayerPaintingPhase, const FloatRect& inClip)
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollableArea.cpp36 #include "GraphicsLayer.h"
328 if (GraphicsLayer* graphicsLayer = layerForHorizontalScrollbar()) {
334 if (GraphicsLayer* graphicsLayer = layerForVerticalScrollbar()) {
346 if (GraphicsLayer* graphicsLayer = layerForScrollCorner()) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp82 if (owner()->owner()->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
188 if (owner()->owner()->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown)
192 if (dirtyRect && owner()->owner()->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
487 if (owner()->owner()->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesTopDown) {
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebChromeClientIOS.h70 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*) override;
H A DWebChromeClientIOS.mm52 #import <WebCore/GraphicsLayer.h>
262 void WebChromeClientIOS::attachRootGraphicsLayer(Frame*, GraphicsLayer* graphicsLayer)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DPageOverlay.cpp246 WebCore::GraphicsLayer* PageOverlay::layer()
H A DDrawingAreaImpl.cpp287 void DrawingAreaImpl::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
461 void DrawingAreaImpl::enterAcceleratedCompositingMode(GraphicsLayer* graphicsLayer)
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.h47 #include "GraphicsLayer.h"
364 void setBackingNeedsRepaint(GraphicsLayer::ShouldClipToLayer = GraphicsLayer::ClipToLayer);
367 void setBackingNeedsRepaintInRect(const LayoutRect&, GraphicsLayer::ShouldClipToLayer = GraphicsLayer::ClipToLayer);
826 virtual GraphicsLayer* layerForScrolling() const override;
827 virtual GraphicsLayer* layerForHorizontalScrollbar() const override;
828 virtual GraphicsLayer* layerForVerticalScrollbar() const override;
829 virtual GraphicsLayer* layerForScrollCorner() const override;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DRemoteLayerTreeHostIOS.mm143 if (layerProperties && layerProperties->customBehavior == GraphicsLayer::CustomScrollingBehavior) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedDrawingArea.cpp262 void CoordinatedDrawingArea::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
431 void CoordinatedDrawingArea::enterAcceleratedCompositingMode(GraphicsLayer* graphicsLayer)
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.h37 #include <WebCore/GraphicsLayer.h>
937 void setRootChildLayer(WebCore::GraphicsLayer*);
1008 virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time);
1009 virtual void notifyFlushRequired(const WebCore::GraphicsLayer*);
1010 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::FloatRect& inClip);
1139 std::unique_ptr<WebCore::GraphicsLayer> m_backingLayer;
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebChromeClient.h131 // Pass 0 as the GraphicsLayer to detatch the root layer.
132 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*);
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp317 void ChromeClientWinCE::attachRootGraphicsLayer(Frame*, GraphicsLayer*)
H A DChromeClientWinCE.h136 // Pass 0 as the GraphicsLayer to detatch the root layer.
137 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*) override;

Completed in 327 milliseconds

123456