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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp347 SkBitmap::Allocator* decodeAllocator; local
352 decodeAllocator = &scaleCheckingAllocator;
354 decodeAllocator = &recyclingAllocator;
358 decodeAllocator = &heapAllocator;
360 decodeAllocator = &javaAllocator;
400 !decodingBitmap.tryAllocPixels(decodeAllocator, colorTable)) {
411 codecOptions.fZeroInitialized = (decodeAllocator == &javaAllocator) ?

Completed in 223 milliseconds