Searched refs:gBitmap (Results 1 – 1 of 1) sorted by relevance
64 BBitmap* gBitmap; variable785 gBitmap = new BBitmap(BRect(0, 0, gWidth - 1, gHeight - 1), B_RGB32); in StartSaver()801 delete gBitmap; in StopSaver()802 gBitmap = NULL; in StopSaver()817 uint32* buffer32 = (uint32*)gBitmap->Bits(); in Draw()824 view->DrawBitmap(gBitmap); in Draw()