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

  /external/skia/src/gpu/
GrAllocPool.h 54 GrTAllocPool(int count) : fPool(count * sizeof(T)) {}
56 void reset() { fPool.reset(); }
57 T* alloc() { return (T*)fPool.alloc(sizeof(T)); }
60 GrAllocPool fPool;
GrTextStrike.h 58 GrTAllocPool<GrGlyph> fPool;
GrTextStrike.cpp 131 GrAtlasMgr* atlasMgr) : fPool(64) {
167 GrGlyph* glyph = fPool.alloc();
  /external/skia/legacy/src/core/
SkChunkAlloc.cpp 52 : fBlock(NULL), fMinSize(SkAlign4(minSize)), fPool(NULL), fTotalCapacity(0)
63 fPool->freeChain();
64 fPool = NULL;
69 if (fPool && fBlock) {
70 fPool->tail()->fNext = fBlock;
72 fPool = fBlock;
78 Block* block = fPool;
81 fPool = block->fNext;
  /external/skia/legacy/include/core/
SkChunkAlloc.h 63 Block* fPool;
  /external/icu4c/common/
uresimp.h 51 * to use one UResourceDataEntry pointer for fAlias and fPool, with a separate
60 UResourceDataEntry *fPool;
uresbund.cpp 152 if(entry->fPool != NULL) {
153 --entry->fPool->fCountExisting;
240 (void*)resB->fPool,
383 r->fPool = getPoolEntry(r->fPath, status);
385 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
    [all...]

Completed in 166 milliseconds