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

  /external/webkit/Source/WebCore/platform/graphics/android/
PaintedSurface.cpp 27 #include "PaintedSurface.h"
41 #define XLOGC(...) android_printLog(ANDROID_LOG_DEBUG, "PaintedSurface", __VA_ARGS__)
46 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "PaintedSurface", __VA_ARGS__)
60 PaintedSurface::PaintedSurface()
69 ClassTracker::instance()->increment("PaintedSurface");
74 PaintedSurface::~PaintedSurface()
77 ClassTracker::instance()->decrement("PaintedSurface");
82 void PaintedSurface::prepare(GLWebViewState* state
    [all...]
PaintedSurface.h 46 class PaintedSurface : public SurfacePainter {
48 PaintedSurface();
49 virtual ~PaintedSurface();
51 // PaintedSurface methods
TilePainter.h 50 enum SurfaceType { PaintedSurface, ImageSurface };
51 virtual SurfaceType type() { return PaintedSurface; }

Completed in 28 milliseconds