Searched refs:B_RGB32 (Results 51 - 75 of 172) sorted by relevance

1234567

/haiku/src/apps/terminal/
H A DColorListView.cpp68 BBitmap* bitmap = new BBitmap(rect, B_RGB32, true);
/haiku/src/apps/tv/
H A DController.cpp315 color_space cspaces_overlay[] = { B_YCbCr422, B_RGB32, B_NO_COLOR_SPACE };
316 color_space cspaces_bitmap[] = { B_RGB32, B_NO_COLOR_SPACE };
H A DVideoView.cpp119 BBitmap *tmp = new BBitmap(bmp->Bounds(), 0, B_RGB32);
347 { B_RGB32, "B_RGB32"},
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c975 case B_RGB32: acc_mask = 0x1f; depth = 32; break;
991 case B_RGB32: depth = 32; break;
1016 case B_RGB32: crtc_mask = 0x1f; break;
1030 case B_RGB32: crtc_mask = 0x03; break;
1043 case B_RGB32: crtc_mask = 0x0f; break;
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp79 case B_RGB32:
80 name = "B_RGB32";
530 // -> fall back to double buffer for fDisplayMode.space != B_RGB32
533 if ((color_space)fDisplayMode.space != B_RGB32
643 const uint32 colors[] = {B_CMAP8, B_RGB15, B_RGB16, B_RGB32};
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp422 // case B_RGB32:
453 case B_RGB32:
498 case B_RGB32:
718 case B_RGB32:
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp347 fFtpBitmap = new BBitmap(BRect(0, 0, xSize - 1, ySize - 1), B_RGB32, false,
439 if (format->u.raw_video.display.format != B_RGB32
660 BBitmap* b = new BBitmap(BRect(0,0,159,119), B_RGB32, true, false);
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.cpp47 case B_RGB32:
277 if (fColorSpace != B_RGB32 && fColorSpace != B_RGBA32)
/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.cpp109 pbits = new BBitmap(BRect(0,0,5,5), B_RGB32);
212 sheader.colors = B_RGB32;
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp388 printf("IconButton::SetIcon() - B_RGB32 bitmap is not valid\n");
412 if (format != B_RGB32 && format != B_RGBA32 && format != B_RGB32_BIG && format != B_RGBA32_BIG) {
414 BBitmap* bitmap = new(nothrow) BBitmap(quickResBitmap->Bounds(), B_RGB32, true);
429 printf("IconButton::SetIcon() - B_RGB32 bitmap is not valid\n");
483 } else if (format == B_RGB32) {
625 if (format == B_RGB32 || format == B_RGB32_BIG) {
H A DSwatchView.cpp259 B_RGB32);
/haiku/src/libs/print/libprint/
H A DHalftone.cpp82 case B_RGB32:
H A DHalftoneView.cpp19 const color_space kColorSpace = B_RGB32;
H A DGraphicsDriver.cpp511 ASSERT(target->ColorSpace() == B_RGB32);
512 ASSERT(source->ColorSpace() == B_RGB32);
867 if (cs == B_RGB32)
910 if (cs == B_RGB32)
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp206 rawMediaFormat.u.raw_video.display.format = B_RGB32;
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.cpp237 fBackBitmap = new(std::nothrow) BBitmap(b, B_RGB32, true);
/haiku/src/libs/glut/
H A DglutGameMode.cpp251 case B_RGB32: return 32;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h181 color_space colorSpace = B_RGB32,
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp32 if (colors != B_RGB32 && colors != B_RGBA32)
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp532 BBitmap icon(BRect(0, 0, 15, 15), B_RGB32);
534 BBitmap icon2(BRect(0, 0, 15, 15), B_RGB32);
541 BBitmap icon3(BRect(0, 0, 31, 31), B_RGB32);
543 BBitmap icon4(BRect(0, 0, 31, 31), B_RGB32);
/haiku/src/apps/screenshot/
H A DUtility.cpp162 includeBorder ? B_RGBA32 : B_RGB32, true);
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp64 return B_RGB32;
H A Dhooks.cpp38 static const uint32 kSupportedSpaces[] = {B_RGB15, B_RGB16, B_RGB32,
/haiku/src/preferences/appearance/
H A DColorPreview.cpp243 BBitmap* bitmap = new BBitmap(rect, B_RGB32, true);
/haiku/src/kits/shared/
H A DIconButton.cpp413 printf("BIconButton::SetIcon() - B_RGB32 bitmap is not "
446 if (format != B_RGB32 && format != B_RGBA32
450 quickResBitmap->Bounds(), B_RGB32, true);
465 printf("BIconButton::SetIcon() - B_RGB32 bitmap is not "
598 } else if (format == B_RGB32) {
710 if (format == B_RGB32 || format == B_RGB32_BIG) {

Completed in 209 milliseconds

1234567