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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp429 : bmp1(BitmapBounds(which), B_CMAP8),
430 bmp2(BitmapBounds(which), B_CMAP8),
431 bmpTemp(BitmapBounds(which), B_CMAP8),
443 BRect BitmapBounds(icon_size isize) { function in class:IconHelper
448 BRect BitmapBounds() { function in class:IconHelper
449 return BitmapBounds(size);
1473 BBitmap testBmp(helper.BitmapBounds(), B_RGB32);
1477 BBitmap testBmp8(helper.BitmapBounds(), B_CMAP8); // Create an 8-bit bitmap the same size

Completed in 35 milliseconds