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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp103 static bool operator==(BBitmap &bmp1, BBitmap &bmp2);
104 static bool operator!=(BBitmap &bmp1, BBitmap &bmp2);
233 operator==(BBitmap &bmp1, BBitmap &bmp2) { argument
234 if (bmp1.Bounds() == bmp2.Bounds()) {
236 if (bmp1.ColorSpace() == bmp2.ColorSpace()) {
238 char *data1 = (char*)bmp1.Bits();
244 for (int i = 0; i < bmp1.BitsLength(); data1++, data2++, i++) {
250 /* for (int i = 0; i < bmp1.Bounds().IntegerHeight(); i++) {
251 for (int j = 0; j < bmp1.Bounds().IntegerWidth(); j++) {
252 // printf("(%d, %d)", data1[(i * bmp1
267 operator !=(BBitmap &bmp1, BBitmap &bmp2) argument
488 BBitmap bmp1; member in class:IconHelper
[all...]

Completed in 39 milliseconds