Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DGraphicsJNI.h177 class HeapAllocator : public android::skia::BRDAllocator {
179 HeapAllocator() { }; in HeapAllocator() function
180 ~HeapAllocator() { }; in ~HeapAllocator()
H A DBitmapFactory.cpp107 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
124 return SkBitmap::HeapAllocator::allocPixelRef(bitmap); in allocPixelRef()
469 HeapAllocator defaultAllocator; in doDecode()
472 SkBitmap::HeapAllocator heapAllocator; in doDecode()
H A DBitmap.cpp399 HeapAllocator allocator; in Bitmap_copy()
410 HeapAllocator destAllocator; in Bitmap_copy()
903 HeapAllocator allocator; in Bitmap_extractAlpha()
H A DGraphics.cpp616 bool HeapAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
692 SkBitmap::HeapAllocator heapAllocator; in allocPixelRef()
H A DBitmapRegionDecoder.cpp283 HeapAllocator heapAlloc; in nativeDecodeRegion()