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

/external/valgrind/main/drd/
H A Ddrd_bitmap.h332 struct bitmap2
340 static void bm2_clear(struct bitmap2* const bm2);
342 struct bitmap2* bm2_insert(struct bitmap* const bm, const UWord a1);
379 struct bitmap2** bm2)
458 struct bitmap2* const bm2)
501 const struct bitmap2* bm2_lookup(struct bitmap* const bm, const UWord a1)
503 struct bitmap2* bm2;
525 struct bitmap2*
528 struct bitmap2* bm2;
544 void bm2_clear(struct bitmap2* cons
[all...]
H A 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));
155 struct bitmap2* bm2;
252 struct bitmap2* bm2;
347 struct bitmap2* bm2;
377 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b));
430 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b));
485 const struct bitmap2* bm
[all...]
H A Dpub_drd_bitmap.h63 struct bitmap2* bm2;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapTest.java85 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class);
86 shadowOf(bitmap2).appendDescription("Bitmap Two");
89 canvas.drawBitmap(bitmap2, 0, 0, null);
99 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class);
100 shadowOf(bitmap2).appendDescription("Bitmap Two");
103 canvas.drawBitmap(bitmap2, new Matrix(), null);
113 Bitmap bitmap2 = Robolectric.newInstanceOf(Bitmap.class);
114 shadowOf(bitmap2).appendDescription("Bitmap Two");
119 canvas.drawBitmap(bitmap2, new Matrix(), paint);
/external/kernel-headers/original/linux/
H A 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/chrome/browser/prerender/
H A Dprerender_tab_helper.cc124 double CompareBitmaps(SkBitmap* bitmap1, SkBitmap* bitmap2) { argument
125 if (!bitmap1 || !bitmap2) {
128 if (bitmap1->width() != bitmap2->width() ||
129 bitmap1->height() != bitmap2->height()) {
136 if (bitmap1->getColor(x, y) == bitmap2->getColor(x, y))
/external/chromium_org/ui/gfx/
H A Dskia_util.cc141 bool BitmapsAreEqual(const SkBitmap& bitmap1, const SkBitmap& bitmap2) { argument
152 bitmap2.lockPixels();
153 addr2 = bitmap2.getAddr32(0, 0);
154 size2 = bitmap2.getSize();
155 bitmap2.unlockPixels();
H A Dskia_util.h65 const SkBitmap& bitmap2);
/external/chromium_org/ui/gfx/image/
H A Dimage_unittest_util.h48 bool IsEqual(const SkBitmap& bitmap1, const SkBitmap& bitmap2);
H A Dimage_unittest.cc144 const SkBitmap* bitmap2 = image.ToSkBitmap(); local
147 EXPECT_EQ(bitmap1, bitmap2);
521 const SkBitmap* bitmap2 = from_platform.ToSkBitmap(); local
522 SkAutoLockPixels auto_lock(*bitmap2);
525 gt::CheckColors(bitmap2->getColor(10, 10), SK_ColorRED);
526 gt::CheckColors(bitmap2->getColor(10, 40), SK_ColorGREEN);
564 const SkBitmap* bitmap2 = from_platform.ToSkBitmap(); local
565 SkAutoLockPixels auto_lock(*bitmap2);
568 gt::CheckColors(bitmap2->getColor(10, 10), SK_ColorRED);
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DTextureUtil.java71 Bitmap bitmap2 = Bitmap.createScaledBitmap(bitmap, width, height, true);
74 bitmap = bitmap2;
96 Bitmap bitmap2 = Bitmap.createScaledBitmap(bitmap, width, height, true);
98 bitmap = bitmap2;
/external/chromium/net/disk_cache/
H A Dbitmap_unittest.cc108 disk_cache::Bitmap bitmap2(reinterpret_cast<uint32*>(local_map),
110 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize));
113 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize));
/external/chromium_org/net/disk_cache/
H A Dbitmap_unittest.cc108 disk_cache::Bitmap bitmap2(reinterpret_cast<uint32*>(local_map),
110 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize));
113 EXPECT_EQ(0, memcmp(local_map, bitmap2.GetMap(), kMapSize));
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dbrowser_action_apitest.cc64 SkBitmap bitmap2 = i2.GetRepresentation(scale_factor).sk_bitmap(); local
65 return gfx::BitmapsAreEqual(bitmap1, bitmap2);

Completed in 256 milliseconds