Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_bitmap.h332 struct bitmap2 struct
340 static void bm2_clear(struct bitmap2* const bm2); argument
342 struct bitmap2* bm2_insert(struct bitmap* const bm, const UWord a1);
379 struct bitmap2** bm2) in bm_cache_lookup()
458 struct bitmap2* const bm2) in bm_update_cache()
501 const struct bitmap2* bm2_lookup(struct bitmap* const bm, const UWord a1) in bm2_lookup()
503 struct bitmap2* bm2; in bm2_lookup()
525 struct bitmap2*
528 struct bitmap2* bm2; in bm2_lookup_exclusive()
544 void bm2_clear(struct bitmap2* const bm2) in bm2_clear()
[all …]
Ddrd_bitmap.c41 static void bm2_merge(struct bitmap2* const bm2l,
42 const struct bitmap2* const bm2r);
43 static void bm2_print(const struct bitmap2* const bm2);
61 VG_(free), 512, sizeof(struct bitmap2)); in DRD_()
155 struct bitmap2* bm2; in DRD_()
252 struct bitmap2* bm2; in DRD_()
347 struct bitmap2* bm2; in DRD_()
377 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
430 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
485 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); in DRD_()
[all …]
Dpub_drd_bitmap.h63 struct bitmap2* bm2;
/external/robolectric/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/kernel-headers/original/linux/
Dbitmap.h86 const unsigned long *bitmap2, int bits);
94 const unsigned long *bitmap2, int bits);
96 const unsigned long *bitmap2, int bits);
98 const unsigned long *bitmap2, int bits);
100 const unsigned long *bitmap2, int bits);
102 const unsigned long *bitmap2, int bits);
104 const unsigned long *bitmap2, int bits);
/external/chromium_org/ui/gfx/
Dskia_util.cc141 bool BitmapsAreEqual(const SkBitmap& bitmap1, const SkBitmap& bitmap2) { in BitmapsAreEqual() argument
152 bitmap2.lockPixels(); in BitmapsAreEqual()
153 addr2 = bitmap2.getAddr32(0, 0); in BitmapsAreEqual()
154 size2 = bitmap2.getSize(); in BitmapsAreEqual()
155 bitmap2.unlockPixels(); in BitmapsAreEqual()
Dskia_util.h65 const SkBitmap& bitmap2);
/external/chromium_org/chrome/browser/prerender/
Dprerender_tab_helper.cc126 double CompareBitmaps(SkBitmap* bitmap1, SkBitmap* bitmap2) { in CompareBitmaps() argument
127 if (!bitmap1 || !bitmap2) { in CompareBitmaps()
130 if (bitmap1->width() != bitmap2->width() || in CompareBitmaps()
131 bitmap1->height() != bitmap2->height()) { in CompareBitmaps()
138 if (bitmap1->getColor(x, y) == bitmap2->getColor(x, y)) in CompareBitmaps()
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java71 Bitmap bitmap2 = Bitmap.createScaledBitmap(bitmap, width, height, true); in buildMipmap() local
74 bitmap = bitmap2; in buildMipmap()
96 Bitmap bitmap2 = Bitmap.createScaledBitmap(bitmap, width, height, true); in uploadTextureBitmap() local
98 bitmap = bitmap2; in uploadTextureBitmap()
/external/chromium_org/ui/gfx/image/
Dimage_unittest.cc153 const SkBitmap* bitmap2 = image.ToSkBitmap(); in TEST_F() local
156 EXPECT_EQ(bitmap1, bitmap2); in TEST_F()
528 const SkBitmap* bitmap2 = from_platform.ToSkBitmap(); in TEST_F() local
529 SkAutoLockPixels auto_lock(*bitmap2); in TEST_F()
532 gt::CheckColors(bitmap2->getColor(10, 10), SK_ColorRED); in TEST_F()
533 gt::CheckColors(bitmap2->getColor(10, 40), SK_ColorGREEN); in TEST_F()
571 const SkBitmap* bitmap2 = from_platform.ToSkBitmap(); in TEST_F() local
572 SkAutoLockPixels auto_lock(*bitmap2); in TEST_F()
575 gt::CheckColors(bitmap2->getColor(10, 10), SK_ColorRED); in TEST_F()
Dimage_unittest_util.h47 bool IsEqual(const SkBitmap& bitmap1, const SkBitmap& bitmap2);
/external/chromium/net/disk_cache/
Dbitmap_unittest.cc108 disk_cache::Bitmap bitmap2(reinterpret_cast<uint32*>(local_map), in TEST() local
110 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize)); in TEST()
113 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize)); in TEST()
/external/chromium_org/net/disk_cache/
Dbitmap_unittest.cc108 disk_cache::Bitmap bitmap2(reinterpret_cast<uint32*>(local_map), in TEST() local
110 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize)); in TEST()
113 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize)); in TEST()
/external/chromium_org/chrome/browser/extensions/api/extension_action/
Dbrowser_action_apitest.cc65 SkBitmap bitmap2 = i2.GetRepresentation(scale).sk_bitmap(); in ImagesAreEqualAtScale() local
66 return gfx::BitmapsAreEqual(bitmap1, bitmap2); in ImagesAreEqualAtScale()