Searched refs:space (Results 76 - 100 of 219) sorted by relevance

123456789

/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc153 PlotFile& PlotFile:: space(const int x0, const int y0, function in class:PlotFile
/haiku/headers/private/graphics/
H A Dvideo_overlay.h33 uint32 space; /* color_space of buffer */ member in struct:__anon3
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp70 fDelta.space = 0;
/haiku/headers/os/add-ons/graphics/
H A DGraphicsCard.h67 uint32 space; member in struct:__anon5
/haiku/src/add-ons/accelerants/neomagic/
H A DProposeDisplayMode.c141 if ((si->ps.card_type == NM2070) && (target->space == B_RGB24_LITTLE))
244 /* checkout space needed for hardcursor (if any) */
384 /* poke the specific space */
385 dst->space = low.space = high.space = spaces[j];
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c334 if (negative || info->showsign || info->space)
345 else if (info->space)
516 width -= ((negative || info->showsign || info->space)
536 else if (info->space)
/haiku/src/add-ons/accelerants/radeon/
H A Dmultimon.c164 if( mode->space != 0 || low->space != 0 || high->space != 0
H A Doverlay.c114 // invalidate active colour space
115 si->active_overlay.ob.space = -1;
121 // colour space transformation matrix
150 // set overlay colour space transformation matrix
190 switch( si->pending_overlay.ob.space ) {
214 // get matrix values to convert overlay colour space to RGB
270 si->active_overlay.ob.space = si->pending_overlay.ob.space;
276 uint32 space, uint8 red, uint8 green, uint8 blue )
286 switch( space ) {
275 colourKey2RGB32( uint32 space, uint8 red, uint8 green, uint8 blue ) argument
[all...]
H A Dpalette.c67 if( vc->mode.space != B_CMAP8 ) {
H A DGetModeInfo.c92 && ai->mode_list[i].space == B_RGB32_LITTLE) {
H A Dradeon_accelerant.h95 bool Radeon_GetFormat( int space, int *format, int *bpp );
/haiku/src/libs/glut/
H A DglutGameMode.cpp250 switch (mode->space) {
283 if (mode1->space != mode2->space)
/haiku/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp72 TRACE("AllocateOverlayBuffer() unsupported color space 0x%x\n",
102 // Test if there is sufficient space between the end of the current
108 break; // sufficient space for the new buffer
118 // No space between any current buffers of the required size was found;
119 // thus space must be allocated between the last buffer and the end of
121 // ends so that it can be determined if there is sufficient space for
130 TRACE("AllocateOverlayBuffer() insuffcient space for %ld (0x%lx) "
132 return NULL; // insufficient space for buffer
146 ovBuff->space = colorSpace;
215 switch (buffer->space) {
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Doverlay.cpp75 TRACE("AllocateOverlayBuffer() unsupported color space 0x%x\n",
97 // Test if there is sufficient space between the end of the current
103 break; // sufficient space for the new buffer
113 // No space between any current buffers of the required size was found;
114 // thus space must be allocated between the last buffer and the end of
116 // ends so that it can be determined if there is sufficient space for
126 TRACE("AllocateOverlayBuffer() insuffcient space for %ld (0x%lx) "
128 return NULL; // insufficient space for buffer
142 ovBuff->space = colorSpace;
210 if (buffer->space
[all...]
/haiku/src/kits/storage/disk_device/
H A DPartitioningInfo.cpp111 // If there's no intersection with any free space, we're done.
120 // special case: split a single space in two
124 TRACE((" splitting space at %ld\n", leftIndex));
126 // add a space after this one
135 partitionable_space_data& space = fSpaces[leftIndex];
138 space.size = offset - space.offset;
149 // check whether the first affected space is eaten completely
154 TRACE((" left space remains, new size is %lld\n", leftSpace.size));
159 // check whether the last affected space i
[all...]
/haiku/src/add-ons/accelerants/nvidia/
H A DProposeDisplayMode.c140 if( mode->space != 0 || low->space != 0 || high->space != 0
419 /* checkout space needed for hardcursor (if any) */
423 /* Reserve extra space as a workaround for certain bugs (see DriverInterface.h
464 switch (target->space) {
602 /* poke the specific space */
603 dst[si->mode_count].space = low.space = high.space
[all...]
/haiku/src/add-ons/accelerants/common/
H A Dcreate_display_modes.cpp152 if (mode1->space != mode2->space)
153 return mode1->space - mode2->space;
280 mode.space = B_RGB32;
356 fModes[j + fCount - baseModeCount].space = spaces[i];
506 // every color space
540 mode->space = B_CMAP8;
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp71 header_space space; member in struct:data_header
88 return header->space.free;
94 header->space.size += toAdd;
95 header->space.free += toAdd;
102 header->space.size -= toSubtract;
103 header->space.free -= toSubtract;
114 void SetTailSpace(uint16 space) argument
117 header->tail_space = space;
123 uint16 space = used + header->tail_space; local
124 header->space
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf.c113 &max_datalen, 0, "Minimum space left in mbuf after max_hdr");
272 M_SANITY_ACTION("m_data + m_len exeeds mbuf space");
790 int space; local
813 space = &m->m_dat[MLEN] - (m->m_data + m->m_len);
815 count = min(min(max(len, max_protohdr), space), n->m_len);
821 space -= count;
840 * the amount of empty space before the data in the new mbuf to be specified
847 int count, space; local
857 space = &m->m_dat[MLEN] - (m->m_data + m->m_len);
859 count = min(min(max(len, max_protohdr), space),
1090 int remainder, space; local
[all...]
H A Dpci.cpp202 pci_enable_io(device_t dev, int space) argument
207 switch (space) {
222 device_printf(dev, "pci_enable_io(%d) failed.\n", space);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.cpp239 // been copied into kernel space
437 int pktlen, space; local
441 space = pktlen + align;
442 if (space < MINCLSIZE)
446 space <= MCLBYTES ? MCLBYTES :
448 space <= MJUMPAGESIZE ? MJUMPAGESIZE :
450 space <= MJUM9BYTES ? MJUM9BYTES : MJUM16BYTES);
/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp378 // // Now distribute the additional space according to the weights.
389 // distribute the additional space equally
403 int32 space = fLayoutInfo->fSize - (fElementCount - 1) * fSpacing; local
424 // info.size += (int)(space * info.tempWeight / sumWeight);
425 // I.e. we simply assign space according to the weight. To avoid the
431 assignedSize = (int32)(space * assignedWeight / sumWeight);
455 space = remainingSpace;
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp55 make_space(acpi_ns_device_info *device, size_t space) argument
58 if (space <= available)
73 } while (device->buffer->WritableAmount() < space);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp171 fDisplayMode.space = B_RGB32;
521 + 100 * abs((int)(mode.space - compareMode.space));
605 if (fVGADevice < 0 && (color_space)newMode.space == B_RGB32) {
684 if (fDisplayMode.space == B_RGB15)
707 // being. The color space conversion is handled in CopyBackToFront()
712 // -> fall back to double buffer for fDisplayMode.space != B_RGB32
750 if (fDisplayMode.space == B_CMAP8)
752 else if (fDisplayMode.space == B_GRAY8)
967 mode.space
1364 AllocateOverlayBuffer(int32 width, int32 height, color_space space) argument
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h116 void ScreenChanged(BRect rect, color_space space);

Completed in 196 milliseconds

123456789