Home
last modified time | relevance | path

Searched refs:bitmap2 (Results 1 – 5 of 5) sorted by relevance

/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
50 addFrame(path2, 1, bitmap2); in getFrameAtTime_shouldDependOnDataSource()
54 assertThat(retriever.getFrameAtTime(1)).isNotEqualTo(bitmap2); in getFrameAtTime_shouldDependOnDataSource()
55 assertThat(retriever2.getFrameAtTime(1)).isEqualTo(bitmap2); in getFrameAtTime_shouldDependOnDataSource()
62 addFrame(fd, 0, 0, 1, bitmap2); in setDataSource_usersSameDataSourceForFileDescriptors()
64 assertThat(retriever.getFrameAtTime(1)).isEqualTo(bitmap2); in setDataSource_usersSameDataSourceForFileDescriptors()
70 addFrame(fd, 1, 0, 1, bitmap2); in setDataSource_fdsWithDifferentOffsetsAreDifferentDataSources()
74 assertThat(retriever.getFrameAtTime(1)).isNotEqualTo(bitmap2); in setDataSource_fdsWithDifferentOffsetsAreDifferentDataSources()
75 assertThat(retriever2.getFrameAtTime(1)).isEqualTo(bitmap2); in setDataSource_fdsWithDifferentOffsetsAreDifferentDataSources()
84 addFrame(context, uri, 13, bitmap2); in getFrameAtTime_shouldDependOnTime()
[all …]
DShadowBitmapTest.java153 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
156 canvas.drawBitmap(bitmap2, 0, 0, null); in shouldReceiveDescriptionWhenDrawingToCanvas()
164 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
167 canvas.drawBitmap(bitmap2, new Matrix(), null); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint()
176 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
181 canvas.drawBitmap(bitmap2, new Matrix(), paint); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect()
/external/pdfium/fpdfsdk/
Dfpdfformfill_embeddertest.cpp549 std::unique_ptr<void, FPDFBitmapDeleter> bitmap2(RenderPage(page)); in TEST_F() local
550 CompareBitmap(bitmap2.get(), 300, 300, md5_2); in TEST_F()
/external/skia/docs/
DSkBitmap_Reference.bmh517 SkBitmap bitmap1, bitmap2;
520 bitmap2.setInfo(SkImageInfo::MakeN32(16, 32, kPremul_SkAlphaType,
522 SkColorSpace* colorSpace = bitmap2.colorSpace();
/external/skqp/docs/
DSkBitmap_Reference.bmh517 SkBitmap bitmap1, bitmap2;
520 bitmap2.setInfo(SkImageInfo::MakeN32(16, 32, kPremul_SkAlphaType,
522 SkColorSpace* colorSpace = bitmap2.colorSpace();