Searched refs:decodeAllocator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp388 SkBitmap::Allocator* decodeAllocator; local
393 decodeAllocator = &scaleCheckingAllocator;
395 decodeAllocator = &recyclingAllocator;
400 decodeAllocator = &heapAllocator;
402 decodeAllocator = &defaultAllocator;
445 !decodingBitmap.tryAllocPixels(decodeAllocator, colorTable.get())) {
456 codecOptions.fZeroInitialized = decodeAllocator == &defaultAllocator ?

Completed in 308 milliseconds