OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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