HomeSort by relevance Sort by last modified time
    Searched refs:bbitmap (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) {
42 BBitmap *bbitmap; local
43 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs);
44 if (!bbitmap || bbitmap->InitCheck() != B_OK) {
45 delete bbitmap;
49 bbitmap->GetOverlayRestrictions(&r);
56 delete bbitmap;
132 BBitmap *bbitmap; local
    [all...]
SDL_sysyuv.h 60 BBitmap *bbitmap; member in struct:private_yuvhwdata
64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs);
SDL_sysvideo.cc 446 * of the BBitmap due to the InhibitResize call above. Thus the
494 BBitmap *bbitmap; local
544 /* Create the BBitmap framebuffer */
548 bbitmap = new BBitmap(bounds, bscreen.ColorSpace());
549 if ( ! bbitmap->IsValid() ) {
551 delete bbitmap;
554 current->pitch = bbitmap->BytesPerRow();
555 current->pixels = (void *)bbitmap->Bits()
    [all...]

Completed in 50 milliseconds