Searched refs:space (Results 1 - 25 of 219) sorted by last modified time

123456789

/haiku/src/preferences/screen/
H A DScreenWindow.cpp78 color_space space; member in struct:__anon1
293 // put workspaces slider in a vertical group with a half space above so
294 // if hidden you won't see the extra space.
399 message->AddInt32("space", kColorSpaces[i].space);
402 if (kColorSpaces[i].space == screen.ColorSpace())
683 (a color space is made active if there is any mode with
684 given resolution and this colour space; same applies for
704 && kColorSpaces[i].space == mode.space
764 int32 space; local
1075 int32 space; local
[all...]
H A DScreenMode.cpp132 switch (space) {
154 || space != other.space || refresh != other.refresh
167 space = (color_space)mode.space;
352 ScreenMode::SupportsColorSpace(const screen_mode& mode, color_space space) argument
496 || (color_space)fModeList[i].space != mode.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/servers/app/
H A DServerApp.cpp737 // 2) color_space space
2613 link.Read<float>(&delta.space);
2685 // 8) float - additional "space" delta
2707 link.Read<float>(&delta.space);
H A DScreen.cpp114 mode.space = colorSpace;
152 modes[0].timing.h_total, modes[0].timing.v_total, modes[0].space);
208 colorspace = mode.space;
243 return (color_space)mode.space;
266 + 100 * abs((int)(mode.space - colorSpace));
H A DBitmapManager.cpp58 //! Sets up stuff to be ready to allocate space for bitmaps
79 \param space Color space of the bitmap
87 HWInterface& hwInterface, BRect bounds, color_space space, uint32 flags,
98 bounds.IntegerHeight() + 1, space))
108 ServerBitmap* bitmap = new(std::nothrow) ServerBitmap(bounds, space, flags,
195 BRect bounds, color_space space, uint32 flags, int32 bytesPerRow)
200 BReference<ServerBitmap> bitmap(new(std::nothrow) ServerBitmap(bounds, space, flags,
86 CreateBitmap(ClientMemoryAllocator* allocator, HWInterface& hwInterface, BRect bounds, color_space space, uint32 flags, int32 bytesPerRow, int32 screen, uint8* _allocationFlags) argument
194 CloneFromClient(area_id clientArea, int32 areaOffset, BRect bounds, color_space space, uint32 flags, int32 bytesPerRow) argument
/haiku/src/kits/interface/
H A DFont.cpp1088 link.Attach<float>(delta ? delta->space : 0.0f);
1130 link.Attach<float>(delta ? delta->space : 0.0);
H A DGraphicsDefs.cpp97 get_pixel_size_for(color_space space, size_t *pixelChunk, size_t *rowAlignment, argument
103 switch (space) {
198 get_overlay_flags(color_space space) argument
202 link.Attach<uint32>((uint32)space);
215 bitmaps_support_space(color_space space, uint32 *supportFlags) argument
218 switch (space) {
228 | get_overlay_flags(space);
244 *supportFlags = get_overlay_flags(space);
H A DAlert.cpp789 char space = ' '; local
790 fAlert->ButtonAt(i)->KeyDown(&space, 1);
/haiku/headers/os/interface/
H A DFont.h147 float space; member in struct:escapement_delta
H A DGraphicsDefs.h173 // linear color space (little endian)
186 // linear color space (big endian)
196 // linear color space (little endian, for completeness)
206 // non linear color space -- incidently, all with 8 bits per value
287 bool bitmaps_support_space(color_space space, uint32* _supportFlags);
290 status_t get_pixel_size_for(color_space space, size_t* _pixelChunk,
/haiku/src/libs/compat/freebsd_network/
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/servers/app/font/
H A DGlyphLayoutEngine.h233 case 0x0020: /* space */
234 case 0x00a0: /* non breaking space */
351 ? delta->space : delta->nonspace;
/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/kits/tracker/
H A DDeskWindow.cpp543 BDeskWindow::ScreenChanged(BRect frame, color_space space) argument
552 fBackgroundImage->ScreenChanged(frame, space);
/haiku/src/add-ons/accelerants/virtio/
H A Dmode.cpp30 return lhs.space == rhs.space
53 (color_space)gInfo->shared_info->current_mode.space
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h87 int32 height, color_space space);
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/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/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp295 mode->space = B_RGB32_LITTLE;
393 ERROR("%s: ERROR: Out of space for additional GPIO pins!\n", __func__);
463 ERROR("%s: ERROR: Out of space for additional GPIO pins!\n", __func__);
/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/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/apps/mail/
H A DContent.cpp541 // skip one leading space (tabs & newlines aren't allowed here)
2533 bool space = false;
2536 space = true;
2538 if (space) {
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer.cpp197 sharedInfo.current_mode.space = get_color_space_for_depth(

Completed in 296 milliseconds

123456789