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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.h 40 class SurfaceCollection;
48 bool updateWithSurfaceCollection(SurfaceCollection* collection, bool brandNew);
61 void updatePaintingCollection(SurfaceCollection* newCollection);
63 SurfaceCollection* m_drawingCollection;
64 SurfaceCollection* m_paintingCollection;
65 SurfaceCollection* m_queuedCollection;
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...]
SurfaceCollection.h 44 class SurfaceCollection : public SkRefCnt {
47 SurfaceCollection(BaseLayerAndroid* compositedRoot);
48 virtual ~SurfaceCollection();
62 void setIsPainting(SurfaceCollection* drawingSurfaceCollection);
64 void mergeInvalsInto(SurfaceCollection* replacementSurfaceCollection);
SurfaceCollectionManager.cpp 35 #include "SurfaceCollection.h"
123 void SurfaceCollectionManager::updatePaintingCollection(SurfaceCollection* newCollection)
133 bool SurfaceCollectionManager::updateWithSurfaceCollection(SurfaceCollection* newCollection,
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 45 #include "SurfaceCollection.h"
102 SurfaceCollection* collection = 0;
106 collection = new SurfaceCollection(layer);
  /external/webkit/Source/WebCore/
Android.mk 691 platform/graphics/android/rendering/SurfaceCollection.cpp \
    [all...]

Completed in 208 milliseconds