Searched refs:fBitmap (Results 76 - 100 of 134) sorted by relevance

123456

/haiku/src/servers/notification/
H A DNotificationView.cpp72 fBitmap(NULL),
77 fBitmap = new BBitmap(fNotification->Icon());
121 delete fBitmap;
175 if ((strcmp(property, "icon") == 0) && fBitmap) {
177 if (fBitmap->Archive(&archive) == B_OK)
220 delete fBitmap;
221 fBitmap = new BBitmap(&archive);
266 if (fBitmap) {
277 DrawBitmapAsync(fBitmap, fBitmap
[all...]
H A DNotificationView.h73 BBitmap* fBitmap; member in class:NotificationView
/haiku/src/bin/bfs_tools/lib/
H A DDisk.h51 uint32 BitmapSize() const { return fBitmap.Size(); }
58 Bitmap *BlockBitmap() { return &fBitmap; }
103 Bitmap fBitmap; member in class:Disk
/haiku/src/servers/debug/
H A DDebugWindow.cpp33 fBitmap(IconSize(), B_RGBA32),
48 BIconUtils::GetVectorIcon(iconData, size, &fBitmap);
49 BStripeView *stripeView = new BStripeView(fBitmap);
/haiku/src/apps/drivesetup/
H A DPartitionList.h33 { return fBitmap; }
36 BBitmap* fBitmap; member in class:BBitmapStringField
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp57 delete fBitmap;
147 if (fBitmapDirty && fBitmap != NULL) {
148 _FillBitmap(fBitmap, fMode, fFixedValue, fOrientation);
164 if (fBitmap != NULL)
165 DrawBitmap(fBitmap, bounds.LeftTop());
401 fBitmap = NULL;
415 delete fBitmap;
416 fBitmap = new BBitmap(BRect(0, 0, width - 1, height - 1), 0, B_RGB32);
H A DAlphaSlider.h52 BBitmap* fBitmap; member in class:AlphaSlider
H A DColorSlider.cpp58 delete fBitmap;
141 if (fBitmapDirty && fBitmap != NULL) {
142 _FillBitmap(fBitmap, fMode, fFixedValue1, fFixedValue2, fOrientation);
157 if (fBitmap != NULL)
158 DrawBitmap(fBitmap, bounds.LeftTop());
413 fBitmap = NULL;
429 delete fBitmap;
430 fBitmap = new BBitmap(BRect(0, 0, width - 1, height - 1), 0, B_RGB32);
/haiku/src/libs/icon/
H A DIconRenderer.cpp398 : fBitmap(bitmap),
453 _Render(fBitmap->Bounds(), showReferences);
455 _Render(fBitmap->Bounds());
468 _Render(fBitmap->Bounds() & area, showReferences);
470 _Render(fBitmap->Bounds() & area);
503 uint8* bits = (uint8*)fBitmap->Bits();
504 uint32 bpr = fBitmap->BytesPerRow();
505 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
506 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
545 memcpy(fBitmap
[all...]
/haiku/headers/os/translation/
H A DBitmapStream.h39 BBitmap* fBitmap; member in class:BBitmapStream
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h90 BBitmap *fBitmap; member in class:SlideShowSaver
/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.h58 BBitmap* fBitmap; member in class:ImageTrackVideoSupplier
/haiku/src/apps/resedit/
H A DResFields.h51 BBitmap *fBitmap; member in class:BitmapPreviewField
/haiku/src/apps/soundrecorder/
H A DScopeView.h42 BBitmap *fBitmap; member in class:ScopeView
H A DTrackSlider.h67 BBitmap *fBitmap; member in class:TrackSlider
H A DTrackSlider.cpp28 fBitmap(NULL),
50 delete fBitmap;
67 if (fBitmap != NULL) {
69 fBitmap->RemoveChild(fBitmapView);
72 delete fBitmap;
77 fBitmap = new BBitmap(rect, BScreen().ColorSpace(), true);
80 fBitmap->AddChild(fBitmapView);
103 if (fBitmap->Lock()) {
105 fBitmap->Unlock();
113 DrawBitmapAsync(fBitmap, BPoin
[all...]
/haiku/src/kits/tracker/
H A DBackgroundImage.h86 BBitmap* fBitmap; member in class:BPrivate::BackgroundImage::BackgroundImageInfo
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.h83 BBitmap fBitmap; member in class:ShortcutsSpec
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.h52 BBitmap* fBitmap[4]; member in class:SharedBitmap
/haiku/src/apps/deskbar/
H A DWindowMenuItem.h80 const BBitmap* fBitmap; member in class:TWindowMenuItem
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp46 fBitmap(NULL),
165 fBitmap = NULL;
179 fBitmap = new(std::nothrow) BBitmap(rect, fOrgJobData->GetSurfaceType(),
181 if (fBitmap == NULL || fBitmap->InitCheck() != B_OK) {
182 delete fBitmap;
183 fBitmap = NULL;
194 delete fBitmap;
195 fBitmap = NULL;
209 if (fBitmap
[all...]
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp31 fBitmap(new BBitmap(BRect(0, 0, 63, 63), 0, B_RGB32)),
34 fRenderer(new IconRenderer(fBitmap)),
35 fDirtyIconArea(fBitmap->Bounds()),
56 delete fBitmap;
426 if (fBitmap == NULL)
428 r = fBitmap->Bounds();
444 view->DrawBitmap(fBitmap, fBitmap->Bounds(), canvas);
H A DCanvasView.h104 BBitmap* fBitmap; member in class:CanvasView
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.h98 BBitmap * fBitmap; member in class:VideoNode
/haiku/src/apps/tv/
H A DVideoNode.h93 BBitmap * fBitmap; member in class:VideoNode

Completed in 166 milliseconds

123456