Searched refs:fBitmap (Results 51 - 75 of 134) sorted by relevance

123456

/haiku/src/servers/app/
H A DOffscreenServerWindow.h32 BReference<ServerBitmap> fBitmap; member in class:OffscreenServerWindow
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp134 BBitmap* fBitmap; member in class:ImageView
850 fBitmap(NULL),
897 delete fBitmap;
942 if (fBitmap != NULL) {
944 DrawBitmap(fBitmap, BPoint((Bounds().Width() - fBitmap->Bounds().Width()) / 2, 0));
970 if (fBitmap != NULL && (fEditor.Type() == B_MINI_ICON_TYPE
973 fBitmap->SetBits(data, fEditor.FileSize(), 0, B_CMAP8);
977 if (fBitmap != NULL && fEditor.Type() == B_VECTOR_ICON_TYPE
978 && fScaleSlider->Value() * 8 - 1 == fBitmap
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp30 : fBitmap(NULL),
42 delete fBitmap;
50 if (!fBitmap || !fBitmap->IsValid()
51 || (fBitmap->ColorSpace() != B_RGBA32
52 && fBitmap->ColorSpace() != B_RGB32))
60 area = area & fBitmap->Bounds();
70 uint8* src = (uint8*)fBitmap->Bits();
427 delete fBitmap;
428 fBitmap
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp25 , fBitmap(NULL)
42 delete fBitmap;
179 DrawBitmap(fBitmap, b.LeftTop());
296 if (fBitmap == NULL || !fBitmap->IsValid())
300 uint8* topRow = (uint8*)fBitmap->Bits();
301 uint32 width = fBitmap->Bounds().IntegerWidth() + 1;
320 uint32 height = fBitmap->Bounds().IntegerHeight() + 1;
321 uint32 bpr = fBitmap->BytesPerRow();
375 delete fBitmap;
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp52 BBitmap *fBitmap; member in class:OffscreenBitmap
60 , fBitmap(NULL)
77 fBitmap = _bitmap.Release();
88 fBitmap->Unlock();
92 delete fBitmap;
93 fBitmap = NULL;
115 fBitmap->Unlock();
117 memcpy(copy->Bits(), fBitmap->Bits(), fBitmap->BitsLength());
119 fBitmap
[all...]
/haiku/src/apps/resedit/
H A DBitmapView.cpp48 fBitmap = bitmap;
50 fBitmap = NULL;
118 if (fBitmap == bitmap)
120 fBitmap = bitmap;
122 if (!fBitmap)
124 fBitmap = NULL;
281 if (fBitmap)
282 DrawBitmap(fBitmap, fBitmap->Bounds(), fBitmapRect);
376 if (fRemovableBitmap && fBitmap)
[all...]
H A DBitmapView.h32 BBitmap *GetBitmap(void) const { return fBitmap; }
74 BBitmap *fBitmap; member in class:BitmapView
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp31 fBitmap(_LoadBitmap(555))
81 BBitmap* fBitmap; member in class:BitmapTest
141 if (fBitmap == NULL) {
149 rect.left = (rect.Width() - fBitmap->Bounds().Width()) / 2;
150 rect.top = (rect.Height() - fBitmap->Bounds().Height()) / 2;
151 rect.right = rect.left + fBitmap->Bounds().Width();
152 rect.bottom = rect.top + fBitmap->Bounds().Height();
178 view->DrawBitmap(fBitmap, fBitmap->Bounds(), rect);
375 if (fBitmap
[all...]
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp65 fBitmap(NULL),
85 *width += fBitmap->Bounds().Width() + sLabelOffset;
96 *height = (fID >= 0) ? fBitmap->Bounds().Height() : 0.0f;
163 const float bitmapWidth = fBitmap->Bounds().Width(),
164 bitmapHeight = fBitmap->Bounds().Height();
176 menu->DrawBitmapAsync(fBitmap);
273 fBitmap = app->FetchWindowIcon(fIsLocal, fIsMinimized);
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp73 fBitmap[i] = NULL;
209 fBitmap[i] = new BBitmap(bounds, bitmapFlags, colorSpace);
210 status = fBitmap[i]->InitCheck();
214 uint8* bits = (uint8*)fBitmap[i]->Bits();
224 //printf("area info for bitmap %ld (%p):\n", i, fBitmap[i]->Bits());
235 info.size = (size_t)fBitmap[i]->BitsLength();
282 delete fBitmap[i];
283 fBitmap[i] = NULL;
298 fTarget->SetBitmap(fBitmap[fLastBufferIndex]);
337 = fBitmap[
[all...]
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp41 fBitmap(IconSize(), B_RGBA32),
45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap);
46 BStripeView *stripeView = new BStripeView(fBitmap);
/haiku/src/kits/tracker/
H A DUtilities.cpp409 fBitmap(NULL)
417 fBitmap(NULL)
424 delete fBitmap;
431 delete fBitmap;
432 fBitmap = new(std::nothrow) BBitmap(bounds, B_RGB32, true);
433 if (fBitmap != NULL && fBitmap->Lock()) {
434 BView* view = new BView(fBitmap->Bounds(), "", B_FOLLOW_NONE, 0);
435 fBitmap->AddChild(view);
442 fBitmap
[all...]
H A DBackgroundImage.cpp134 fBitmap(bitmap),
144 delete fBitmap;
194 if (info->fBitmap == NULL) {
201 BRect bitmapBounds(info->fBitmap->Bounds());
251 view->SetViewBitmap(info->fBitmap, bitmapBounds, destinationBitmapBounds,
364 BRect bitmapBounds(fShowingBitmap->fBitmap->Bounds());
370 fView->SetViewBitmap(fShowingBitmap->fBitmap, bitmapBounds,
/haiku/src/apps/showimage/
H A DShowImageView.cpp179 fBitmap(NULL),
295 msg.AddInt32("width", fBitmap->Bounds().IntegerWidth() + 1);
296 msg.AddInt32("height", fBitmap->Bounds().IntegerHeight() + 1);
298 msg.AddInt32("colors", fBitmap->ColorSpace());
329 if (fDisplayBitmap != fBitmap)
336 delete fBitmap;
339 fBitmap = NULL;
382 fBitmap = bitmap;
389 if (fBitmap != NULL) {
391 if (fBitmap
[all...]
/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.cpp20 fBitmap(bitmap),
31 = static_cast<int32>(fBitmap->Bounds().right) + 1;
34 = static_cast<int32>(fBitmap->Bounds().bottom) + 1;
92 memcpy(buffer, fBitmap->Bits(), size);
/haiku/src/apps/soundrecorder/
H A DVUView.h35 BBitmap *fBitmap; member in class:VUView
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DBitmapPainter.h48 agg::rendering_buffer fBitmap; member in class:Painter::BitmapPainter
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h38 BBitmap* fBitmap; member in class:Activity
/haiku/src/bin/bfs_tools/lib/
H A DBitmap.h40 uint32 *fBitmap; member in class:Bitmap
/haiku/headers/private/shared/
H A DBitmapButton.h42 BBitmap* fBitmap; member in class:BPrivate::BBitmapButton
/haiku/src/apps/overlayimage/
H A DOverlayView.h44 BBitmap *fBitmap; member in class:OverlayView
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h36 { return fBitmap; }
39 BBitmap* fBitmap; member in class:BBitmapStringField
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp83 fBitmap[j] = NULL;
303 fBitmap[j] = new BBitmap(BRect(0, 0, (xSize - 1), (ySize - 1)),
305 if (fBitmap[j]->IsValid()) {
307 if ((info.area = area_for(fBitmap[j]->Bits())) == B_ERROR)
310 info.size = (size_t)fBitmap[j]->BitsLength();
365 if (fBitmap[j]->IsValid()) {
366 delete fBitmap[j];
367 fBitmap[j] = NULL;
597 memcpy(fBitmap[index]->Bits(), buffer->Data(),
598 fBitmap[inde
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp100 fBitmap = NULL;
114 delete fBitmap;
115 fBitmap = NULL;
241 if (bResult == true && fBitmap != NULL) {
242 BRect destRect(0, 0, fBitmap->Bounds().Width(), fBitmap->Bounds().Height()),
268 view->DrawBitmap(fBitmap, fBitmap->Bounds(), destRect);
319 delete fBitmap;
320 fBitmap
[all...]
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp78 BBitmap* fBitmap; member in class:TestView
110 // fBitmap(new BBitmap(BRect(0, 0, kBitmapWidth - 1, kBitmapHeight -1), 0, kBitmapFormat)),
111 // fBitmap(new BBitmap(BRect(0, 0, 32 - 1, 8 - 1), 0, B_CMAP8)),
112 // fBitmap(new BBitmap(BRect(0, 0, 32 - 1, 8 - 1), 0, B_GRAY8)),
113 fBitmap(new BBitmap(BRect(0, 0, 199, 99), B_RGB32, true)),
114 // fBitmap(new BBitmap(BRect(0, 0, 639, 479), B_RGB32, true)),
115 // fBitmap(new BBitmap(BRect(0, 0, 639, 479), B_CMAP8, true)),
116 // fBitmap(new BBitmap(BRect(0, 0, 199, 99), B_CMAP8, true)),
117 // fBitmap(new BBitmap(BRect(0, 0, 199, 99), B_GRAY8, true)),
118 fOffscreenView(new BView(fBitmap
[all...]

Completed in 231 milliseconds

123456