Searched refs:testBmp8 (Results 1 – 1 of 1) sorted by relevance
1477 BBitmap testBmp8(helper.BitmapBounds(), B_CMAP8); // Create an 8-bit bitmap the same size in IconTest() local1479 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()