HomeSort by relevance Sort by last modified time
    Searched refs:HeapAllocator (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 139 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
157 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
197 // HeapAllocator/JavaPixelAllocator behaves this way too
346 SkBitmap::HeapAllocator heapAllocator;
349 // This will allocate pixels using a HeapAllocator, since there will be an extra
356 // This will allocate pixels using a HeapAllocator, since there will be an extra
358 decodeAllocator = &heapAllocator;
Graphics.cpp 519 // HeapAllocator behaves this way too
619 // HeapAllocator behaves this way too
652 // HeapAllocator behaves this way too
737 SkBitmap::HeapAllocator heapAllocator;
743 return heapAllocator.allocPixelRef(bitmap, ctable);
  /external/skia/include/core/
SkBitmap.h 357 /** Use the standard HeapAllocator to create the pixelref that manages the
388 If allocator is NULL, the standard HeapAllocator will be used.
601 * bitmap. If this is null, the standard HeapAllocator
677 bitmap. If this is null, the standard HeapAllocator
717 class HeapAllocator : public Allocator {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 279 HeapAllocator stdalloc;
438 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]

Completed in 73 milliseconds