Searched refs:fPool (Results 1 – 7 of 7) sorted by relevance
52 : fBlock(NULL), fMinSize(SkAlign4(minSize)), fPool(NULL), fTotalCapacity(0) in SkChunkAlloc()63 fPool->freeChain(); in reset()64 fPool = NULL; in reset()69 if (fPool && fBlock) { in reuse()70 fPool->tail()->fNext = fBlock; in reuse()72 fPool = fBlock; in reuse()78 Block* block = fPool; in newBlock()81 fPool = block->fNext; in newBlock()
54 GrTAllocPool(int count) : fPool(count * sizeof(T)) {} in GrTAllocPool()56 void reset() { fPool.reset(); } in reset()57 T* alloc() { return (T*)fPool.alloc(sizeof(T)); } in alloc()60 GrAllocPool fPool;
125 GrAtlasMgr* atlasMgr) : fPool(64) { in GrTextStrike()161 GrGlyph* glyph = fPool.alloc(); in generateGlyph()
58 GrTAllocPool<GrGlyph> fPool; variable
63 Block* fPool; variable
58 UResourceDataEntry *fPool; member
152 if(entry->fPool != NULL) { in free_entry()153 --entry->fPool->fCountExisting; in free_entry()240 (void*)resB->fPool, in ures_dumpCacheContents()389 r->fPool = getPoolEntry(r->fPath, status); in init_entry()391 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1; in init_entry()