Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp475 BBitmap* Bitmap1() { in Bitmap1() function in IconHelper
1347 CHK(helper.SetIcon(mime, helper.Bitmap1()) == B_OK); in IconTest()
1350 CHK(*bmp == *helper.Bitmap1()); in IconTest()
1375 CHK(helper.SetIcon(mime, helper.Bitmap1()) == B_OK); in IconTest()
1377 CHK(*bmp == *helper.Bitmap1()); in IconTest()
1419 CHK(testBmp != *helper.Bitmap1()); in IconTest()
1420 CHK(helper.SetIcon(mime, helper.Bitmap1()) == B_OK); in IconTest()
1422 CHK(*bmp == *helper.Bitmap1()); in IconTest()
1425 CHK(*bmp == *helper.Bitmap1()); in IconTest()
1429 CHK(helper.SetIcon(mime, helper.Bitmap1()) == B_OK); in IconTest()
[all …]