Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphicsJNI.h173 class HeapAllocator : public android::skia::BRDAllocator {
175 HeapAllocator() { }; in HeapAllocator() function
176 ~HeapAllocator() { }; in ~HeapAllocator()
H A DBitmapFactory.cpp94 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
111 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
331 HeapAllocator defaultAllocator; in doDecode()
334 SkBitmap::HeapAllocator heapAllocator; in doDecode()
H A DBitmapRegionDecoder.cpp148 HeapAllocator heapAlloc; in nativeDecodeRegion()
H A DGraphics.cpp612 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
682 SkBitmap::HeapAllocator heapAllocator; in allocPixelRef()
H A DBitmap.cpp385 HeapAllocator allocator; in Bitmap_copy()
956 HeapAllocator allocator; in Bitmap_extractAlpha()