Home
last modified time | relevance | path

Searched defs:bmp (Results 1 – 8 of 8) sorted by relevance

/cts/libs/deviceutil/src/android/cts/util/
DBitmapUtils.java58 final Bitmap bmp = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in generateRandomBitmap() local
69 final Bitmap bmp = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in generateWhiteBitmap() local
86 public static ByteArrayInputStream bitmapToInputStream(Bitmap bmp) { in bitmapToInputStream()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DNinePatchDrawableTest.java83 Bitmap bmp = BitmapFactory.decodeResource(mResources, R.drawable.ninepatch_0); in testConstructors() local
101 Bitmap bmp = Bitmap.createBitmap(9, 9, Config.ARGB_8888); in testDraw() local
245 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetIntrinsicWidth() local
256 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetMinimumWidth() local
267 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetIntrinsicHeight() local
278 Bitmap bmp = getBitmapUnscaled(R.drawable.ninepatch_0); in testGetMinimumHeight() local
615 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
DTransitionDrawableTest.java196 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
204 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLGameActivity.java155 Bitmap bmp = BitmapFactory.decodeStream(in, null, op); in loadTexture() local
/cts/tests/tests/media/src/android/media/cts/
DTextureRender.java288 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888); in saveFrame() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaTextureRender.java292 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888); in saveFrame() local
/cts/tests/tests/text/src/android/text/cts/
DEmojiTest.java57 private String describeBitmap(final Bitmap bmp) { in describeBitmap()
/cts/tests/tests/opengl/src/android/opengl/cts/
DFramebufferTest.java622 Bitmap bmp = Bitmap.createBitmap(colors, mWidth, mHeight, Bitmap.Config.ARGB_8888); in saveFrame() local