Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysyuv.cc42 BBitmap *bbitmap; in BE_GetOverlayBitmap() local
43 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 …]
DSDL_sysvideo.cc494 BBitmap *bbitmap; in BE_SetVideoMode() local
548 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()
DSDL_sysyuv.h60 BBitmap *bbitmap; member