Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h171 class HeapAllocator : public android::skia::BRDAllocator {
173 HeapAllocator() { }; in HeapAllocator() function
174 ~HeapAllocator() { }; in ~HeapAllocator()
DBitmapFactory.cpp104 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
121 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
466 HeapAllocator defaultAllocator; in doDecode()
469 SkBitmap::HeapAllocator heapAllocator; in doDecode()
DBitmap.cpp393 HeapAllocator allocator; in Bitmap_copy()
404 HeapAllocator destAllocator; in Bitmap_copy()
897 HeapAllocator allocator; in Bitmap_extractAlpha()
DGraphics.cpp626 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
702 SkBitmap::HeapAllocator heapAllocator; in allocPixelRef()
DBitmapRegionDecoder.cpp280 HeapAllocator heapAlloc; in nativeDecodeRegion()