BBitmap_new       525 src/haiku_support.h extern void *BBitmap_new (int, int, int);
BBitmap_new      1981 src/haikufns.c   bitmap = BBitmap_new (width, height, false);
BBitmap_new      2819 src/haikuterm.c   fringe_bmps[which] = BBitmap_new (wd, h, 1);
BBitmap_new       553 src/image.c      bitmap = BBitmap_new (width, height, false);
BBitmap_new       798 src/image.c      bitmap = BBitmap_new (width, height, false);
BBitmap_new      3380 src/image.c      *pixmap = BBitmap_new (width, height, depth == 1);
BBitmap_new      4218 src/image.c      img->pixmap = BBitmap_new (img->width, img->height, 0);