Searched refs:space (Results 176 - 200 of 219) sorted by relevance

123456789

/haiku/src/apps/magnify/
H A DMagnify.cpp1882 TOSMagnify::TOSMagnify(BRect r, TMagnify* parent, color_space space) argument
1884 fColorSpace(space), fParent(parent)
1886 switch (space) {
1908 // uh, oh -- a color space we don't support
1909 fprintf(stderr, "Tried to run in an unsupported color space; exiting\n");
1930 TOSMagnify::SetSpace(color_space space) argument
1932 fColorSpace = space;
/haiku/src/kits/interface/
H A DSplitLayout.cpp1056 // we don't have enough space to uncollapse both items
1077 // space: Give them both their minimum size.
1084 // there is enough space for both items
1391 float space = 0; local
1393 space = (fVisibleItems.CountItems() + splitters - 1) * fSpacing
1397 return space;
H A DInterfaceDefs.cpp460 set_screen_space(int32 index, uint32 space, bool stick) argument
465 if (!BPrivate::get_mode_parameter(space, width, height, depth))
480 mode.space = depth;
1797 // remove chars until there's enough space for the
1801 // no space, so return an empty string
1828 // remove chars until there's enough space for the
1832 // no space, so return an empty string
1867 // remove chars until there's enough space for the
1871 // no space, so return an empty string
H A DPrivateScreen.cpp214 return (color_space)mode.space;
H A DPictureDataWriter.cpp483 Write<float>(escapement.space);
960 // minus the space occupied by the op code itself (int16)
961 // and the space occupied by the size field (int32)
H A DFont.cpp1088 link.Attach<float>(delta ? delta->space : 0.0f);
1130 link.Attach<float>(delta ? delta->space : 0.0);
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h93 u_char space; member in struct:cistpl_longlink_mfc_t::__anon262
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h359 uint ati_space; // colour space according to ATI
462 uint32 space; // known space in ring buffer member in struct:__anon28::__anon29
503 uint32 virtual_size; // reserved virtual address space in bytes
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp59 fFallbackMode.space = B_RGB32;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c276 * Transmit requires space in the packet for a special format transmit
1113 const int space = sizeof(struct malo_txrec) - hdrlen; local
1114 if (M_LEADINGSPACE(m0) < space) {
1119 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len);
1126 M_PREPEND(m0, space, M_NOWAIT);
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dsetmode.c362 switch (mode->space) {
398 switch (mode->space) {
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c75 switch (target.space)
89 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/add-ons/accelerants/via/engine/
H A Dinfo.c651 p1->space = B_CMAP8;
667 p2->space = B_CMAP8;
H A Dcrtc.c275 switch (target.space)
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c47 switch(si->dm.space)
68 /* Doesn't work for other than 32bit space (yet?) */
69 if (si->dm.space != B_RGB32_LITTLE)
H A Dnv_crtc2.c47 switch(si->dm.space)
68 /* Doesn't work for other than 32bit space (yet?) */
69 if (si->dm.space != B_RGB32_LITTLE)
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dpatch.cpp418 && get_color_space_for_depth(info.modes[i].bits_per_pixel) == mode.space) {
455 info.shared_info->current_mode.space = get_color_space_for_depth(
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp459 sharedInfo.current_mode.space = B_RGB32;
626 sharedInfo.current_mode.space = B_RGB32;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c298 * space of the h/w. We request "coherent" memory which
2276 void *dstbuf, int space)
2281 for (i = 0; space >= 2*sizeof(uint32_t); i++) {
2285 space -= sizeof(uint32_t);
2301 space -= sizeof(uint32_t);
2302 } while (r <= e && space >= sizeof(uint32_t));
2275 mwl_hal_getregdump(struct mwl_hal_priv *mh, const MWL_DIAG_REGRANGE *regs, void *dstbuf, int space) argument
H A Dif_mwl.c449 * Transmit requires space in the packet for a special
1516 * guaranteed key space so we are always successful.
2248 const size_t space = sizeof(struct mwl_node); local
2251 mn = malloc(space, M_80211_NODE, M_NOWAIT|M_ZERO);
3161 const int space = sizeof(struct mwltxrec) - hdrlen; local
3162 if (M_LEADINGSPACE(m0) < space) {
3167 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len);
3174 M_PREPEND(m0, space, M_NOWAIT);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c1287 ntfs_log_perror("Failed to zero space");
1397 * compression block, as we may need space to decompress
1399 * So allocate the space common to compression block
1667 * Borrow space from adjacent hole for appending data
2833 ptrdiff_t space; local
2868 space = le32_to_cpu(ctx->mrec->bytes_in_use) - offs;
2870 || (((space < (ptrdiff_t)offsetof(ATTR_RECORD,
2872 || (space < (ptrdiff_t)le32_to_cpu(a->length)))
2873 && ((space < 4) || (a->type != AT_END))))
3050 * space, th
3075 ptrdiff_t space; local
[all...]
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_mode.cpp840 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
/haiku/headers/os/media/
H A DMediaDefs.h504 color_space space; member in struct:media_multistream_format::vid_info
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp163 const char* const gKey_space = "space";
689 write_colorspace_attr(gKey_space, f.space, context);
1135 import_color_space(value, f.space);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c1935 /* Make sure our PCI config space has the necessary stuff set */
2454 /* free space in tx packet buffer to wake from DMA coal */
2595 * if short on rx space, rx wins
4543 const char *space = ""; local
4548 space = " ";
4553 space, fw_ver->invm_major, fw_ver->invm_minor,
4555 space = " ";
4560 space, fw_ver->or_major, fw_ver->or_build,
4562 space = " ";
4566 sbuf_printf(buf, "%seTrack 0x%08x", space, fw_ve
[all...]

Completed in 225 milliseconds

123456789