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

  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 132 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
150 return SkBitmap::HeapAllocator::allocPixelRef(bitmap, ctable);
190 // HeapAllocator/JavaPixelAllocator behaves this way too
  /external/skia/include/core/
SkBitmap.h 328 /** Use the standard HeapAllocator to create the pixelref that manages the
359 If allocator is NULL, the standard HeapAllocator will be used.
588 * bitmap. If this is null, the standard HeapAllocator
664 bitmap. If this is null, the standard HeapAllocator
695 class HeapAllocator : public Allocator {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 270 HeapAllocator stdalloc;
412 bool SkBitmap::HeapAllocator::allocPixelRef(SkBitmap* dst,
    [all...]

Completed in 631 milliseconds