Searched refs:HeapAllocator (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h125 class HeapAllocator : public SkBRDAllocator { class in inherits:SkBRDAllocator
127 HeapAllocator() { }; function in class:HeapAllocator
128 ~HeapAllocator() { };
H A DBitmapFactory.cpp144 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
162 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
203 // HeapAllocator behaves this way too
384 HeapAllocator defaultAllocator;
387 SkBitmap::HeapAllocator heapAllocator;
390 // This will allocate pixels using a HeapAllocator, since there will be an extra
397 // This will allocate pixels using a HeapAllocator,
H A DBitmapRegionDecoder.cpp178 HeapAllocator heapAlloc;
H A DGraphics.cpp465 // HeapAllocator behaves this way too
616 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
688 SkBitmap::HeapAllocator heapAllocator;
H A DBitmap.cpp825 HeapAllocator allocator;
1282 HeapAllocator allocator;
1595 HeapAllocator allocator;

Completed in 127 milliseconds