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.java305 /*package*/ static void nativeDestructor(long nativeBitmap) { in nativeDestructor()
310 /*package*/ static boolean nativeRecycle(long nativeBitmap) { in nativeRecycle()
316 /*package*/ static void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
323 /*package*/ static boolean nativeCompress(long nativeBitmap, int format, int quality, in nativeCompress()
331 /*package*/ static void nativeErase(long nativeBitmap, int color) { in nativeErase()
351 /*package*/ static int nativeRowBytes(long nativeBitmap) { in nativeRowBytes()
362 /*package*/ static int nativeConfig(long nativeBitmap) { in nativeConfig()
373 /*package*/ static boolean nativeHasAlpha(long nativeBitmap) { in nativeHasAlpha()
384 /*package*/ static boolean nativeHasMipMap(long nativeBitmap) { in nativeHasMipMap()
395 /*package*/ static int nativeGetPixel(long nativeBitmap, int x, int y) { in nativeGetPixel()
[all …]
/frameworks/base/graphics/java/android/graphics/
DBitmap.java109 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density, in Bitmap()
1580 BitmapFinalizer(long nativeBitmap, int nativeAllocationByteCount) { in BitmapFinalizer()
1612 private static native void nativeDestructor(long nativeBitmap); in nativeDestructor()
1613 private static native boolean nativeRecycle(long nativeBitmap); in nativeRecycle()
1614 private static native void nativeReconfigure(long nativeBitmap, int width, int height, in nativeReconfigure()
1618 private static native boolean nativeCompress(long nativeBitmap, int format, in nativeCompress()
1621 private static native void nativeErase(long nativeBitmap, int color); in nativeErase()
1622 private static native int nativeRowBytes(long nativeBitmap); in nativeRowBytes()
1623 private static native int nativeConfig(long nativeBitmap); in nativeConfig()
1625 private static native int nativeGetPixel(long nativeBitmap, int x, int y); in nativeGetPixel()
[all …]
DCanvas.java2050 private native void native_drawBitmap(long nativeCanvas, long nativeBitmap, in native_drawBitmap()
2056 private native void native_drawBitmap(long nativeCanvas, long nativeBitmap, in native_drawBitmap()
2066 long nativeBitmap, in nativeDrawBitmapMatrix()
2070 long nativeBitmap, in nativeDrawBitmapMesh()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp632 SkBitmap const * nativeBitmap = in util_getInternalFormat() local
640 SkBitmap const * nativeBitmap = in util_getType() local
649 SkBitmap const * nativeBitmap = in util_texImage2D() local
698 SkBitmap const * nativeBitmap = in util_texSubImage2D() local
/frameworks/base/media/jni/
Dandroid_media_MediaMetadataRetriever.cpp42 jfieldID nativeBitmap; member
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp597 SkBitmap const * nativeBitmap = in nAllocationCreateFromBitmap() local
613 SkBitmap const * nativeBitmap = in nAllocationCreateBitmapBackedAllocation() local
629 SkBitmap const * nativeBitmap = in nAllocationCubeCreateFromBitmap() local
645 SkBitmap const * nativeBitmap = in nAllocationCopyFromBitmap() local
662 SkBitmap const * nativeBitmap = in nAllocationCopyToBitmap() local
675 SkBitmap const * nativeBitmap = (SkBitmap const *)bmp; in ReleaseBitmapCallback() local
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp283 SkBitmap const * nativeBitmap = in jni_eglCreatePixmapSurface() local