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

/frameworks/base/native/graphics/jni/
H A Dbitmap.cpp26 SkBitmap* bm = GraphicsJNI::getNativeBitmap(env, jbitmap);
63 SkBitmap* bm = GraphicsJNI::getNativeBitmap(env, jbitmap);
86 SkBitmap* bm = GraphicsJNI::getNativeBitmap(env, jbitmap);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java197 if (!getNativeBitmap(result, byteCount, bps)) {
260 private native boolean getNativeBitmap(Bitmap bitmap, int size, int bytesPerSample); method in class:NativeFrame
H A DGLFrame.java247 if (!getNativeBitmap(result)) {
394 private native boolean getNativeBitmap(Bitmap bitmap); method in class:GLFrame
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp80 SkBitmap* bitmap = GraphicsJNI::getNativeBitmap(env, bitmapObj);
/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp229 bitmap = GraphicsJNI::getNativeBitmap(env, tileBitmap);
H A DGraphicsJNI.h43 static SkBitmap* getNativeBitmap(JNIEnv*, jobject bitmap);
H A DGraphics.cpp284 SkBitmap* GraphicsJNI::getNativeBitmap(JNIEnv* env, jobject bitmap) { function in class:GraphicsJNI

Completed in 353 milliseconds