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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.cpp 48 , m_queuedCollection(0)
70 m_drawingCollection, m_paintingCollection, m_queuedCollection);
85 if (m_queuedCollection) {
87 ALOGV("now painting collection %p", m_queuedCollection);
88 m_queuedCollection->setIsPainting(m_paintingCollection);
91 m_paintingCollection = m_queuedCollection;
92 m_queuedCollection = 0;
101 m_drawingCollection, m_paintingCollection, m_queuedCollection);
117 SkSafeUnref(m_queuedCollection);
118 m_queuedCollection = 0
    [all...]
SurfaceCollectionManager.h 65 SurfaceCollection* m_queuedCollection;

Completed in 20 milliseconds