Home
last modified time | relevance | path

Searched defs:bm0 (Results 1 – 5 of 5) sorted by relevance

/external/mtools/
DdirCache.h34 unsigned int bm0[DC_BITMAP_SIZE]; member
/external/skia/tests/
DEncodeTest.cpp224 SkBitmap bm0, bm1, bm2; in DEF_TEST() local
338 SkBitmap bm0, bm1, bm2; in DEF_TEST() local
446 SkBitmap bm0, bm1, bm2, bm3; in DEF_TEST() local
DImageTest.cpp1411 SkBitmap bm0; in DEF_TEST() local
1426 SkBitmap bm0; in DEF_TEST() local
/external/skia/tools/
DToolUtils.cpp480 bool equal_pixels(const SkBitmap& bm0, const SkBitmap& bm1) { in equal_pixels()
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DShadowNativeBitmapTest.java849 Bitmap bm0 = Bitmap.createBitmap(100, 200, Bitmap.Config.ALPHA_8); in testGetRowBytes() local