OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decodeallocator
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
337
SkBitmap::Allocator*
decodeAllocator
;
342
decodeAllocator
= &scaleCheckingAllocator;
344
decodeAllocator
= &recyclingAllocator;
349
decodeAllocator
= &heapAllocator;
351
decodeAllocator
= &defaultAllocator;
376
!decodingBitmap.tryAllocPixels(
decodeAllocator
)) {
387
codecOptions.fZeroInitialized =
decodeAllocator
== &defaultAllocator ?
Completed in 130 milliseconds