HomeSort by relevance Sort by last modified time
    Searched refs:getNativeBitmap (Results 1 - 8 of 8) sorted by null

  /frameworks/base/native/graphics/jni/
bitmap.cpp 26 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/
NativeFrame.java 197 if (!getNativeBitmap(result, byteCount, bps)) {
260 private native boolean getNativeBitmap(Bitmap bitmap, int size, int bytesPerSample);
GLFrame.java 247 if (!getNativeBitmap(result)) {
394 private native boolean getNativeBitmap(Bitmap bitmap);
  /frameworks/base/core/jni/
android_view_PointerIcon.cpp 80 SkBitmap* bitmap = GraphicsJNI::getNativeBitmap(env, bitmapObj);
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 229 bitmap = GraphicsJNI::getNativeBitmap(env, tileBitmap);
GraphicsJNI.h 43 static SkBitmap* getNativeBitmap(JNIEnv*, jobject bitmap);
Graphics.cpp 284 SkBitmap* GraphicsJNI::getNativeBitmap(JNIEnv* env, jobject bitmap) {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 566 SkBitmap* posterNative = GraphicsJNI::getNativeBitmap(env, poster);

Completed in 204 milliseconds