Searched refs:tempBitmap (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp403 BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0), B_CMAP8, true); local
404 tempBitmap->Lock();
406 BView *tempView = new BView(tempBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
407 tempBitmap->AddChild(tempView);
416 tempBitmap->RemoveChild(tempView);
419 tempBitmap->Unlock();
420 m_bitmap = new BBitmap(tempBitmap);
421 delete tempBitmap;
H A DMediaNodePanel.cpp895 BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0), B_CMAP8, true); local
896 tempBitmap->Lock();
898 BView *tempView = new BView(tempBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
899 tempBitmap->AddChild(tempView);
906 tempBitmap->RemoveChild(tempView);
909 tempBitmap->Unlock();
910 m_bitmap = new BBitmap(tempBitmap);
911 delete tempBitmap;

Completed in 41 milliseconds