HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsLayer (Results 1 - 25 of 42) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/
GraphicsLayerClient.h 34 class GraphicsLayer;
58 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) = 0;
62 virtual void notifySyncRequired(const GraphicsLayer*) = 0;
64 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
GraphicsLayer.h 80 // represent values for properties being animated via the GraphicsLayer,
163 // GraphicsLayer is an abstraction for a rendering surface with backing store,
166 class GraphicsLayer {
169 static PassOwnPtr<GraphicsLayer> create(GraphicsLayerClient*);
171 virtual ~GraphicsLayer();
179 // For hosting this GraphicsLayer in a native layer hierarchy.
182 GraphicsLayer* parent() const { return m_parent; };
183 void setParent(GraphicsLayer* layer) { m_parent = layer; } // Internal use only.
186 bool hasAncestor(GraphicsLayer*) const;
188 const Vector<GraphicsLayer*>& children() const { return m_children;
    [all...]
GraphicsLayer.cpp 30 #include "GraphicsLayer.h"
58 GraphicsLayer::GraphicsLayer(GraphicsLayerClient* client)
81 GraphicsLayer::~GraphicsLayer()
87 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
89 for (GraphicsLayer* curr = parent(); curr; curr = curr->parent()) {
97 bool GraphicsLayer::setChildren(const Vector<GraphicsLayer*>& newChildren
    [all...]
MediaPlayer.h 71 class GraphicsLayer;
115 // return the GraphicsLayer that will host the presentation for this MediaPlayer.
116 virtual GraphicsLayer* mediaPlayerGraphicsLayer(MediaPlayer*) { return 0; }
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 23 #include "GraphicsLayer.h"
30 class GraphicsLayerQt : public GraphicsLayer {
37 // reimps from GraphicsLayer.h
42 virtual void setParent(GraphicsLayer* layer);
44 virtual bool setChildren(const Vector<GraphicsLayer*>&);
45 virtual void addChild(GraphicsLayer*);
46 virtual void addChildAtIndex(GraphicsLayer*, int index);
47 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
48 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling)
    [all...]
GraphicsLayerQt.cpp 201 GraphicsLayer* maskLayer;
209 GraphicsLayer::CompositingCoordinatesOrientation geoOrientation;
210 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation;
380 const Vector<GraphicsLayer*> newChildrenVector = (m_layer->children());
559 : GraphicsLayer(client)
569 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
574 // reimp from GraphicsLayer.h: Qt is top-down
575 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation(
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
WebLayer.h 34 class GraphicsLayer;
40 - (void)setLayerOwner:(WebCore::GraphicsLayer*)layer;
41 - (WebCore::GraphicsLayer*)layerOwner;
54 WebCore::GraphicsLayer* m_layerOwner;
58 + (void)drawContents:(WebCore::GraphicsLayer*)layerContents ofLayer:(CALayer*)layer intoContext:(CGContextRef)context;
WebTiledLayer.h 35 WebCore::GraphicsLayer* m_layerOwner;
Canvas3DLayer.h 34 class GraphicsLayer;
39 WebCore::GraphicsLayer* m_layerOwner;
GraphicsLayerCA.h 31 #include "GraphicsLayer.h"
46 class GraphicsLayerCA : public GraphicsLayer {
54 // for hosting this GraphicsLayer in a native layer hierarchy
57 virtual bool setChildren(const Vector<GraphicsLayer*>&);
58 virtual void addChild(GraphicsLayer*);
59 virtual void addChildAtIndex(GraphicsLayer*, int index);
60 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
61 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling)
    [all...]
WebTiledLayer.mm 33 #import "GraphicsLayer.h"
113 - (void)setLayerOwner:(GraphicsLayer*)aLayer
118 - (GraphicsLayer*)layerOwner
GraphicsLayerCA.mm 99 - (WebCore::GraphicsLayerCA*)graphicsLayer;
100 - (void)setLayer:(WebCore::GraphicsLayerCA*)graphicsLayer;
115 - (WebCore::GraphicsLayerCA*)graphicsLayer
120 - (void)setLayer:(WebCore::GraphicsLayerCA*)graphicsLayer
122 m_graphicsLayer = graphicsLayer;
339 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
363 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
369 : GraphicsLayer(client
    [all...]
WebLayer.mm 33 #import "GraphicsLayer.h"
41 + (void)drawContents:(WebCore::GraphicsLayer*)layerContents ofLayer:(CALayer*)layer intoContext:(CGContextRef)context
49 if (layerContents->contentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesBottomUp) {
174 - (void)setLayerOwner:(GraphicsLayer*)aLayer
179 - (GraphicsLayer*)layerOwner
Canvas3DLayer.mm 33 #import "GraphicsLayer.h"
155 -(void)setLayerOwner:(GraphicsLayer*)aLayer
160 -(GraphicsLayer*)layerOwner
  /external/webkit/WebCore/rendering/
RenderLayerBacking.h 33 #include "GraphicsLayer.h"
66 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); }
70 GraphicsLayer* clippingLayer() const { return m_clippingLayer.get(); }
74 GraphicsLayer* ancestorClippingLayer() const { return m_ancestorClippingLayer.get(); }
77 GraphicsLayer* foregroundLayer() const { return m_foregroundLayer.get(); }
81 GraphicsLayer* parentForSublayers() const { return m_clippingLayer ? m_clippingLayer.get() : m_graphicsLayer.get(); }
82 GraphicsLayer* childForSuperlayers() const { return m_ancestorClippingLayer ? m_ancestorClippingLayer.get() : m_graphicsLayer.get(); }
85 // their content is rendered via callbacks from GraphicsLayer. However, the document
86 // layer is special, because it has a GraphicsLayer to act as a container for the GraphicsLayer
    [all...]
RenderVideo.h 38 class GraphicsLayer;
52 GraphicsLayer* videoGraphicsLayer() const;
RenderLayerCompositor.h 36 class GraphicsLayer;
122 GraphicsLayer* rootPlatformLayer() const;
160 void rebuildCompositingLayerTree(RenderLayer* layer, const struct CompositingState&, Vector<GraphicsLayer*>& childGraphicsLayersOfEnclosingLayer);
191 OwnPtr<GraphicsLayer> m_rootPlatformLayer;
RenderLayerBacking.cpp 38 #include "GraphicsLayer.h"
93 m_graphicsLayer = GraphicsLayer::create(this);
157 // the transform-origin via the GraphicsLayer anchorPoint (which is expressed as a fractional value).
173 // position of this layer's GraphicsLayer depends on the position of our compositing
174 // ancestor's GraphicsLayer. That cannot be determined until all the descendant
205 GraphicsLayer* reflectionLayer = m_owningLayer->reflectionLayer()->backing()->graphicsLayer();
376 reflectionBacking->graphicsLayer()->setReplicatedLayerPosition(FloatPoint() + (layerBounds.location() - reflectionLayerBounds.location()));
406 m_ancestorClippingLayer = GraphicsLayer::create(this);
421 m_clippingLayer = GraphicsLayer::create(0)
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 24 #include "GraphicsLayer.h"
35 class GraphicsLayerAndroid : public GraphicsLayer {
43 // for hosting this GraphicsLayer in a native layer hierarchy
46 virtual bool setChildren(const Vector<GraphicsLayer*>&);
47 virtual void addChild(GraphicsLayer*);
48 virtual void addChildAtIndex(GraphicsLayer*, int index);
49 virtual void addChildAbove(GraphicsLayer* layer, GraphicsLayer* sibling);
50 virtual void addChildBelow(GraphicsLayer* layer, GraphicsLayer* sibling)
    [all...]
GraphicsLayerAndroid.cpp 44 #define LOG(...) android_printLog(ANDROID_LOG_DEBUG, "GraphicsLayer", __VA_ARGS__)
45 #define MLOG(...) android_printLog(ANDROID_LOG_DEBUG, "GraphicsLayer", __VA_ARGS__)
46 #define TLOG(...) android_printLog(ANDROID_LOG_DEBUG, "GraphicsLayer", __VA_ARGS__)
85 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
90 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
110 GraphicsLayer(client),
141 GraphicsLayer::setName(name);
150 bool GraphicsLayerAndroid::setChildren(const Vector<GraphicsLayer*>& children
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 31 #include "GraphicsLayer.h"
39 class GraphicsLayerCACF : public GraphicsLayer {
47 // for hosting this GraphicsLayer in a native layer hierarchy
50 virtual bool setChildren(const Vector<GraphicsLayer*>&);
51 virtual void addChild(GraphicsLayer *layer);
52 virtual void addChildAtIndex(GraphicsLayer *layer, int index);
53 virtual void addChildAbove(GraphicsLayer *layer, GraphicsLayer *sibling);
54 virtual void addChildBelow(GraphicsLayer *layer, GraphicsLayer *sibling)
    [all...]
GraphicsLayerCACF.cpp 112 GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
117 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
123 : GraphicsLayer(client)
147 String name = String::format("CALayer(%p) GraphicsLayer(%p) ", m_layer.get(), this) + inName;
148 GraphicsLayer::setName(name);
158 bool GraphicsLayerCACF::setChildren(const Vector<GraphicsLayer*>& children)
160 bool childrenChanged = GraphicsLayer::setChildren(children);
161 // FIXME: GraphicsLayer::setChildren calls addChild() for each sublayer, whic
    [all...]
MediaPlayerPrivateQuickTimeWin.h 68 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip);
69 virtual void notifyAnimationStarted(const GraphicsLayer*, double time) { }
70 virtual void notifySyncRequired(const GraphicsLayer*);
161 OwnPtr<GraphicsLayer> m_qtVideoLayer;
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 166 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer* g);
177 WebCore::GraphicsLayer* m_rootGraphicsLayer;
  /external/webkit/WebCore/page/
ChromeClient.h 62 class GraphicsLayer;
206 // Pass 0 as the GraphicsLayer to detatch the root layer.
207 virtual void attachRootGraphicsLayer(Frame*, GraphicsLayer*) = 0;

Completed in 142 milliseconds

1 2