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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.h 44 class SurfaceCollection : public SkRefCnt {
47 SurfaceCollection(BaseLayerAndroid* compositedRoot);
48 virtual ~SurfaceCollection();
62 void setIsPainting(SurfaceCollection* drawingSurfaceCollection);
64 void mergeInvalsInto(SurfaceCollection* replacementSurfaceCollection);
SurfaceCollection.cpp 26 #define LOG_TAG "SurfaceCollection"
30 #include "SurfaceCollection.h"
47 SurfaceCollection::SurfaceCollection(BaseLayerAndroid* layer)
69 ClassTracker::instance()->increment("SurfaceCollection");
73 SurfaceCollection::~SurfaceCollection()
81 ClassTracker::instance()->decrement("SurfaceCollection");
85 void SurfaceCollection::prepareGL(const SkRect& visibleContentRect, bool tryToFastBlit)
98 bool SurfaceCollection::drawGL(const SkRect& visibleContentRect
    [all...]

Completed in 37 milliseconds