Searched refs:fBackground (Results 1 - 12 of 12) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp101 fBackground = new ImageView(imageIO);
102 AddChild(fBackground);
104 ResizeTo(fBackground->Bounds().Width(), fBackground->Bounds().Height());
H A DPackageImageViewer.h37 ImageView* fBackground; member in class:PackageImageViewer
/haiku/src/apps/tv/
H A DMainWin.h85 BView * fBackground; member in class:MainWin
H A DMainWin.cpp108 fBackground = new BView(rect, "background", B_FOLLOW_ALL,
110 fBackground->SetViewColor(0,0,0);
111 AddChild(fBackground);
114 fMenuBar = new BMenuBar(fBackground->Bounds(), "menu");
116 fBackground->AddChild(fMenuBar);
125 fBackground->AddChild(fVideoView);
725 float max_width = fBackground->Bounds().Width() + 1.0f;
726 float max_height = fBackground->Bounds().Height() + 1.0f;
752 fVideoView->ResizeTo(fBackground->Bounds().Width(),
753 fBackground
[all...]
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h105 BBitmap* fBackground; member in class:CanvasView
H A DCanvasView.cpp32 fBackground(new BBitmap(BRect(0, 0, 63, 63), 0, B_RGB32)),
48 fRenderer->SetBackground(fBackground);
57 delete fBackground;
488 uint8* row = (uint8*)fBackground->Bits();
489 uint32 bpr = fBackground->BytesPerRow();
490 uint32 width = fBackground->Bounds().IntegerWidth() + 1;
491 uint32 height = fBackground->Bounds().IntegerHeight() + 1;
/haiku/src/libs/icon/
H A DIconRenderer.h94 const BBitmap* fBackground; member in class:IconRenderer
H A DIconRenderer.cpp399 fBackground(NULL),
486 fBackground = background;
544 if (fBackground)
545 memcpy(fBitmap->Bits(), fBackground->Bits(), fBitmap->BitsLength());
/haiku/src/kits/tracker/
H A DFindPanel.h129 FindPanel* BackgroundView() const { return fBackground; }
169 FindPanel* fBackground; member in class:BPrivate::FindWindow
H A DFindPanel.cpp254 fBackground = new FindPanel(fFile, this, fFromTemplate,
257 GetLayout()->AddView(fBackground);
316 fBackground->SwitchToTemplate(&templateFile);
368 switch (fBackground->Mode()) {
370 fBackground->GetByNamePredicate(&query);
384 fBackground->GetByAttrPredicate(&query, dynamicDate);
394 fBackground->GetDefaultName(name);
456 BMenuItem* item = fBackground->VolMenu()->FindMarked();
462 int32 itemCount = fBackground->VolMenu()->CountItems();
464 BMenuItem* item = fBackground
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp310 fBackground = new BView(rect, "background", B_FOLLOW_ALL,
312 fBackground->SetViewColor(0, 0, 0);
313 AddChild(fBackground);
316 fMenuBar = new BMenuBar(fBackground->Bounds(), "menu");
318 fBackground->AddChild(fMenuBar);
325 rect = BRect(0, fMenuBarHeight, fBackground->Bounds().right,
328 fBackground->AddChild(fVideoView);
331 rect = BRect(0, fMenuBarHeight + 11, fBackground->Bounds().right,
332 fBackground->Bounds().bottom);
334 fBackground
[all...]
H A DMainWin.h133 BView* fBackground; member in class:MainWin

Completed in 67 milliseconds