Searched refs:tempView (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/cortex/MediaRoutingView/ |
H A D | MediaJack.cpp | 415 BView *tempView = new BView(tempBitmap->Bounds(), "", B_FOLLOW_NONE, 0); in _updateBitmap() local 416 tempBitmap->AddChild(tempView); in _updateBitmap() 417 tempView->SetOrigin(0.0, 0.0); in _updateBitmap() 422 _drawInto(tempView, tempView->Bounds(), layout); in _updateBitmap() 424 tempView->Sync(); in _updateBitmap() 425 tempBitmap->RemoveChild(tempView); in _updateBitmap() 426 delete tempView; in _updateBitmap()
|
H A D | MediaNodePanel.cpp | 898 BView *tempView = new BView(tempBitmap->Bounds(), "", B_FOLLOW_NONE, 0); in _updateBitmap() local 899 tempBitmap->AddChild(tempView); in _updateBitmap() 900 tempView->SetOrigin(0.0, 0.0); in _updateBitmap() 903 _drawInto(tempView, tempView->Bounds(), layout); in _updateBitmap() 905 tempView->Sync(); in _updateBitmap() 906 tempBitmap->RemoveChild(tempView); in _updateBitmap() 907 delete tempView; in _updateBitmap()
|