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

  /external/skia/gpu/include/
GrAllocPool.h 61 GrTAllocPool(int count) : fPool(count * sizeof(T)) {}
63 void reset() { fPool.reset(); }
64 T* alloc() { return (T*)fPool.alloc(sizeof(T)); }
67 GrAllocPool fPool;
GrTextStrike.h 65 GrTAllocPool<GrGlyph> fPool;
  /external/skia/src/core/
SkChunkAlloc.cpp 60 : fBlock(NULL), fMinSize(SkAlign4(minSize)), fPool(NULL), fTotalCapacity(0)
71 fPool->freeChain();
72 fPool = NULL;
77 if (fPool && fBlock) {
78 fPool->tail()->fNext = fBlock;
80 fPool = fBlock;
86 Block* block = fPool;
89 fPool = block->fNext;
  /external/skia/include/core/
SkChunkAlloc.h 70 Block* fPool;
  /external/skia/gpu/src/
GrTextStrike.cpp 129 GrAtlasMgr* atlasMgr) : fPool(64) {
165 GrGlyph* glyph = fPool.alloc();
  /external/icu4c/common/
uresimp.h 49 * to use one UResourceDataEntry pointer for fAlias and fPool, with a separate
58 UResourceDataEntry *fPool;
uresbund.c 152 if(entry->fPool != NULL) {
153 --entry->fPool->fCountExisting;
240 (void*)resB->fPool,
386 r->fPool = getPoolEntry(r->fPath, status);
388 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
    [all...]

Completed in 112 milliseconds