Searched defs:bm1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | BitmapTest.java | 33 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testBasic() local 68 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testMutability() local 136 Bitmap bm1 = Bitmap.createBitmap(colors, 10, 10, config); in testSetPixelsWithAlpha() local 162 Bitmap bm1 = Bitmap.createBitmap(colors, 10, 10, config); in testSetPixelsWithoutAlpha() local 194 Bitmap bm1 = Bitmap.createBitmap(colors, 16, 16, config); in testSetPixelsWithNonOpaqueAlpha() local 276 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectByteBuffer() local 314 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectShortBuffer() local 353 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithDirectIntBuffer() local 392 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithHeapByteBuffer() local 429 Bitmap bm1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in testCopyWithHeapShortBuffer() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | IconTest.java | 48 final Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888); in testWithBitmap() local 128 final Bitmap bm1 = Bitmap.createBitmap(150, 150, Bitmap.Config.ARGB_8888); in testWithAdaptiveBitmap() local
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 1035 SkBitmap bm1; in Bitmap_sameAs() local
|