Searched refs:fBitmap (Results 1 - 25 of 134) sorted by path

123456

/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h98 BBitmap* fBitmap; member in class:GraphicsDriver
/haiku/headers/os/app/
H A DNotification.h101 BBitmap* fBitmap; member in class:BNotification
/haiku/headers/os/translation/
H A DBitmapStream.h39 BBitmap* fBitmap; member in class:BBitmapStream
/haiku/headers/private/interface/
H A DBitmapPrivate.h29 BBitmap* fBitmap; member in class:BBitmap::Private
/haiku/headers/private/shared/
H A DBitmapButton.h42 BBitmap* fBitmap; member in class:BPrivate::BBitmapButton
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.h98 BBitmap * fBitmap; member in class:VideoNode
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp12 fBitmap(*bitmap),
H A DGPBand.h23 BBitmap fBitmap; member in class:GPBand
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp36 fBitmap(NULL)
43 delete fBitmap;
50 delete fBitmap;
52 fBitmap = new BBitmap(BRect(0, 0, frame.Width(), frame.Height()), 0,
54 if (BIconUtils::GetVectorIcon(icon->data, icon->size, fBitmap) != B_OK)
134 view->DrawBitmap(fBitmap, BPoint(fFrame.left, fFrame.top));
H A DIconDisplay.h44 BBitmap* fBitmap; member in class:IconDisplay
/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...]
H A DSlideShowSaver.h90 BBitmap *fBitmap; member in class:SlideShowSaver
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp21 fBitmap(NULL),
37 delete fBitmap;
117 BRect bitmapRect = fBitmap->Bounds();
120 delete fBitmap;
126 DrawBitmap(fBitmap);
133 if (fBitmap->Lock()) {
134 BRect bounds = fBitmap->Bounds();
173 fBitmap->Unlock();
182 fBitmap = new BBitmap(rect, B_RGBA32, true);
184 fBitmap
[all...]
H A DZipOMaticActivity.h38 BBitmap* fBitmap; member in class:Activity
/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...]
H A DLayer.h60 BBitmap* fBitmap; member in class:Layer
/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/drivesetup/
H A DPartitionList.h33 { return fBitmap; }
36 BBitmap* fBitmap; member in class:BBitmapStringField
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h104 BBitmap* fBitmap; member in class:CanvasView
/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...]
H A DAlphaSlider.h52 BBitmap* fBitmap; member in class:AlphaSlider
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 DColorField.h89 BBitmap* fBitmap; member in class:ColorField
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);
H A DColorSlider.h93 BBitmap* fBitmap; member in class:ColorSlider

Completed in 113 milliseconds

123456