Home
last modified time | relevance | path

Searched refs:bmp (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java259 native int rsnAllocationCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); in rsnAllocationCreateFromBitmap() argument
260 synchronized int nAllocationCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { in nAllocationCreateFromBitmap() argument
262 return rsnAllocationCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCreateFromBitmap()
264 … native int rsnAllocationCubeCreateFromBitmap(int con, int type, int mip, Bitmap bmp, int usage); in rsnAllocationCubeCreateFromBitmap() argument
265 synchronized int nAllocationCubeCreateFromBitmap(int type, int mip, Bitmap bmp, int usage) { in nAllocationCubeCreateFromBitmap() argument
267 return rsnAllocationCubeCreateFromBitmap(mContext, type, mip, bmp, usage); in nAllocationCubeCreateFromBitmap()
269 native int rsnAllocationCreateBitmapRef(int con, int type, Bitmap bmp); in rsnAllocationCreateBitmapRef() argument
270 synchronized int nAllocationCreateBitmapRef(int type, Bitmap bmp) { in nAllocationCreateBitmapRef() argument
272 return rsnAllocationCreateBitmapRef(mContext, type, bmp); in nAllocationCreateBitmapRef()
280 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp); in rsnAllocationCopyToBitmap() argument
[all …]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java558 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap() argument
567 map.put(value, new SoftReference<Bitmap>(bmp)); in setCachedBitmap()
569 sFrameworkBitmapCache.put(value, new SoftReference<Bitmap>(bmp)); in setCachedBitmap()
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd204 BMP (.bmp)</td>
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp588 static void ReleaseBitmapCallback(void *bmp) in ReleaseBitmapCallback() argument
590 SkBitmap const * nativeBitmap = (SkBitmap const *)bmp; in ReleaseBitmapCallback()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt35 /sdcard/android/layout_tests/css3/khtml-background-size-0x0-bmp.html
1578 /sdcard/android/layout_tests/fast/js/regexp-non-bmp.html