Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h132 class HeapAllocator : public SkBRDAllocator {
134 HeapAllocator() { }; in HeapAllocator() function
135 ~HeapAllocator() { }; in ~HeapAllocator()
DBitmapFactory.cpp100 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
117 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
338 HeapAllocator defaultAllocator; in doDecode()
341 SkBitmap::HeapAllocator heapAllocator; in doDecode()
DBitmapRegionDecoder.cpp179 HeapAllocator heapAlloc; in nativeDecodeRegion()
DGraphics.cpp493 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
563 SkBitmap::HeapAllocator heapAllocator; in allocPixelRef()
DBitmap.cpp429 HeapAllocator allocator; in Bitmap_copy()
881 HeapAllocator allocator; in Bitmap_extractAlpha()