Searched refs:bbitmap (Results 1 – 3 of 3) sorted by relevance
42 BBitmap *bbitmap; in BE_GetOverlayBitmap() local43 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs); in BE_GetOverlayBitmap()44 if (!bbitmap || bbitmap->InitCheck() != B_OK) { in BE_GetOverlayBitmap()45 delete bbitmap; in BE_GetOverlayBitmap()49 bbitmap->GetOverlayRestrictions(&r); in BE_GetOverlayBitmap()56 delete bbitmap; in BE_GetOverlayBitmap()70 delete bbitmap; in BE_GetOverlayBitmap()79 delete bbitmap; in BE_GetOverlayBitmap()83 delete bbitmap; in BE_GetOverlayBitmap()85 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs); in BE_GetOverlayBitmap()[all …]
494 BBitmap *bbitmap; in BE_SetVideoMode() local548 bbitmap = new BBitmap(bounds, bscreen.ColorSpace()); in BE_SetVideoMode()549 if ( ! bbitmap->IsValid() ) { in BE_SetVideoMode()551 delete bbitmap; in BE_SetVideoMode()554 current->pitch = bbitmap->BytesPerRow(); in BE_SetVideoMode()555 current->pixels = (void *)bbitmap->Bits(); in BE_SetVideoMode()556 SDL_Win->SetBitmap(bbitmap); in BE_SetVideoMode()
60 BBitmap *bbitmap; member