HomeSort by relevance Sort by last modified time
    Searched defs:GraphicsLayerAndroid (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 44 class GraphicsLayerAndroid : public GraphicsLayer, PicturePainter {
47 GraphicsLayerAndroid(GraphicsLayerClient*);
48 virtual ~GraphicsLayerAndroid();
GraphicsLayerAndroid.cpp 17 #define LOG_TAG "GraphicsLayerAndroid"
21 #include "GraphicsLayerAndroid.h"
69 inline int GraphicsLayerAndroid::instancesCount()
92 return new GraphicsLayerAndroid(client);
100 GraphicsLayerAndroid::GraphicsLayerAndroid(GraphicsLayerClient* client) :
122 GraphicsLayerAndroid::~GraphicsLayerAndroid()
134 void GraphicsLayerAndroid::setName(const String& name)
139 NativeLayer GraphicsLayerAndroid::nativeLayer() cons
    [all...]

Completed in 91 milliseconds