Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp1477 BBitmap testBmp8(helper.BitmapBounds(), B_CMAP8); // Create an 8-bit bitmap the same size in IconTest() local
1479 reduce_color_depth(testBmp, testBmp8); // Make it an 8-bit version of the 32-bit bitmap in IconTest()
1491 CHK(*bmp == testBmp8); // *Should* match, since it's the result of a similar reduction in IconTest()