Home
last modified time | relevance | path

Searched defs:bitmap2 (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapTest.java85 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvas() local
99 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
113 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java71 Bitmap bitmap2 = Bitmap.createScaledBitmap(bitmap, width, height, true); in buildMipmap() local
96 Bitmap bitmap2 = Bitmap.createScaledBitmap(bitmap, width, height, true); in uploadTextureBitmap() local
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dimage_util_bitmap_impl.py37 def AreEqual(bitmap1, bitmap2, tolerance, _): argument
40 def Diff(bitmap1, bitmap2): argument
/external/valgrind/drd/
Ddrd_bitmap.h334 struct bitmap2 struct
342 static void bm2_clear(struct bitmap2* const bm2); argument