HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsLayerCA (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 30 #include "GraphicsLayerCA.h"
249 return new GraphicsLayerCA(client);
252 GraphicsLayerCA::GraphicsLayerCA(GraphicsLayerClient* client)
269 GraphicsLayerCA::~GraphicsLayerCA()
273 // get released when the rootmost modified GraphicsLayerCA rebuilds its child layers.
288 void GraphicsLayerCA::setName(const String& name)
295 PlatformLayer* GraphicsLayerCA::platformLayer() const
300 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children
    [all...]
GraphicsLayerCA.h 44 class GraphicsLayerCA : public GraphicsLayer, public PlatformCALayerClient {
51 GraphicsLayerCA(GraphicsLayerClient*);
52 virtual ~GraphicsLayerCA();
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 34 #include <WebCore/GraphicsLayerCA.h>
59 static_cast<GraphicsLayerCA*>(m_rootLayer.get())->platformCALayer()->setGeometryFlipped(true);
62 static_cast<GraphicsLayerCA*>(m_nonCompositedContentLayer.get())->setAllowTiledLayer(false);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 35 #include <WebCore/GraphicsLayerCA.h>
258 return static_cast<GraphicsLayerCA*>(LayerTreeHostCA::rootLayer())->platformCALayer();
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 35 #import "GraphicsLayerCA.h"
200 [tiledLayer setTileSize:CGSizeMake(GraphicsLayerCA::kTiledLayerTileSize, GraphicsLayerCA::kTiledLayerTileSize)];
214 // to use the GraphicsLayerCA after it has been destroyed.

Completed in 63 milliseconds