Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap_Delegate.java323 /*package*/ static boolean nativeRecycle(long nativeBitmap) { in nativeRecycle()
329 /*package*/ static void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
336 /*package*/ static boolean nativeCompress(long nativeBitmap, int format, int quality, in nativeCompress()
344 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase()
364 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes()
375 /*package*/ static int nativeConfig(long nativeBitmap) { in nativeConfig()
386 /*package*/ static boolean nativeHasAlpha(long nativeBitmap) { in nativeHasAlpha()
394 /*package*/ static boolean nativeHasMipMap(long nativeBitmap) { in nativeHasMipMap()
402 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel()
413 /*package*/ static void nativeGetPixels(long nativeBitmap, int[] pixels, int offset, in nativeGetPixels()
[all …]
DCanvas_Delegate.java768 long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop, in native_drawNinePatch()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java111 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density, in Bitmap()
1696 private static native boolean nativeRecycle(long nativeBitmap); in nativeRecycle()
1697 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
1701 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress()
1704 private static native void nativeErase(long nativeBitmap, int color); in nativeErase()
1705 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
1706 private static native int nativeConfig(long nativeBitmap); in nativeConfig()
1708 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel()
1709 private static native void nativeGetPixels(long nativeBitmap, int[] pixels, in nativeGetPixels()
1713 private static native void nativeSetPixel(long nativeBitmap, int x, int y, int color); in nativeSetPixel()
[all …]
DCanvas.java2085 private native void native_drawNinePatch(long nativeCanvas, long nativeBitmap, in native_drawNinePatch()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp713 SkBitmap nativeBitmap; in util_getInternalFormat() local
721 SkBitmap nativeBitmap; in util_getType() local
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp725 Bitmap* nativeBitmap = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL); in Bitmap_creator() local
1007 Bitmap* nativeBitmap; in Bitmap_createFromParcel() local
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp280 SkBitmap nativeBitmap; in jni_eglCreatePixmapSurface() local