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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dbitmap.c24 const unsigned long *bitmap2, int bits)
30 dst[k] = bitmap1[k] | bitmap2[k];
23 __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, const unsigned long *bitmap2, int bits) argument
/external/valgrind/main/drd/
H A Ddrd_bitmap.h333 struct bitmap2
341 static void bm2_clear(struct bitmap2* const bm2);
343 struct bitmap2* bm2_insert(struct bitmap* const bm, const UWord a1);
380 struct bitmap2** bm2)
459 struct bitmap2* const bm2)
502 const struct bitmap2* bm2_lookup(struct bitmap* const bm, const UWord a1)
504 struct bitmap2* bm2;
526 struct bitmap2*
529 struct bitmap2* bm2;
545 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/qemu/include/qemu/
H A Dbitmap.h73 const unsigned long *bitmap2, int bits);
81 const unsigned long *bitmap2, int bits);
83 const unsigned long *bitmap2, int bits);
85 const unsigned long *bitmap2, int bits);
87 const unsigned long *bitmap2, int bits);
89 const unsigned long *bitmap2, int bits);
/external/chromium_org/ui/gfx/image/
H A Dimage_util_unittest.cc46 SkBitmap bitmap2; local
47 bitmap2.allocN32Pixels(16, 16);
48 bitmap2.eraseColor(SK_ColorTRANSPARENT);
49 gfx::ImageSkia img_transparent = gfx::ImageSkia::CreateFrom1xBitmap(bitmap2);
H A Dimage_unittest_util.h45 bool IsEqual(const SkBitmap& bitmap1, const SkBitmap& bitmap2);
H A Dimage_unittest.cc149 const SkBitmap* bitmap2 = image.ToSkBitmap(); local
152 EXPECT_EQ(bitmap1, bitmap2);
514 const SkBitmap* bitmap2 = from_platform.ToSkBitmap(); local
515 SkAutoLockPixels auto_lock(*bitmap2);
518 gt::CheckColors(bitmap2->getColor(10, 10), SK_ColorRED);
519 gt::CheckColors(bitmap2->getColor(10, 40), SK_ColorGREEN);
555 const SkBitmap* bitmap2 = from_platform.ToSkBitmap(); local
556 SkAutoLockPixels auto_lock(*bitmap2);
559 gt::CheckColors(bitmap2->getColor(10, 10), SK_ColorRED);
/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/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dbitmap.h9 const unsigned long *bitmap2, int bits);
/external/chromium_org/ui/gfx/
H A Dskia_util.cc150 bool BitmapsAreEqual(const SkBitmap& bitmap1, const SkBitmap& bitmap2) { argument
161 bitmap2.lockPixels();
162 addr2 = bitmap2.getAddr32(0, 0);
163 size2 = bitmap2.getSize();
164 bitmap2.unlockPixels();
H A Dskia_util.h72 const SkBitmap& bitmap2);
/external/chromium_org/content/common/
H A Dhost_shared_bitmap_manager_unittest.cc145 scoped_ptr<base::SharedMemory> bitmap2(new base::SharedMemory());
146 bitmap2->CreateAndMapAnonymous(size_in_bytes);
147 memset(bitmap2->memory(), 0x00, size_in_bytes);
150 size_in_bytes, bitmap2->handle(), base::GetCurrentProcessHandle(), id);
/external/chromium_org/net/disk_cache/blockfile/
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.cc63 SkBitmap bitmap2 = i2.GetRepresentation(scale).sk_bitmap(); local
64 return gfx::BitmapsAreEqual(bitmap1, bitmap2);
/external/chromium_org/components/search_provider_logos/
H A Dlogo_tracker_unittest.cc46 bool AreImagesSameSize(const SkBitmap& bitmap1, const SkBitmap& bitmap2) { argument
47 return bitmap1.width() == bitmap2.width() &&
48 bitmap1.height() == bitmap2.height();

Completed in 296 milliseconds