Home
last modified time | relevance | path

Searched refs:bitmap2 (Results 1 – 9 of 9) 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.java133 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
136 canvas.drawBitmap(bitmap2, 0, 0, null); in shouldReceiveDescriptionWhenDrawingToCanvas()
144 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
147 canvas.drawBitmap(bitmap2, new Matrix(), null); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint()
156 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
161 canvas.drawBitmap(bitmap2, new Matrix(), paint); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect()
/external/valgrind/drd/
Ddrd_bitmap.h333 struct bitmap2 struct
341 static void bm2_clear(struct bitmap2* const bm2); argument
343 struct bitmap2* bm2_insert(struct bitmap* const bm, const UWord a1);
380 struct bitmap2** bm2) in bm_cache_lookup()
459 struct bitmap2* const bm2) in bm_update_cache()
502 const struct bitmap2* bm2_lookup(struct bitmap* const bm, const UWord a1) in bm2_lookup()
504 struct bitmap2* bm2; in bm2_lookup()
526 struct bitmap2*
529 struct bitmap2* bm2; in bm2_lookup_exclusive()
545 void bm2_clear(struct bitmap2* const bm2) in bm2_clear()
[all …]
Ddrd_bitmap.c39 static void bm2_merge(struct bitmap2* const bm2l,
40 const struct bitmap2* const bm2r);
41 static void bm2_print(const struct bitmap2* const bm2);
59 VG_(free), 512, sizeof(struct bitmap2)); in DRD_()
153 struct bitmap2* bm2; in DRD_()
250 struct bitmap2* bm2; in DRD_()
345 struct bitmap2* bm2; in DRD_()
375 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
428 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
483 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
[all …]
Dpub_drd_bitmap.h63 struct bitmap2* bm2;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapTest.java85 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvas() local
86 shadowOf(bitmap2).appendDescription("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvas()
89 canvas.drawBitmap(bitmap2, 0, 0, null); in shouldReceiveDescriptionWhenDrawingToCanvas()
99 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
100 shadowOf(bitmap2).appendDescription("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint()
103 canvas.drawBitmap(bitmap2, new Matrix(), null); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint()
113 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
114 shadowOf(bitmap2).appendDescription("Bitmap Two"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect()
119 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.bmh603 SkBitmap bitmap1, bitmap2;
606 bitmap2.setInfo(SkImageInfo::MakeN32(16, 32, kPremul_SkAlphaType,
608 SkColorSpace* colorSpace = bitmap2.colorSpace();
/external/skqp/docs/
DSkBitmap_Reference.bmh595 SkBitmap bitmap1, bitmap2;
598 bitmap2.setInfo(SkImageInfo::MakeN32(16, 32, kPremul_SkAlphaType,
600 SkColorSpace* colorSpace = bitmap2.colorSpace();