HomeSort by relevance Sort by last modified time
    Searched full:scalecheckingallocator (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 158 class ScaleCheckingAllocator : public SkBitmap::HeapAllocator {
160 ScaleCheckingAllocator(float scale, int size)
309 ScaleCheckingAllocator scaleCheckingAllocator(scale, existingBufferSize);
321 decoder->setAllocator(&scaleCheckingAllocator);

Completed in 81 milliseconds