Home
last modified time | relevance | path

Searched defs:nativeBitmap (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java284 /*package*/ static void nativeDestructor(long nativeBitmap) { in nativeDestructor()
289 /*package*/ static boolean nativeRecycle(long nativeBitmap) { in nativeRecycle()
295 /*package*/ static void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
302 /*package*/ static boolean nativeCompress(long nativeBitmap, int format, int quality, in nativeCompress()
310 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase()
330 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes()
341 /*package*/ static int nativeConfig(long nativeBitmap) { in nativeConfig()
352 /*package*/ static boolean nativeHasAlpha(long nativeBitmap) { in nativeHasAlpha()
360 /*package*/ static boolean nativeHasMipMap(long nativeBitmap) { in nativeHasMipMap()
368 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel()
[all …]
/frameworks/base/graphics/java/android/graphics/
DBitmap.java108 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density, in Bitmap()
1645 BitmapFinalizer(long nativeBitmap) { in BitmapFinalizer()
1681 private static native void nativeDestructor(long nativeBitmap); in nativeDestructor()
1682 private static native boolean nativeRecycle(long nativeBitmap); in nativeRecycle()
1683 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
1687 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress()
1690 private static native void nativeErase(long nativeBitmap, int color); in nativeErase()
1691 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
1692 private static native int nativeConfig(long nativeBitmap); in nativeConfig()
1694 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel()
[all …]
/frameworks/base/core/jni/android/opengl/
Dutil.cpp719 SkBitmap nativeBitmap; in util_getInternalFormat() local
727 SkBitmap nativeBitmap; in util_getType() local
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp732 Bitmap* nativeBitmap = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL); in Bitmap_creator() local
996 Bitmap* nativeBitmap; in Bitmap_createFromParcel() local
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp280 SkBitmap nativeBitmap; in jni_eglCreatePixmapSurface() local