Searched refs:fAllocator (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocator.h166 : fAllocator(sizeof(T), itemsPerBlock, NULL) {}
174 void* item = fAllocator.push_back();
181 void* item = fAllocator.push_back();
191 int c = fAllocator.count();
193 ((T*)fAllocator[i])->~T();
195 fAllocator.reset();
202 return fAllocator.count();
208 bool empty() const { return fAllocator.empty(); }
214 return *(T*)fAllocator.back();
221 return *(const T*)fAllocator
251 GrAllocator fAllocator; member in class:GrTAllocator
[all...]
/external/skia/src/gpu/
H A DGrAllocator.h166 : fAllocator(sizeof(T), itemsPerBlock, NULL) {}
174 void* item = fAllocator.push_back();
181 void* item = fAllocator.push_back();
191 int c = fAllocator.count();
193 ((T*)fAllocator[i])->~T();
195 fAllocator.reset();
202 return fAllocator.count();
208 bool empty() const { return fAllocator.empty(); }
214 return *(T*)fAllocator.back();
221 return *(const T*)fAllocator
251 GrAllocator fAllocator; member in class:GrTAllocator
[all...]
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder.cpp34 , fAllocator(NULL)
47 SkSafeUnref(fAllocator);
56 other->setAllocator(fAllocator);
112 SkRefCnt_SafeAssign(fAllocator, alloc);
137 return bitmap->allocPixels(fAllocator, ctable);
/external/skia/src/images/
H A DSkImageDecoder.cpp34 , fAllocator(NULL)
47 SkSafeUnref(fAllocator);
56 other->setAllocator(fAllocator);
112 SkRefCnt_SafeAssign(fAllocator, alloc);
137 return bitmap->allocPixels(fAllocator, ctable);
/external/chromium_org/third_party/skia/src/core/
H A DSkScaledImageCache.h157 SkBitmap::Allocator* allocator() const { return fAllocator; };
176 SkBitmap::Allocator* fAllocator; member in class:SkScaledImageCache
H A DSkScaledImageCache.cpp184 fAllocator = NULL;
312 fAllocator = SkNEW_ARGS(SkScaledImageCacheDiscardableAllocator, (factory));
321 SkSafeUnref(fAllocator);
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp86 : fAllocator(kMinBlockSize)
99 fBlock = fAllocator.allocThrow(blockSize);
H A DSamplePipeControllers.h76 // Stream of draw commands written by the SkGPipeWriter. Allocated by fAllocator, which will
84 SkChunkAlloc fAllocator; member in class:ThreadSafePipeController
/external/skia/src/core/
H A DSkScaledImageCache.h157 SkBitmap::Allocator* allocator() const { return fAllocator; };
176 SkBitmap::Allocator* fAllocator; member in class:SkScaledImageCache
H A DSkScaledImageCache.cpp184 fAllocator = NULL;
312 fAllocator = SkNEW_ARGS(SkScaledImageCacheDiscardableAllocator, (factory));
321 SkSafeUnref(fAllocator);
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp86 : fAllocator(kMinBlockSize)
99 fBlock = fAllocator.allocThrow(blockSize);
H A DSamplePipeControllers.h76 // Stream of draw commands written by the SkGPipeWriter. Allocated by fAllocator, which will
84 SkChunkAlloc fAllocator; member in class:ThreadSafePipeController
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h204 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
479 SkBitmap::Allocator* fAllocator; member in class:SkImageDecoder
/external/skia/include/core/
H A DSkImageDecoder.h204 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
479 SkBitmap::Allocator* fAllocator; member in class:SkImageDecoder
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp71 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; }
72 size_t storageAllocatedForRecording() const { return fAllocator.totalCapacity(); }
84 SkChunkAlloc fAllocator; member in class:DeferredPipeController
90 fAllocator(kMinBlockSize) {
96 fAllocator.reset();
110 fBlock = fAllocator.allocThrow(blockSize);
134 fAllocator.reset();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp71 bool hasPendingCommands() const { return fAllocator.blockCount() != 0; }
72 size_t storageAllocatedForRecording() const { return fAllocator.totalCapacity(); }
84 SkChunkAlloc fAllocator; member in class:DeferredPipeController
90 fAllocator(kMinBlockSize) {
96 fAllocator.reset();
110 fBlock = fAllocator.allocThrow(blockSize);
134 fAllocator.reset();

Completed in 643 milliseconds