Home
last modified time | relevance | path

Searched defs:bitmap2 (Results 1 – 5 of 5) 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaMetadataRetrieverTest.java32 private final Bitmap bitmap2 = Bitmap.createBitmap(11, 11, Bitmap.Config.ARGB_8888); field in ShadowMediaMetadataRetrieverTest
101 addFrame(uri.toString(), headers, 13, bitmap2); in setDataSource_ignoresHeadersWhenShadowed() local
DShadowBitmapTest.java133 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
144 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
156 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
/external/valgrind/drd/
Ddrd_bitmap.h333 struct bitmap2 struct
341 static void bm2_clear(struct bitmap2* const bm2); argument
/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp549 std::unique_ptr<void, FPDFBitmapDeleter> bitmap2(RenderPage(page)); in TEST_F() local