Searched defs:bmp (Results 1 – 8 of 8) sorted by relevance
| /cts/libs/deviceutil/src/android/cts/util/ |
| D | BitmapUtils.java | 58 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/ |
| D | NinePatchDrawableTest.java | 83 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()
|
| D | TransitionDrawableTest.java | 196 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/ |
| D | GLGameActivity.java | 155 Bitmap bmp = BitmapFactory.decodeStream(in, null, op); in loadTexture() local
|
| /cts/tests/tests/media/src/android/media/cts/ |
| D | TextureRender.java | 288 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888); in saveFrame() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
| D | CtsMediaTextureRender.java | 292 Bitmap bmp = Bitmap.createBitmap(colors, width, height, Bitmap.Config.ARGB_8888); in saveFrame() local
|
| /cts/tests/tests/text/src/android/text/cts/ |
| D | EmojiTest.java | 57 private String describeBitmap(final Bitmap bmp) { in describeBitmap()
|
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| D | FramebufferTest.java | 622 Bitmap bmp = Bitmap.createBitmap(colors, mWidth, mHeight, Bitmap.Config.ARGB_8888); in saveFrame() local
|