Searched refs:fBitmap (Results 101 - 125 of 134) sorted by relevance

123456

/haiku/src/apps/showimage/
H A DImageCache.h39 BBitmap* fBitmap; member in class:BitmapOwner
H A DImageCache.cpp46 fBitmap(bitmap)
53 delete fBitmap;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h89 BBitmap* fBitmap; member in class:ColorField
H A DColorSlider.h93 BBitmap* fBitmap; member in class:ColorSlider
/haiku/headers/os/app/
H A DNotification.h101 BBitmap* fBitmap; member in class:BNotification
/haiku/src/libs/icon/
H A DIconRenderer.h93 BBitmap* fBitmap; member in class:IconRenderer
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp455 BRect bitmapBounds(fShowingBitmap->fBitmap->Bounds());
461 fView->SetViewBitmap(fShowingBitmap->fBitmap, bitmapBounds,
565 fBitmap(NULL),
583 delete fBitmap;
590 if (!fBitmap)
591 fBitmap = BTranslationUtils::GetBitmap(fPath.Path());
593 return fBitmap;
H A DBackgroundImage.h172 BBitmap* fBitmap; member in class:Image
/haiku/src/kits/interface/
H A DDragger.cpp180 delete fBitmap;
255 BPoint where = bounds.RightBottom() - BPoint(fBitmap->Bounds().Width(),
256 fBitmap->Bounds().Height());
258 DrawBitmap(fBitmap, where);
627 fBitmap = new BBitmap(BRect(0.0f, 0.0f, 7.0f, 7.0f), B_CMAP8, false, false);
628 fBitmap->SetBits(kHandBitmap, fBitmap->BitsLength(), 0, B_CMAP8);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp144 const BBitmap* fBitmap; member in class:CardView
182 fBitmap(NULL)
212 if (fBitmap != NULL)
213 DrawBitmapAsync(fBitmap, updateRect, updateRect);
259 if (bitmap != fBitmap) {
260 fBitmap = bitmap;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.h111 BBitmap* fBitmap[kBufferCount]; member in class:VideoConsumer
/haiku/src/kits/tracker/
H A DStatusWindow.h154 BBitmap* fBitmap; member in class:BPrivate::BStatusView
H A DStatusWindow.cpp440 fBitmap(NULL),
528 fBitmap = new BBitmap(BRect(0, 0, 16, 16), B_RGBA32);
530 fBitmap);
552 delete fBitmap;
637 if (fBitmap != NULL) {
640 - fBitmap->Bounds().Width()) / 2;
641 location.y = (Bounds().Height()- fBitmap->Bounds().Height()) / 2;
642 DrawBitmap(fBitmap, location);
H A DUtilities.h207 BBitmap* fBitmap; member in class:BPrivate::OffscreenBitmap
236 OffscreenBitmap* fBitmap; member in class:BPrivate::FlickerFreeStringView
265 BBitmap* fBitmap; member in class:BPrivate::DraggableIcon
/haiku/headers/os/interface/
H A DDragger.h118 BBitmap* fBitmap; member in class:BDragger
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp46 fBitmap(bitmap)
53 delete fBitmap;
60 delete fBitmap;
61 fBitmap = bitmap;
/haiku/src/apps/diskprobe/
H A DProbeView.cpp83 BBitmap* fBitmap; member in class:IconView
236 fBitmap(NULL)
240 if (fBitmap != NULL)
241 SetExplicitSize(fBitmap->Bounds().Size());
247 delete fBitmap;
261 if (fBitmap == NULL)
265 DrawBitmap(fBitmap, updateRect, updateRect);
273 if (fBitmap == NULL) {
274 fBitmap = new BBitmap(BRect(BPoint(0, 0), be_control_look->ComposeIconSize(B_LARGE_ICON)),
278 if (fBitmap !
[all...]
/haiku/src/apps/magnify/
H A DMagnify.h44 BBitmap* Bitmap() { return fBitmap; }
52 BBitmap* fBitmap; member in class:TOSMagnify
H A DMagnify.cpp1915 fBitmap = NULL;
1924 delete fBitmap;
1943 delete fBitmap;
1945 fBitmap = new BBitmap(bitsRect, fColorSpace);
1948 fOldBits = (char*)malloc(fBitmap->BitsLength());
1997 DrawBitmap(fBitmap, srcRect, destRect);
2031 memcpy(fOldBits, fBitmap->Bits(), fBitmap->BitsLength());
2033 screen.ReadBitmap(fBitmap, false, &srcRect);
2036 return memcmp(fBitmap
[all...]
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp198 BBitmap * fBitmap; member in class:DrawingModeView
243 fBitmap(NULL)
245 fBitmap = new BBitmap(BRect(0, 0, 31, 31), B_RGB32);
246 memcpy(fBitmap->Bits(), kBitmapBits, fBitmap->BitsLength());
272 delete fBitmap;
288 BRect bitmapBounds = fBitmap->Bounds();
363 DrawBitmap(fBitmap, BPoint(0, imageHeight * i));
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp130 fBitmap(ICON_BITMAP_RECT, ICON_BITMAP_SPACE),
146 fBitmap(ICON_BITMAP_RECT, ICON_BITMAP_SPACE),
168 fBitmap(ICON_BITMAP_RECT, ICON_BITMAP_SPACE),
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h98 BBitmap* fBitmap; member in class:GraphicsDriver
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp383 fBitmap.SetTo(this);
477 fBitmap.SetTo(this);
478 if (fBitmap.UsedBlocks())
479 fSuperBlock.used_blocks = fBitmap.UsedBlocks();
/haiku/src/apps/codycam/
H A DVideoConsumer.h139 BBitmap* fBitmap[3]; member in class:VideoConsumer
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp62 fBitmap(bitmap)
69 delete fBitmap;
76 delete fBitmap;
77 fBitmap = bitmap;

Completed in 135 milliseconds

123456