Searched refs:space (Results 51 - 75 of 219) sorted by relevance

123456789

/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c118 switch(target.space)
132 switch(target2.space)
320 switch(target.space)
339 LOG(8,("SETMODE: Invalid singlehead colour depth 0x%08x\n", target.space));
453 switch(si->dm.space)
464 LOG(8,("SET:Invalid DH colour depth 0x%08x, should never happen\n", si->dm.space));
470 switch(si->dm.space)
554 if (si->dm.space != B_CMAP8) return;
H A DCursor.c68 switch(si->dm.space)
83 switch(si->dm.space)
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_general.c447 switch (target->space)
459 LOG(8,("INIT: unsupported colorspace: 0x%08x\n", target->space));
464 switch (target->space)
471 LOG(8,("INIT: unsupported colorspace: 0x%08x\n", target->space));
481 if ((si->ps.card_type < NM2200) && (target->space == B_RGB24)) *acc_mode = false;
502 switch(target->space)
535 switch (target->space)
617 video_pitch, target->space));
/haiku/src/bin/
H A Dscreeninfo.cpp18 color_space space; member in struct:ColorSpace
81 if (bitmaps_support_space(table[i].space, &supportFlags)
/haiku/src/servers/app/
H A DServerBitmap.h87 ServerBitmap(BRect rect, color_space space,
114 UtilityBitmap(BRect rect, color_space space,
H A DServerCursor.h25 ServerCursor(BRect r, color_space space,
/haiku/src/preferences/screen/
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)
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...]
/haiku/headers/cpp/
H A DPlotFile.h85 PlotFile& space(const int x0, const int y0,
/haiku/src/add-ons/accelerants/neomagic/
H A DGetModeInfo.c56 switch (dm->space)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf.h42 unsigned int space:1; /* Space flag. */ member in struct:printf_info
H A Dprintf_size.c188 if (negative || info->showsign || info->space)
199 else if (info->space)
218 fp_info.space = info->space;
/haiku/src/tests/system/libroot/posix/
H A Dtest_wctype.c51 wctype_t bit_space = wctype("space");
70 TEST (space);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantBuffer.cpp61 return (color_space)fDisplayMode.space;
/haiku/headers/glibc/
H A Dprintf.h42 unsigned int space:1; /* Space flag. */ member in struct:printf_info
/haiku/src/kits/tracker/
H A DBackgroundImage.h104 void ScreenChanged(BRect rect, color_space space);
/haiku/src/apps/fontdemo/
H A DFontDemoView.h46 void SetSpacing(float space);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.h52 status_t dp_get_pixel_size_for(color_space space, size_t *pixelChunk,
/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.cpp31 color_space space; member in struct:set_bits_test_data
408 BBitmap bitmap(bounds, initialData.space);
415 //setData.space);
416 bitmap.SetBits(setData.data, setData.length, 0, setData.space);
429 BBitmap bitmap(bounds, initialData.space);
436 //initialData.offset, setData.space);
438 setData.space);
455 BBitmap bitmap(bounds, initialData.space);
462 BBitmap bitmap2(bounds2, setData.space);
472 //bounds.IntegerWidth() + 1, bounds.IntegerHeight() + 1, initialData.space,
[all...]
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp417 fDisplayMode.space = B_RGBA32;
457 && fDisplayMode.space == mode.space)
471 && modes[i].space == mode.space) {
527 // being. The color space conversion is handled in CopyBackToFront()
530 // -> fall back to double buffer for fDisplayMode.space != B_RGB32
533 if ((color_space)fDisplayMode.space != B_RGB32
534 && (color_space)fDisplayMode.space != B_RGBA32)
538 = new BBitmap(frame, 0, (color_space)fDisplayMode.space);
[all...]
/haiku/src/kits/game/
H A DWindowScreen.cpp191 BWindowScreen::BWindowScreen(const char *title, uint32 space, status_t *error, argument
204 status_t status = _InitData(space, attributes);
210 BWindowScreen::BWindowScreen(const char *title, uint32 space, argument
219 status_t status = _InitData(space, attributes);
367 BWindowScreen::SetSpace(uint32 space) argument
372 status_t status = _GetModeFromSpace(space, &mode);
570 BWindowScreen::_InitData(uint32 space, uint32 attributes) argument
609 status = _GetModeFromSpace(space, fDisplayMode);
822 switch(mode.space & 0x0fff) {
846 if (mode.space
925 _GetModeFromSpace(uint32 space, display_mode *dmode) argument
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c882 u_int space; local
901 space = m->m_len - off;
903 if (space > data_len)
904 space = data_len;
906 while (space >= sizeof(uint32_t)) {
909 data += sizeof(uint32_t), space -= sizeof(uint32_t);
913 * NB: when space is zero we make one more trip around
918 * with m pointing at the mbuf with 3 bytes and space
922 (data_len < sizeof(uint32_t) && space != 0))
929 if (space !
[all...]
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c969 switch (target->space)
977 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
985 switch (target->space)
993 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
1009 switch (target->space)
1018 LOG(8,("INIT: unknown color space: 0x%08x\n", target->space));
1024 switch (target->space)
[all...]
/haiku/src/add-ons/accelerants/via/
H A DCursor.c62 switch(si->dm.space)
77 switch(si->dm.space)
/haiku/headers/os/translation/
H A DTranslationUtils.h50 static void SetBitmapColorSpace(color_space space);

Completed in 117 milliseconds

123456789