Searched refs:bmap (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_tiff.c271 uint16 *rmap, *gmap, *bmap; local
610 &rmap, &gmap, &bmap)) {
698 &rmap, &gmap, &bmap)) {
712 rmap, gmap, bmap) == 16)
718 bmap[i] = CVT(bmap[i]);
726 colormap[i][2] = (pdc_byte) bmap[i];
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp339 if (fs->ops.bmap == NULL)
341 return fs->ops.bmap(path, blocksize, idx);
/haiku-fatelf/src/bin/bash/
H A Dpcomplete.c713 #define GEN_COMPS(bmap, flag, it, text, glist, tlist) \
715 if (bmap & flag) \
726 #define GEN_XCOMPS(bmap, flag, text, func, cmatches, glist, tlist) \
728 if (bmap & flag) \
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h425 int (*bmap) (const char *, size_t blocksize, uint64_t *idx); member in struct:fuse_operations
H A Dfuse_lowlevel.h808 void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize, member in struct:fuse_lowlevel_ops
985 * bmap
/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp1984 BBitmap bmap(rect, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
1985 bmap.Lock();
1986 bmap.AddChild(&header_view);
1989 bmap.AddChild(&line);
1991 bmap.Unlock();
2029 bmap.RemoveChild(&header_view);
2030 bmap.RemoveChild(&line);

Completed in 66 milliseconds