OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JavaPixelAllocator
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
86
JavaPixelAllocator
*javaAllocator = new
JavaPixelAllocator
(env);
250
JavaPixelAllocator
* allocator = (
JavaPixelAllocator
*) decoder->getAllocator();
GraphicsJNI.h
161
class
JavaPixelAllocator
: public SkBitmap::Allocator {
163
JavaPixelAllocator
(JNIEnv* env);
Graphics.cpp
591
JavaPixelAllocator
::
JavaPixelAllocator
(JNIEnv* env)
600
bool
JavaPixelAllocator
::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
Bitmap.cpp
327
JavaPixelAllocator
allocator(env);
592
JavaPixelAllocator
allocator(env);
BitmapFactory.cpp
213
// HeapAllocator/
JavaPixelAllocator
behaves this way too
307
JavaPixelAllocator
javaAllocator(env);
Completed in 93 milliseconds