Home
last modified time | relevance | path

Searched refs:fEntryPool (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkQuadTree.h70 return fEntryPool.allocated() - fEntryPool.available(); in getCount()
98 SkTObjectPool<Entry> fEntryPool; variable
DSkQuadTree.cpp134 fEntryPool.releaseAll(&node->fEntries); in clear()
161 Entry* entry = fEntryPool.acquire(); in insert()
186 SkASSERT(fEntryPool.allocated() == fEntryPool.available()); in clear()
204 fEntryPool.release(entry); in rewindInserts()