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

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp894 BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0), 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;
H A DMediaJack.cpp412 BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0), B_RGBA32, true); local
413 tempBitmap->Lock();
415 BView *tempView = new BView(tempBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
416 tempBitmap->AddChild(tempView);
425 tempBitmap->RemoveChild(tempView);
428 tempBitmap->Unlock();
429 m_bitmap = new BBitmap(tempBitmap);
430 delete tempBitmap;

Completed in 86 milliseconds