BBitmap_new 525 src/haiku_support.h extern void *BBitmap_new (int, int, int); BBitmap_new 2035 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 622 src/image.c bitmap = BBitmap_new (width, height, false); BBitmap_new 891 src/image.c bitmap = BBitmap_new (width, height, false); BBitmap_new 3869 src/image.c *pixmap = BBitmap_new (width, height, depth == 1); BBitmap_new 4789 src/image.c img->pixmap = BBitmap_new (img->width, img->height, 0);