Searched refs:bitmap (Results 276 - 295 of 295) sorted by relevance

<<1112

/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h266 uint64 bitmap = B_LENDIAN_TO_HOST_INT32(inode_bitmap); local
268 bitmap |=
270 return bitmap;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c900 uint8_t bitmap, n; local
904 if (mwl_hal_getwatchdogbitmap(mh, &bitmap) != 0) {
906 "%s: could not get bitmap\n", __func__);
910 DPRINTF(sc, MWL_DEBUG_AMPDU, "%s: bitmap 0x%x\n", __func__, bitmap);
911 if (bitmap == 0xff) {
914 for (bitmap = 0; bitmap < 8; bitmap++) {
915 sp = mwl_hal_bastream_lookup(mh, bitmap);
[all...]
H A Dmwlhal.h518 int mwl_hal_getwatchdogbitmap(struct mwl_hal *mh, uint8_t bitmap[1]);
H A Dmwlhal.c1574 mwl_hal_getwatchdogbitmap(struct mwl_hal *mh0, uint8_t bitmap[1]) argument
1586 bitmap[0] = pCmd->Watchdogbitmap;
1588 if (bitmap[0] < MWL_BAQID_MAX)
1589 bitmap[0] = qid2ba[bitmap[0]];
/haiku/src/apps/showimage/
H A DToolBarIcons.cpp592 BBitmap* bitmap; member in struct:IconData
629 BBitmap bitmap = BBitmap(BRect(BPoint(0, 0), iconRenderSize), local
634 kIcons[i].size, &bitmap);
637 kIcons[i].bitmap = new(std::nothrow) BBitmap(BRect(BPoint(0, 0),
639 if (kIcons[i].bitmap == NULL)
641 ret = kIcons[i].bitmap->InitCheck();
645 kIcons[i].bitmap->ImportBits(&bitmap, BPoint(0, 0), BPoint(0, 0),
659 delete kIcons[i].bitmap;
660 kIcons[i].bitmap
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c3259 uint64_t bitmap; local
3273 "bitmap: ba %016jX wn %016jX, start %d\n",
3275 (uintmax_t)le64toh(ba->bitmap), (uintmax_t)wn->agg[tid].bitmap,
3278 if (wn->agg[tid].bitmap == 0)
3286 * Walk the bitmap and calculate how many successful attempts
3292 bitmap = le64toh(ba->bitmap);
3294 bitmap >>= shift;
3296 bitmap <<
3764 iwn_ampdu_check_bitmap(uint64_t bitmap, int start, int idx) argument
3812 iwn_ampdu_index_check(struct iwn_softc *sc, struct iwn_tx_ring *ring, uint64_t bitmap, int start, int idx) argument
3880 uint64_t bitmap = 0; local
[all...]
H A Dif_iwnreg.h1523 uint64_t bitmap; member in struct:iwn_compressed_ba
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c1633 * Move Tx BA window forward up to the first hole in the bitmap
1644 uint64_t bitmap = ba->ba_bitmap; local
1647 while (bitmap && SEQ_LT(s, ssn)) {
1648 if ((bitmap & 1) == 0)
1651 bitmap >>= 1;
/haiku/src/servers/app/drawing/Painter/
H A DPainter.h8 * rendering pipe-lines for stroke, fills, bitmap and text rendering.
235 BRect DrawBitmap(const ServerBitmap* bitmap,
H A DPainter.cpp11 rendering pipe-lines for stroke, fills, bitmap and text rendering.
1440 Painter::DrawBitmap(const ServerBitmap* bitmap, BRect bitmapRect, argument
1448 BitmapPainter bitmapPainter(this, bitmap, options);
1599 // TODO: bitmap fonts not yet correctly setup in AGGTextRenderer
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp267 HWInterface::SetDragBitmap(const ServerBitmap* bitmap, argument
271 fDragBitmap.SetTo((ServerBitmap*)bitmap, false);
557 // make a bitmap from the backbuffer
571 // offset into cursor bitmap
603 // assuming pre-multiplied cursor bitmap
628 // assuming pre-multiplied cursor bitmap
892 // TODO: support other colorspaces/convert bitmap
895 fprintf(stderr, "HWInterface::_AdoptDragBitmap() - bitmap has yet "
906 // put bitmap frame and cursor frame into the same
930 // Oops, we could not allocate memory for the drag bitmap
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp889 BBitmap* bitmap = GetImage(index)->GetBitmap(); local
890 if (bitmap) {
903 fPreview->fImageBounds = BRect(bitmap->Bounds());
/haiku/src/add-ons/accelerants/common/
H A Ddump_edid.c510 if ((dataBlock->YCbCr_4_2_0_capability_map.bitmap[i] & (1 << j)) != 0)
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c125 #include "bitmap.h"
412 * Build a section of the bitmap according to allocation
538 * Build and write a part of the global bitmap
552 /* create a partial bitmap section, and write it */
2068 const IGNORE_CASE_BOOL ic, const u8 *bitmap,
2077 name_len, ic, const_cpu_to_le16(0), bitmap,
2082 bitmap, bitmap_len);
2092 * Create a non-resident bitmap attribute with a predefined on disk location
2100 const runlist *rl, const u8 *bitmap, const u32 bitmap_len)
2105 ic, const_cpu_to_le16(0), rl, bitmap, bitmap_le
2067 add_attr_bitmap(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const u8 *bitmap, const u32 bitmap_len) argument
2098 add_attr_bitmap_positioned(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const runlist *rl, const u8 *bitmap, const u32 bitmap_len) argument
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp83 const char* const kBitmapMimeType = "image/x-vnd.Be-bitmap";
1865 // Write the screenshot bitmap to the file
1871 BBitmap* bitmap; local
1872 stream.DetachBitmap(&bitmap);
1873 // The stream takes over ownership of the bitmap
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h205 * All these files are always marked as used in the bitmap attribute of the
212 contains the entries and bitmap attribute
226 FILE_Bitmap = 6, /* Allocation bitmap of all clusters (lcns) in
2117 * directory tree (see below), and a bitmap attribute, describing which virtual
2391 * the number of bits in the bitmap * index block size / cluster size is the
2395 u8 bitmap[0]; /* Array of bits. */ member in struct:__anon95
/haiku/src/apps/mail/
H A DMailWindow.cpp160 // static bitmap cache
634 // Check for the bitmap in the cache first
651 BBitmap* bitmap = new BBitmap(BRect(BPoint(0, 0),
653 status_t status = BIconUtils::GetVectorIcon((uint8*)data, size, bitmap);
656 item->bm = bitmap;
659 return bitmap;
/haiku/src/kits/tracker/
H A DPoseView.cpp141 // maximum size of the transparent drag bitmap, use a drag rect
4269 // handle simple bitmap clipping drag&drop message
4813 // bitmap, make into a clipping file
4833 message, B_TRANSLATE("Untitled bitmap"), targetPose == NULL,
4855 PRINT(("error writing bitmap into file %s\n", name));
7631 // The bitmap is now always created (if DRAG_FRAME is not defined)
7688 // set the offset for the dragged bitmap (for the BView::DragMessage() call)
7694 BBitmap* bitmap = new BBitmap(rect, B_RGBA32, true); local
7695 bitmap->Lock();
7696 BView* view = new BView(bitmap
[all...]
/haiku/src/kits/interface/
H A DTextView.cpp3122 BTextView::GetDragParameters(BMessage* drag, BBitmap** bitmap, BPoint* point, argument
3149 if (bitmap != NULL)
3150 *bitmap = NULL;
5158 //! Deletes the textview's offscreen bitmap, if any.
5169 /*! Creates a new offscreen bitmap, highlight the selection, and set the
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h965 * @flow_trigger: bitmap for which calibrations to perform according to
967 * @event_trigger: bitmap for which calibrations to perform according to
2138 * @flow_trigger: bitmap for which calibrations to perform according to
2140 * @event_trigger: bitmap for which calibrations to perform according to
2148 /* This defines the bitmap of various calibrations to enable in both
5136 * bit in @bitmap corresponds to the sequence number stored here)
5137 * @bitmap: the bitmap of the BA notification as seen in the air
5154 uint64_t bitmap; member in struct:iwm_ba_notif
5195 * @queues_ctl: bitmap o
[all...]

Completed in 327 milliseconds

<<1112