Searched refs:fBitmapView (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp29 fBitmapView(NULL)
68 if (fBitmapView != NULL) {
69 fBitmap->RemoveChild(fBitmapView);
70 delete fBitmapView;
79 fBitmapView = new SliderOffscreenView(rect.OffsetToSelf(B_ORIGIN), "bitmapView");
80 fBitmap->AddChild(fBitmapView);
82 fBitmapView->fRight = Bounds().right - kLeftRightTrackSliderWidth;
84 fBitmapView->fLeftX = 14;
85 fBitmapView->fRightX = fBitmapView
[all...]
H A DScopeView.cpp31 fBitmapView(NULL),
332 if (fBitmap != NULL && fBitmapView != NULL) {
333 fBitmap->RemoveChild(fBitmapView);
334 delete fBitmapView;
345 fBitmapView = new BView(rect.OffsetToSelf(B_ORIGIN), "bitmapView",
347 fBitmap->AddChild(fBitmapView);
360 float width = fBitmapView->Bounds().Width() + 1;
362 fBitmapView->SetDrawingMode(B_OP_ADD);
363 fBitmapView->SetHighColor(15,60,15);
373 fBitmapView
[all...]
H A DVUView.h36 BView *fBitmapView; member in class:VUView
H A DVUView.cpp41 fBitmapView = new BView(rect, "bitmapView", B_FOLLOW_LEFT|B_FOLLOW_TOP,
43 fBitmap->AddChild(fBitmapView);
153 fBitmapView->BeginLineArray(fLevelCount * 2);
161 fBitmapView->AddLine(start1, end1, levels[i][0]);
162 fBitmapView->AddLine(start2, end2, levels[i][1]);
165 fBitmapView->EndLineArray();
H A DScopeView.h43 BView *fBitmapView; member in class:ScopeView
H A DTrackSlider.h68 SliderOffscreenView *fBitmapView; member in class:TrackSlider
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp136 fBitmapView->SetDrawingMode(B_OP_COPY);
146 be_control_look->DrawStatusBar(fBitmapView, innerFrame, innerFrame,
151 fBitmapView->SetDrawingMode(B_OP_ALPHA);
154 fBitmapView->SetHighColor(fColors[colorIndex]);
162 fBitmapView->FillPolygon(&fStripe);
167 fBitmapView->SetDrawingMode(B_OP_COPY);
169 be_control_look->DrawTextControlBorder(fBitmapView, bounds, bounds,
172 fBitmapView->Sync();
183 fBitmapView = new BView(Bounds(), "buffer", B_FOLLOW_NONE, 0);
184 fBitmap->AddChild(fBitmapView);
[all...]
H A DZipOMaticActivity.h39 BView* fBitmapView; member in class:Activity

Completed in 98 milliseconds