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

  /external/skia/src/core/
SkQuadTree.h 70 return fEntryPool.allocated() - fEntryPool.available();
98 SkTObjectPool<Entry> fEntryPool;
SkQuadTree.cpp 134 fEntryPool.releaseAll(&node->fEntries);
161 Entry* entry = fEntryPool.acquire();
186 SkASSERT(fEntryPool.allocated() == fEntryPool.available());
204 fEntryPool.release(entry);

Completed in 2911 milliseconds