Searched refs:space (Results 151 - 175 of 219) sorted by relevance

123456789

/haiku/src/add-ons/accelerants/vesa/
H A Dhooks.cpp66 buffer->space = colorSpace;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c415 if (is_neg || info->showsign || info->space)
426 else if (info->space)
855 /* We need space for the significant digits and perhaps
1086 if (is_neg || info->showsign || info->space)
1097 else if (info->space)
1203 There is guaranteed enough space past BUFEND to extend it.
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer.cpp197 sharedInfo.current_mode.space = get_color_space_for_depth(
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h87 int32 height, color_space space);
/haiku/src/preferences/filetypes/
H A DIconView.h64 static BBitmap* AllocateBitmap(icon_size size, int32 space = -1);
H A DIconView.cpp525 Icon::AllocateBitmap(icon_size size, int32 space) argument
528 if (space == -1)
529 space = kSpace;
532 if (space == B_CMAP8) {
537 be_control_look->ComposeIconSize(size)), (color_space)space);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp366 // we need space for fAfterLastEntry, too (in case we need to wrap around
370 // If there's not enough space (free or occupied) after fAfterLastEntry,
398 // buffer is empty or the space after fAfterLastEntry is unoccupied
402 // free the first entries, until there's enough space
403 size_t space = fFirstEntry - fAfterLastEntry; local
405 if (space < needed) {
406 TRACE(("_MakeSpace(%lu), left %ld\n", needed, space));
409 while (space < needed) {
410 space += fFirstEntry->size;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.c241 s32 space; local
281 space = le32_to_cpu(m->bytes_in_use) - offset;
284 while ((space >= (s32)offsetof(ATTR_RECORD, resident_end))
287 if ((le32_to_cpu(a->length) <= (u32)space)
292 space -= le32_to_cpu(a->length);
303 if ((space < 4) || (a->type != AT_END)) {
1028 * worth of clusters or if not enough space for this by one mft record worth
1093 * There is not enough space to do the allocation, but there
1094 * might be enough space to do a minimal allocation so try that
1655 * normal files if the volume is completely out of space
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A DSetDisplayMode.c195 Radeon_GetFormat( mode->space, &format, &bpp );
453 Radeon_GetFormat( mode.space, &format, &bpp );
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dbes.c746 switch(si->dm.space)
761 /* this space has no alpha bits */
814 switch(si->dm.space)
829 /* this space has no alpha bits */
H A Dtvout.c80 switch (target.space)
94 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_bes.c751 switch(si->dm.space)
766 /* this space has no alpha bits */
822 switch(si->dm.space)
837 /* this space has no alpha bits */
H A Dnv_acc_dma.c199 /* first clear the entire RAMHT (hash-table) space to a defined state. It turns
212 /* RAMHT (hash-table) space SETUP FIFO HANDLES */
218 * (CTX registers are actually a sort of RAM space.) */
296 * CTX registers are in fact in the same GPU internal RAM space as the engine's
526 switch(si->dm.space)
961 * should point to a DMA definition in CTX register space (which is sort of RAM).
977 * In this space you define the engine command handles (HT_HANDL_XX), which
978 * in turn points to the defines in CTX register space (which is sort of RAM) */
1070 /* note the current free space we have left in the DMA buffer */
1104 switch(si->dm.space)
[all...]
H A Dnv_dac.c82 /*set colour arrays to point to space reserved in shared info*/
341 switch (target.space)
367 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/add-ons/accelerants/via/engine/
H A Dtvout.c80 switch (target.space)
94 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvesa.cpp408 sharedInfo.current_mode.space = get_color_space_for_depth(
497 info.shared_info->current_mode.space = get_color_space_for_depth(
/haiku/src/kits/interface/
H A DAlert.cpp789 char space = ' '; local
790 fAlert->ButtonAt(i)->KeyDown(&space, 1);
/haiku/src/kits/tracker/
H A DDeskWindow.cpp543 BDeskWindow::ScreenChanged(BRect frame, color_space space) argument
552 fBackgroundImage->ScreenChanged(frame, space);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_mode.cpp176 // Get parameters for a color space which is supported by the 3dfx chips.
177 // Return true if the color space is supported; else return false.
193 TRACE("Unsupported color space: 0x%X\n", colorSpace);
387 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_mode.cpp397 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
H A Drage128_mode.cpp432 if (gInfo.sharedInfo->displayMode.space != B_CMAP8)
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_acc.c61 switch(si->dm.space)
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h233 case 0x0020: /* space */
234 case 0x00a0: /* non breaking space */
351 ? delta->space : delta->nonspace;
/haiku/headers/os/interface/
H A DFont.h147 float space; member in struct:escapement_delta
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp50 switch (mode.space) {
247 mode.space = B_RGB32;
553 mode.space = B_RGB32;

Completed in 165 milliseconds

123456789