OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heapAllocator
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
139
class ScaleCheckingAllocator : public SkBitmap::
HeapAllocator
{
157
return SkBitmap::
HeapAllocator
::allocPixelRef(bitmap, ctable);
197
//
HeapAllocator
/JavaPixelAllocator behaves this way too
346
SkBitmap::
HeapAllocator
heapAllocator
;
349
// This will allocate pixels using a
HeapAllocator
, since there will be an extra
356
// This will allocate pixels using a
HeapAllocator
, since there will be an extra
358
decodeAllocator = &
heapAllocator
;
Graphics.cpp
519
//
HeapAllocator
behaves this way too
619
//
HeapAllocator
behaves this way too
653
//
HeapAllocator
behaves this way too
738
SkBitmap::
HeapAllocator
heapAllocator
;
744
return
heapAllocator
.allocPixelRef(bitmap, ctable);
Completed in 6019 milliseconds