Searched refs:bmp (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/awt/javax/imageio/plugins/bmp/
H A DBMPImageWriteParam.java18 package javax.imageio.plugins.bmp;
/frameworks/base/libs/rs/
H A DrsAllocation.h36 Allocation(Context *rsc, const Type *, void *bmp, void *callbackData, RsBitmapCallback_t callback);
H A DrsAllocation.cpp36 Allocation::Allocation(Context *rsc, const Type *type, void *bmp, argument
42 mPtr = bmp;
516 void *bmp, void *callbackData, RsBitmapCallback_t callback)
519 Allocation * alloc = new Allocation(rsc, type, bmp, callbackData, callback);
515 rsi_AllocationCreateBitmapRef(Context *rsc, RsType vtype, void *bmp, void *callbackData, RsBitmapCallback_t callback) argument
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java100 native int nAllocationCreateFromBitmap(int dstFmt, boolean genMips, Bitmap bmp); argument
101 native int nAllocationCreateBitmapRef(int type, Bitmap bmp); argument
102 native int nAllocationCreateFromBitmapBoxed(int dstFmt, boolean genMips, Bitmap bmp); argument
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidJavaBlitter.java311 Bitmap bmap, bmp; field in class:AndroidJavaBlitter
356 bmp = Bitmap.createBitmap(bmap, 0, 0, width, height, tm, true);
358 bmp = Bitmap.createBitmap(bmap, 0, 0, width, height, tm, false);
360 canvas.drawBitmap(bmp, dstX + (float)at.getTranslateX(), dstY + (float)at.getTranslateY(), paint);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java912 * @param bmp the Bitmap object
915 static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { argument
924 map.put(value, new SoftReference<Bitmap>(bmp));
926 sFrameworkBitmapCache.put(value, new SoftReference<Bitmap>(bmp));
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp504 static void ReleaseBitmapCallback(void *bmp) argument
506 SkBitmap const * nativeBitmap = (SkBitmap const *)bmp;

Completed in 23 milliseconds