Searched refs:bm (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/apps/mail/
H A DBmapButton.cpp52 BBitmap* bm; member in struct:BitmapItem
105 return item->bm;
121 BBitmap* bm = dynamic_cast<BBitmap*>(obj); local
122 if (!bm) {
128 item->bm = bm;
132 return bm;
137 BmapButton::ReleaseBitmap(const BBitmap* bm) argument
150 if (item->bm == bm) {
224 const BBitmap* bm; local
[all...]
H A DBmapButton.h72 status_t ReleaseBitmap(const BBitmap* bm);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImage.cpp121 BBitmap *bm = NULL; stream.DetachBitmap(&bm); // otherwise bitmap destructor crashes here! local
122 ASSERT(bm == bitmap);
167 BBitmap* bm = NULL; local
173 bm = dynamic_cast<BBitmap*>(a);
174 if (bm == NULL && a != NULL) delete a;
177 bm = BTranslationUtils::GetBitmapFile(FileName());
179 if (bm) {
180 bm->Lock();
183 equals = bm
[all...]
H A DPDFWriter.cpp781 BBitmap bm(BRect(0, 0, 7, 7), B_RGBA32);
793 uint8* row = (uint8*)bm.Bits();
796 uint8* b = row; row += bm.BytesPerRow();
814 if (!GetImages(bm.Bounds(), 8, 8, bm.BytesPerRow(), bm.ColorSpace(), 0,
815 bm.Bits(), &mask, &image)) {
1427 BBitmap *bm = new BBitmap(BRect(0, 0, width, height), B_RGB32); local
1428 if (!bm->IsValid()) {
1429 delete bm;
1539 BBitmap *bm = NULL; local
1591 BBitmap * bm = ConvertBitmap(src, bytesPerRow, pixelFormat, flags, data); local
[all...]
/haiku-fatelf/src/kits/network/libbind/include/isc/
H A Deventlib.h66 #define EV_BYTEMASK_SET(bm, b) \
67 ((bm).mask[EV_BYTEMASK_BYTE(b)] |= EV_BYTEMASK_MASK(b))
68 #define EV_BYTEMASK_CLR(bm, b) \
69 ((bm).mask[EV_BYTEMASK_BYTE(b)] &= ~EV_BYTEMASK_MASK(b))
70 #define EV_BYTEMASK_TST(bm, b) \
71 ((bm).mask[EV_BYTEMASK_BYTE(b)] & EV_BYTEMASK_MASK(b))
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-atalk.c350 atp_bitmap_print(register u_char bm) argument
360 if ((bm + 1) & (bm & 0xff)) {
362 for (i = 0; bm; ++i) {
363 if (bm & 1) {
367 bm >>= 1;
371 for (i = 0; bm; ++i)
372 bm >>= 1;
/haiku-fatelf/src/apps/showimage/
H A DFilter.cpp63 BBitmap* bm; local
65 bm = fFilter->GetBitmap();
66 if (bm == NULL) {
981 BBitmap* bm; local
1000 bm = new BBitmap(rect, cs);
1001 if (!IsBitmapValid(bm)) {
1002 delete bm;
1007 fDestBPR = bm->BytesPerRow();
1009 return bm;
H A DShowImageView.cpp1679 BBitmap* bm = imageProcessor.DetachBitmap(); local
1680 if (bm == NULL) {
1712 fBitmap = bm;
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h94 virtual status_t GetFrameBitmap(BBitmap **bm, bigtime_t *stamp=NULL);
H A DSonixCamDevice.cpp680 SonixCamDevice::GetFrameBitmap(BBitmap **bm, bigtime_t *stamp /* = NULL */) argument
704 *bm = b;
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h84 virtual status_t GetFrameBitmap(BBitmap **bm, bigtime_t *stamp=NULL);
H A DProducer.cpp993 BBitmap *bm; local
994 err = fCamDevice->GetFrameBitmap(&bm, &stamp);
H A DCamDevice.cpp306 CamDevice::GetFrameBitmap(BBitmap **bm, bigtime_t *stamp) argument
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c334 char bm[MAXPORT/8]; local
353 bm[i] = 0;
360 bm[n/8] |= (0x80>>(n%8));
368 memcpy(cp, bm, maxbm);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c954 u8 *bm; local
960 bm = ntfs_attr_readall(icx->ni, AT_BITMAP, icx->name, icx->name_len,
962 if (!bm)
967 if (bm[byte] == 255)
971 if (!(bm[byte] & (1 << bit))) {
985 free(bm);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp270 uint32_t bm; local
282 bm = OREAD(sc, OHCI_CSR_DATA);
283 if((bm & 0x3f) == 0x3f)
284 bm = node;
287 __func__, bm, node, i);
289 return(bm);
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.aix4622 enter_bottom_mode btml str bm - - ----K start bottom-line mode
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src4469 nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines,
4475 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
4482 nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines,
4488 # (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
4496 # also the alias vt100-bm.
4503 # (nwp513-o: had :DE=^H:, I think that's <OTbs>; also the alias vt100-bm --esr)
H A Dterminfo.tmp4469 nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines,
4475 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
4482 nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines,
4488 # (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
4496 # also the alias vt100-bm.
4503 # (nwp513-o: had :DE=^H:, I think that's <OTbs>; also the alias vt100-bm --esr)
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src[all...]

Completed in 445 milliseconds