HomeSort by relevance Sort by last modified time
    Searched defs:bm2 (Results 1 - 12 of 12) sorted by null

  /external/valgrind/drd/
pub_drd_bitmap.h 63 struct bitmap2* bm2; member in struct:bm_cache_elem
135 void DRD_(bm_swap)(struct bitmap* const bm1, struct bitmap* const bm2);
139 void DRD_(bm_mark)(struct bitmap* bm1, struct bitmap* bm2);
144 struct bitmap* const bm2);
147 struct bitmap* const bm2);
drd_bitmap.c 41 static void bm2_print(const struct bitmap2* const bm2);
105 bm->cache[i].bm2 = 0;
153 struct bitmap2* bm2; local
162 bm2 = bm2_lookup_or_insert_exclusive(bm, address_msb(b));
163 tl_assert(bm2);
165 if (make_address(bm2->addr, 0) < a1)
168 if (make_address(bm2->addr, 0) < a2)
169 b_start = make_address(bm2->addr, 0);
173 if (make_address(bm2->addr + 1, 0) < a2)
174 b_end = make_address(bm2->addr + 1, 0)
250 struct bitmap2* bm2; local
345 struct bitmap2* bm2; local
375 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
428 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
483 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
816 const struct bitmap2* bm2 = bm2_lookup(bm, address_msb(b)); local
1051 struct bitmap2* bm2; local
1067 const struct bitmap2* bm2; local
1097 struct bitmap2* bm2; local
1138 struct bitmap2* bm2; local
1211 struct bitmap2* bm2; local
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 28 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); local
32 assertTrue("mutability", bm2.isMutable());
36 assertEquals("width", 100, bm2.getWidth());
40 assertEquals("rowbytes", 200, bm2.getRowBytes());
44 assertEquals("byteCount", 40000, bm2.getByteCount());
48 assertEquals("height", 200, bm2.getHeight());
52 assertFalse("hasAlpha", bm2.hasAlpha());
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
63 Bitmap bm2 = Bitmap.createBitmap(new int[100 * 200], 100, 200, local
67 assertFalse("mutability", bm2.isMutable())
131 Bitmap bm2 = Bitmap.createBitmap(10, 10, config); local
157 Bitmap bm2 = Bitmap.createBitmap(10, 10, config); local
191 Bitmap bm2 = Bitmap.createBitmap(16, 16, config); local
    [all...]
  /external/skia/gm/
aaclip.cpp 145 SkBitmap bm2; local
146 SkCreateBitmapFromCGImage(&bm2, image);
149 canvas->drawBitmap(bm2, 10, 120);
simpleaaclip.cpp 27 SkBitmap bm2; local
29 bm.deepCopyTo(&bm2);
31 canvas->drawBitmap(bm2,
image_pict.cpp 191 SkBitmap bm2; local
193 bm2.allocPixels(info, nullptr, ct);
196 *bm2.getAddr8(x, y) = find_closest(*bm.getAddr32(x, y), colors, count);
199 return new RasterGenerator(bm2);
  /external/skia/samplecode/
SampleHairline.cpp 207 SkBitmap bm, bm2; variable
212 bm2.installPixels(SkImageInfo::MakeN32Premul(WIDTH, HEIGHT),
215 SkCanvas c2(bm2);
220 bm2.eraseColor(SK_ColorTRANSPARENT);
222 canvas->drawBitmap(bm2, SkIntToScalar(10), SkIntToScalar(10), nullptr);
  /external/valgrind/drd/tests/
unit_bitmap.c 100 int bm_equal_print_diffs(struct bitmap* bm1, struct bitmap* bm2)
104 equal = DRD_(bm_equal)(bm1, bm2);
112 if (DRD_(bm_has_1)(bm1, i, eLoad) != DRD_(bm_has_1)(bm2, i, eLoad)
113 || DRD_(bm_has_1)(bm1, i, eStore) != DRD_(bm_has_1)(bm2, i, eStore))
119 DRD_(bm_has_1)(bm2, i, eLoad) ? 'R' : ' ',
120 DRD_(bm_has_1)(bm2, i, eStore) ? 'W' : ' '
133 struct bitmap* bm2; local
158 bm2 = DRD_(bm_new)();
159 DRD_(bm_merge2)(bm2, bm);
160 DRD_(bm_merge2)(bm2, bm)
175 struct bitmap* bm2; local
198 struct bitmap* bm2; local
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
IconTest.java 46 final Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); local
52 final Canvas can2 = new Canvas(bm2);
56 final Icon im2 = Icon.createWithBitmap(bm2);
91 bm2.compress(Bitmap.CompressFormat.PNG, 100,
95 if (!equalBitmaps(bm2, test2)) {
96 findBitmapDifferences(bm2, test2);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 407 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); local
412 assertEquals(Bitmap.Config.RGB_565, bm2.getConfig());
474 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565); local
479 assertEquals(200, bm2.getRowBytes());
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 1046 milliseconds