Symbol: B_RGBA32
headers/os/interface/GraphicsDefs.h
200
B_RGBA32_LITTLE = B_RGBA32,
src/add-ons/accelerants/radeon_hd/displayport.cpp
970
if ((space == B_RGB32) || (space == B_RGBA32) || (space == B_RGB32_BIG)
src/add-ons/input_server/devices/keyboard/TeamListItem.cpp
28
fMiniIcon(BRect(BPoint(0, 0), be_control_look->ComposeIconSize(B_MINI_ICON)), B_RGBA32),
src/add-ons/input_server/devices/keyboard/TeamListItem.cpp
29
fLargeIcon(BRect(BPoint(0, 0), be_control_look->ComposeIconSize(B_LARGE_ICON)), B_RGBA32),
src/add-ons/media/media-add-ons/video_mixer/VideoMixerNodeProducer.cpp
65
fOutput.format.u.raw_video.display.format = B_RGBA32;
src/add-ons/media/media-add-ons/videowindow/VideoNode.cpp
248
err = CreateBuffers(frame, B_RGBA32, false);
src/add-ons/media/media-add-ons/videowindow/VideoView.cpp
210
{ B_RGBA32, "B_RGBA32"},
src/add-ons/media/plugins/ffmpeg/gfx_util.cpp
252
case B_RGBA32:
src/add-ons/screen_savers/icons/IconDisplay.cpp
53
B_RGBA32);
src/add-ons/screen_savers/icons/IconsSaver.cpp
85
fBackBitmap = new BBitmap(screenRect, B_RGBA32, true);
src/add-ons/tracker/zipomatic/ZipOMaticActivity.cpp
182
fBitmap = new BBitmap(rect, B_RGBA32, true);
src/add-ons/translators/avif/AVIFTranslator.cpp
234
case B_RGBA32:
src/add-ons/translators/avif/AVIFTranslator.cpp
451
colors = B_RGBA32;
src/add-ons/translators/bmp/BMPTranslator.cpp
1039
case B_RGBA32:
src/add-ons/translators/bmp/BMPTranslator.cpp
1112
case B_RGBA32:
src/add-ons/translators/bmp/BMPTranslator.cpp
593
case B_RGBA32:
src/add-ons/translators/bmp/BMPTranslator.cpp
656
case B_RGBA32:
src/add-ons/translators/gif/GIFLoad.cpp
304
header.colors = (color_space)B_HOST_TO_BENDIAN_INT32(B_RGBA32);
src/add-ons/translators/gif/GIFSave.cpp
53
if (colorSpace != B_RGB32 && colorSpace != B_RGBA32
src/add-ons/translators/gif/GIFSave.cpp
536
&& colorSpace == B_RGBA32);
src/add-ons/translators/gif/GIFSave.cpp
542
if (colorSpace == B_RGB32 || colorSpace == B_RGBA32) {
src/add-ons/translators/gif/GIFTranslator.cpp
144
if (cs != B_RGB32 && cs != B_RGBA32 && cs != B_RGB32_BIG
src/add-ons/translators/gif/SavePalette.cpp
279
if (cs != B_RGB32 && cs != B_RGBA32 && cs != B_RGB32_BIG
src/add-ons/translators/gif/SavePalette.cpp
301
if (cs == B_RGB32 || cs == B_RGBA32) {
src/add-ons/translators/hvif/HVIFTranslator.cpp
113
BBitmap dummy(BRect(0, 0, 1, 1), B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/add-ons/translators/hvif/HVIFTranslator.cpp
160
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/add-ons/translators/icns/ICNSLoader.cpp
155
bitsHeader.colors = B_RGBA32;
src/add-ons/translators/icns/ICNSLoader.cpp
32
if (colors != B_RGB32 && colors != B_RGBA32)
src/add-ons/translators/icns/ICNSTranslator.cpp
216
if (ICNSFormat(width, height, B_RGBA32) == ICNS_NULL_TYPE)
src/add-ons/translators/ico/ICO.cpp
173
if (space == B_RGBA32)
src/add-ons/translators/ico/ICO.cpp
206
case B_RGBA32:
src/add-ons/translators/ico/ICO.cpp
638
bitsHeader.colors = B_RGBA32;
src/add-ons/translators/ico/ICO.cpp
672
case B_RGBA32:
src/add-ons/translators/ico/ICO.cpp
705
if (bitsHeader.colors != B_RGBA32
src/add-ons/translators/jpeg/JPEGTranslator.cpp
924
case B_RGBA32:
src/add-ons/translators/jpeg2000/JPEG2000Translator.cpp
1116
out_color_space = B_RGBA32;
src/add-ons/translators/jpeg2000/JPEG2000Translator.cpp
971
case B_RGBA32:
src/add-ons/translators/png/PNGTranslator.cpp
418
bitsHeader.colors = B_RGBA32;
src/add-ons/translators/png/PNGTranslator.cpp
535
case B_RGBA32:
src/add-ons/translators/png/PNGTranslator.cpp
751
case B_RGBA32:
src/add-ons/translators/png/PNGTranslator.cpp
789
case B_RGBA32:
src/add-ons/translators/ppm/PPMTranslator.cpp
456
CSMessage(B_RGBA32)));
src/add-ons/translators/ppm/colorspace.cpp
280
case B_RGBA32:
src/add-ons/translators/ppm/colorspace.cpp
42
case B_RGBA32:
src/add-ons/translators/ppm/colorspace.cpp
539
if (in_space == B_RGBA32) {
src/add-ons/translators/ppm/colorspace.cpp
549
if (out_space == B_RGB32 || out_space == B_RGBA32) {
src/add-ons/translators/psd/PSDLoader.cpp
277
bitsHeader.colors = B_RGBA32;
src/add-ons/translators/psd/PSDWriter.cpp
277
if (fColorSpace != B_RGB32 && fColorSpace != B_RGBA32)
src/add-ons/translators/psd/PSDWriter.cpp
43
case B_RGBA32:
src/add-ons/translators/sgi/SGITranslator.cpp
304
case B_RGBA32:
src/add-ons/translators/sgi/SGITranslator.cpp
392
case B_RGBA32: {
src/add-ons/translators/sgi/SGITranslator.cpp
473
color_space format = B_RGBA32;
src/add-ons/translators/sgi/SGITranslator.cpp
484
format = B_RGBA32;
src/add-ons/translators/sgi/SGITranslator.cpp
490
format = B_RGBA32;
src/add-ons/translators/sgi/SGITranslator.cpp
585
case B_RGBA32: {
src/add-ons/translators/sgi/SGITranslator.cpp
654
case B_RGBA32: {
src/add-ons/translators/shared/BaseTranslator.cpp
285
header.colors != B_RGBA32 &&
src/add-ons/translators/tga/TGATranslator.cpp
1226
case B_RGBA32:
src/add-ons/translators/tga/TGATranslator.cpp
1335
case B_RGBA32:
src/add-ons/translators/tga/TGATranslator.cpp
2141
bitsHeader.colors = B_RGBA32;
src/add-ons/translators/tga/TGATranslator.cpp
452
case B_RGBA32:
src/add-ons/translators/tga/TGATranslator.cpp
839
case B_RGBA32:
src/add-ons/translators/tiff/TIFFTranslator.cpp
416
case B_RGBA32:
src/add-ons/translators/tiff/TIFFTranslator.cpp
447
case B_RGBA32:
src/add-ons/translators/tiff/TIFFTranslator.cpp
489
case B_RGBA32:
src/add-ons/translators/tiff/TIFFTranslator.cpp
717
case B_RGBA32:
src/add-ons/translators/tiff/TIFFTranslator.cpp
855
bitsHeader.colors = B_RGBA32;
src/add-ons/translators/webp/WebPTranslator.cpp
212
case B_RGBA32:
src/add-ons/translators/webp/WebPTranslator.cpp
349
bitmapHeader.colors = B_RGBA32;
src/add-ons/translators/wonderbrush/Canvas.cpp
148
BBitmap* bitmap = new BBitmap(fBounds, 0, B_RGBA32);
src/add-ons/translators/wonderbrush/Layer.cpp
51
|| (fBitmap->ColorSpace() != B_RGBA32
src/add-ons/translators/wonderbrush/support/bitmap_compression.cpp
152
format = B_RGBA32;
src/apps/aboutsystem/AboutSystem.cpp
936
textView->SetColorSpace(B_RGBA32);
src/apps/bootmanager/DrivesPage.cpp
79
B_RGBA32);
src/apps/charactermap/CharacterView.cpp
464
BBitmap* bitmap = new BBitmap(frame, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
224
BBitmap *dragBitmap = new BBitmap(m_frame.OffsetToCopy(BPoint(0.0, 0.0)), B_RGBA32, true);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
412
BBitmap *tempBitmap = new BBitmap(Frame().OffsetToCopy(0.0, 0.0), B_RGBA32, true);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
895
B_RGBA32, true);
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
203
case B_RGBA32:
src/apps/cortex/Persistence/Wrappers/MediaFormatIO.cpp
344
dest = B_RGBA32;
src/apps/cortex/support/MediaIcon.cpp
67
: BBitmap(BRect(0.0, 0.0, size - 1.0, size - 1.0), B_RGBA32),
src/apps/cortex/support/MediaIcon.cpp
78
: BBitmap(BRect(0.0, 0.0, size - 1.0, size - 1.0), B_RGBA32),
src/apps/cortex/support/MediaString.cpp
960
case B_RGBA32:
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
250
be_control_look->ComposeIconSize(B_MINI_ICON)), B_RGBA32);
src/apps/debugger/user_interface/gui/util/AlertWithCheckbox.cpp
41
fBitmap(IconSize(), B_RGBA32),
src/apps/deskbar/BarApp.cpp
1063
BBitmap* icon = new BBitmap(iconRect, B_RGBA32);
src/apps/deskbar/BarApp.cpp
1091
if (icon->ColorSpace() == B_RGBA32) {
src/apps/deskbar/BarApp.cpp
1142
B_RGBA32);
src/apps/deskbar/BarMenuBar.cpp
128
icon = new BBitmap(BRect(0, 0, width - 1, height - 1), B_RGBA32);
src/apps/deskbar/BarMenuBar.cpp
351
BBitmap* icon = new(std::nothrow) BBitmap(iconRect, B_RGBA32);
src/apps/deskbar/Switcher.cpp
1890
fOffBitmap = new BBitmap(slot, B_RGBA32, true);
src/apps/deskbar/TeamMenuItem.cpp
286
if (fIcon->ColorSpace() == B_RGBA32) {
src/apps/deskcalc/CalcView.cpp
209
fCalcIcon(new BBitmap(BRect(0, 0, 15, 15), 0, B_RGBA32)),
src/apps/deskcalc/CalcView.cpp
243
fCalcIcon(new BBitmap(BRect(0, 0, 15, 15), 0, B_RGBA32)),
src/apps/diskprobe/ProbeView.cpp
271
B_RGBA32);
src/apps/diskprobe/TypeEditors.cpp
1051
case B_RGBA32:
src/apps/diskusage/ControlsView.cpp
55
fIcon(new BBitmap(BRect(0, 0, 15, 15), B_RGBA32)),
src/apps/diskusage/InfoWindow.cpp
119
BBitmap *icon = new BBitmap(BRect(0.0, 0.0, 31.0, 31.0), B_RGBA32);
src/apps/diskusage/PieView.cpp
291
BBitmap* icon = new BBitmap(BRect(0.0, 0.0, 31.0, 31.0), B_RGBA32);
src/apps/diskusage/PieView.cpp
80
fIcon = new BBitmap(BRect(0.0, 0.0, 15.0, 15.0), B_RGBA32);
src/apps/drivesetup/DiskView.cpp
96
fIcon = new BBitmap(BRect(0, 0, 15, 15), B_RGBA32);
src/apps/drivesetup/MainWindow.cpp
377
BBitmap icon(BRect(0, 0, 32, 32), B_RGBA32);
src/apps/drivesetup/PartitionList.cpp
267
BBitmap *icon = new BBitmap(BRect(0, 0, 15, 15), B_RGBA32);
src/apps/expander/PasswordAlert.cpp
113
icon = new BBitmap(BRect(0, 0, 31, 31), B_RGBA32);
src/apps/firstbootprompt/BootPromptWindow.cpp
159
BBitmap desktopIcon(iconRect, B_RGBA32);
src/apps/firstbootprompt/BootPromptWindow.cpp
163
BBitmap installerIcon(iconRect, B_RGBA32);
src/apps/haikudepot/icon/PackageIconDefaultRepository.cpp
49
bitmap = new BBitmap(BRect(0, 0, size - 1, size - 1), 0, B_RGBA32);
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
345
bitmap = new BBitmap(BRect(0, 0, size - 1, size - 1), 0, B_RGBA32);
src/apps/haikudepot/ui/SharedIcons.cpp
179
BBitmap* bitmap = new BBitmap(BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
src/apps/haikudepot/ui/SharedIcons.cpp
217
bitmap = new BBitmap(BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
src/apps/icon-o-matic/generic/gui/IconButton.cpp
137
if (bitmap->ColorSpace() == B_RGBA32 || bitmap->ColorSpace() == B_RGBA32_BIG) {
src/apps/icon-o-matic/generic/gui/IconButton.cpp
412
if (format != B_RGB32 && format != B_RGBA32 && format != B_RGB32_BIG && format != B_RGBA32_BIG) {
src/apps/icon-o-matic/generic/gui/IconButton.cpp
580
BBitmap* convertedBitmap = new(nothrow) BBitmap(bitmap->Bounds(), B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
src/apps/icon-o-matic/generic/gui/IconButton.cpp
666
} else if (format == B_RGBA32 || format == B_RGBA32_BIG) {
src/apps/icon-o-matic/generic/gui/ListViews.cpp
836
BBitmap* dragBitmap = new BBitmap(dragRect, B_RGBA32, true);
src/apps/icon-o-matic/generic/gui/scrollview/ScrollCornerBitmaps.h
11
const color_space sColorSpace = B_RGBA32;
src/apps/icon-o-matic/generic/property/view/specific_properties/IconValueView.cpp
47
if (fIcon->ColorSpace() == B_RGBA32 || fIcon->ColorSpace() == B_RGBA32_BIG) {
src/apps/icon-o-matic/generic/support/support_ui.cpp
259
case B_RGBA32:
src/apps/icon-o-matic/generic/support/support_ui.cpp
85
|| bitmap->ColorSpace() == B_RGBA32)) {
src/apps/icon-o-matic/gui/Icons.h
100
const color_space kGradientPropertyIconFormat = B_RGBA32;
src/apps/icon-o-matic/gui/Icons.h
6
const color_space kPathPropertyIconFormat = B_RGBA32;
src/apps/icon-o-matic/import_export/bitmap/BitmapExporter.cpp
49
bitmapFlags, B_RGBA32);
src/apps/launchbox/LaunchButton.cpp
420
fIconSize - 1), B_RGBA32);
src/apps/magnify/Magnify.cpp
1903
case B_RGBA32:
src/apps/magnify/Magnify.cpp
1955
fPixel = new BBitmap(BRect(0,0,0,0), B_RGBA32, true);
src/apps/mail/Enclosures.cpp
448
BBitmap iconBitmap(iconRect, B_RGBA32);
src/apps/mail/MailWindow.cpp
2192
BBitmap bmap(rect, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
src/apps/mail/MailWindow.cpp
646
be_control_look->ComposeIconSize(22)), B_RGBA32);
src/apps/mediaconverter/MediaConverterApp.cpp
444
if (rvf->display.format == B_RGBA32) {
src/apps/mediaplayer/InfoWin.cpp
69
B_RGBA32);
src/apps/mediaplayer/interface/SubtitleBitmap.cpp
118
fBitmap = new BBitmap(bounds, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
src/apps/mediaplayer/support/ColorSpaceToString.cpp
16
case B_RGBA32:
src/apps/mediaplayer/support/StackBlurFilter.cpp
124
if (bitmap->ColorSpace() == B_RGBA32
src/apps/networkstatus/NetworkStatusView.cpp
163
BBitmap* trayIcon = new BBitmap(Bounds(), B_RGBA32);
src/apps/networkstatus/NetworkStatusView.cpp
173
= new BBitmap(BRect(B_ORIGIN, be_control_look->ComposeIconSize(32)), B_RGBA32);
src/apps/pairs/PairsView.cpp
219
BRect(0, 0, kSmallIconSize - 1, kSmallIconSize - 1), B_RGBA32);
src/apps/pairs/PairsView.cpp
223
BRect(0, 0, kMediumIconSize - 1, kMediumIconSize - 1), B_RGBA32);
src/apps/pairs/PairsView.cpp
227
BRect(0, 0, kLargeIconSize - 1, kLargeIconSize - 1), B_RGBA32);
src/apps/patchbay/EndpointInfo.cpp
109
bitmap = new BBitmap(r, B_RGBA32);
src/apps/patchbay/PatchView.cpp
43
fUnknownDeviceIcon = new BBitmap(iconRect, B_RGBA32);
src/apps/people/PictureView.cpp
405
BBitmap* bitmap = new(nothrow) BBitmap(rect, hasAlpha ? B_RGBA32
src/apps/processcontroller/AutoIcon.cpp
31
be_control_look->ComposeIconSize(B_MINI_ICON)), B_RGBA32);
src/apps/processcontroller/AutoIcon.cpp
41
BSize(B_MINI_ICON - 1, B_MINI_ICON - 1)), B_RGBA32);
src/apps/processcontroller/IconMenuItem.cpp
86
if (fIcon->ColorSpace() == B_RGBA32) {
src/apps/processcontroller/Utilities.cpp
66
be_control_look->ComposeIconSize(B_MINI_ICON)), B_RGBA32);
src/apps/pulse/NormalPulseView.cpp
169
fBrandLogo = new BBitmap(BRect(0, 0, 47, 47), B_RGBA32);
src/apps/resedit/BitmapView.cpp
576
cspace = B_RGBA32;
src/apps/resedit/BitmapView.cpp
606
cspace = B_RGBA32;
src/apps/screenshot/Screenshot.cpp
233
fUtility->cursorAreaBitmap = new BBitmap(bounds, B_RGBA32);
src/apps/screenshot/Utility.cpp
174
includeBorder ? B_RGBA32 : B_RGB32, true);
src/apps/screenshot/Utility.cpp
260
if (!frame.IsValid() || screenshot->ColorSpace() != B_RGBA32)
src/apps/showimage/Filter.cpp
1028
case B_RGBA32: // fall through
src/apps/showimage/Filter.cpp
296
&& srcImage->ColorSpace() != B_RGBA32))
src/apps/showimage/Filter.cpp
794
ASSERT(src->ColorSpace() == B_RGB32 || src->ColorSpace() == B_RGBA32);
src/apps/showimage/ShowImageView.cpp
1698
if (fBitmap->ColorSpace() == B_RGBA32)
src/apps/showimage/ShowImageView.cpp
395
if (fBitmap->ColorSpace() == B_RGBA32)
src/apps/showimage/ShowImageView.cpp
758
BBitmap* bitmap = new(nothrow) BBitmap(rect, hasAlpha ? B_RGBA32
src/apps/showimage/ToolBarIcons.cpp
630
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/apps/showimage/ToolBarIcons.cpp
638
toolBarIconsSize), 0, B_RGBA32);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
543
BBitmap icon(BRect(0, 0, iconSize - 1, iconSize - 1), 0, B_RGBA32);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
852
BBitmap* packageIcon = new BBitmap(iconRect, 0, B_RGBA32);
src/apps/soundrecorder/ScopeView.cpp
317
BRect(0, 0, 31, 31), 0, B_RGBA32);
src/apps/switcher/LaunchButton.cpp
372
fIconSize - 1), B_RGBA32);
src/apps/terminal/WindowIcon.h
4
const color_space kWindowIconFormat = B_RGBA32;
src/apps/tv/VideoView.cpp
348
{ B_RGBA32, "B_RGBA32"},
src/apps/webpositive/DownloadProgressView.cpp
69
fIconBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32),
src/apps/webpositive/DownloadProgressView.cpp
79
fIconBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32),
src/apps/webpositive/URLInputGroup.cpp
408
const color_space kGoBitmapFormat = B_RGBA32;
src/apps/webpositive/support/WindowIcon.h
4
const color_space kWindowIconFormat = B_RGBA32;
src/bin/desklink/DeskButton.cpp
46
fSegments = new BBitmap(frame, B_RGBA32);
src/bin/desklink/DeskButton.cpp
68
fSegments = new BBitmap(bounds, B_RGBA32);
src/bin/desklink/MediaReplicant.cpp
584
BBitmap* icon = new BBitmap(Bounds(), B_RGBA32);
src/bin/notify.cpp
216
(float)B_LARGE_ICON - 1), B_RGBA32);
src/build/libbe/interface/Bitmap.cpp
64
case B_RGB32: case B_RGBA32:
src/build/libbe/interface/GraphicsDefs.cpp
163
case B_RGB32: case B_RGBA32: case B_RGB24:
src/build/libbe/interface/GraphicsDefs.cpp
68
case B_RGB32: case B_RGBA32:
src/kits/app/Notification.cpp
43
fBitmap = new BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1), 0, B_RGBA32);
src/kits/bluetooth/UI/BluetoothIconView.cpp
23
fBitmap = new BBitmap(BRect(0, 0, 64, 64), 0, B_RGBA32);
src/kits/interface/AboutWindow.cpp
314
BBitmap* icon = new BBitmap(BRect(0.0, 0.0, 63.0, 63.0), B_RGBA32);
src/kits/interface/Alert.cpp
563
0, B_RGBA32);
src/kits/interface/Bitmap.cpp
96
case B_RGB32: case B_RGBA32:
src/kits/interface/ColorConversion.cpp
1154
case B_RGBA32:
src/kits/interface/ColorConversion.cpp
901
case B_RGBA32:
src/kits/interface/ColorConversion.cpp
959
case B_RGBA32:
src/kits/interface/ColumnTypes.cpp
655
if (bitmap->ColorSpace() == B_RGBA32
src/kits/interface/GraphicsDefs.cpp
113
case B_RGB32: case B_RGBA32:
src/kits/interface/GraphicsDefs.cpp
220
case B_RGB32: case B_RGBA32: case B_RGB24:
src/kits/interface/Icon.cpp
268
noAppServerLink ? B_BITMAP_NO_SERVER_LINK : 0, B_RGBA32);
src/kits/interface/Icon.cpp
286
|| bitmap->ColorSpace() != B_RGBA32) {
src/kits/interface/Icon.cpp
331
trimmed.OffsetToCopy(B_ORIGIN), B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/kits/interface/Icon.cpp
507
} else if (format == B_RGBA32) {
src/kits/interface/Icon.cpp
51
case B_RGBA32:
src/kits/interface/Icon.cpp
82
if (bitmap->ColorSpace() == B_RGBA32) {
src/kits/interface/InterfaceDefs.cpp
1236
color_space colorspace = B_RGBA32;
src/kits/interface/Slider.cpp
396
fOffScreenBits = new BBitmap(bounds, B_RGBA32, true, false);
src/kits/interface/Slider.cpp
482
fOffScreenBits = new BBitmap(Bounds(), B_RGBA32, true, false);
src/kits/interface/View.cpp
1439
BBitmap* bitmap = new(std::nothrow) BBitmap(dragRect, B_RGBA32);
src/kits/interface/View.cpp
1489
image = new(std::nothrow) BBitmap(BRect(0, 0, 0, 0), B_RGBA32);
src/kits/media/MediaDefs.cpp
1276
BBitmap icon(BRect(B_ORIGIN, be_control_look->ComposeIconSize(32)), B_RGBA32);
src/kits/shared/IconButton.cpp
118
if (bitmap->ColorSpace() == B_RGBA32
src/kits/shared/IconButton.cpp
314
BBitmap bitmap(bitmapRect, B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/kits/shared/IconButton.cpp
446
if (format != B_RGB32 && format != B_RGBA32
src/kits/shared/IconButton.cpp
554
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/kits/shared/IconButton.cpp
665
B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
src/kits/shared/IconButton.cpp
754
} else if (format == B_RGBA32 || format == B_RGBA32_BIG) {
src/kits/shared/IconView.cpp
52
be_control_look->ComposeIconSize(iconSize)), B_RGBA32);
src/kits/shared/IconView.cpp
92
be_control_look->ComposeIconSize(iconSize)), B_RGBA32);
src/kits/storage/Mime.cpp
132
B_RGBA32);
src/kits/tracker/Bitmaps.cpp
166
if (dest->ColorSpace() == B_RGBA32) {
src/kits/tracker/DraggableContainerIcon.cpp
130
BBitmap* dragBitmap = new BBitmap(rect, B_RGBA32, true);
src/kits/tracker/IconCache.cpp
1356
case B_RGBA32: {
src/kits/tracker/IconCache.cpp
1563
if (bitmap->ColorSpace() == B_RGBA32) {
src/kits/tracker/IconCache.cpp
1650
if (bitmap->ColorSpace() == B_RGBA32) {
src/kits/tracker/IconCache.cpp
245
case B_RGBA32:
src/kits/tracker/IconMenuItem.cpp
53
if (bitmap->ColorSpace() == B_RGBA32) {
src/kits/tracker/MountMenu.cpp
130
B_RGBA32);
src/kits/tracker/Navigator.cpp
105
BBitmap* bmpUp = new BBitmap(iconRect, B_RGBA32);
src/kits/tracker/Navigator.cpp
93
BBitmap* bmpBack = new BBitmap(iconRect, B_RGBA32);
src/kits/tracker/Navigator.cpp
99
BBitmap* bmpForw = new BBitmap(iconRect, B_RGBA32);
src/kits/tracker/PoseView.cpp
7689
BBitmap* bitmap = new BBitmap(rect, B_RGBA32, true);
src/kits/tracker/StatusWindow.cpp
528
fBitmap = new BBitmap(BRect(0, 0, 16, 16), B_RGBA32);
src/kits/tracker/TrackerInitialState.cpp
258
B_RGBA32);
src/kits/tracker/Utilities.cpp
654
BBitmap* dragBitmap = new BBitmap(rect, B_RGBA32, true);
src/kits/tracker/Utilities.h
84
const color_space kDefaultIconDepth = B_RGBA32;
src/kits/tracker/infowindow/HeaderView.cpp
421
BBitmap* dragBitmap = new BBitmap(rect, B_RGBA32, true);
src/libs/icon/IconUtils.cpp
291
BBitmap* tmp = new BBitmap(rect, B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/libs/icon/IconUtils.cpp
322
case B_RGBA32:
src/libs/icon/IconUtils.cpp
348
B_RGBA32);
src/libs/icon/IconUtils.cpp
453
if (icon->ColorSpace() != B_RGBA32 && icon->ColorSpace() != B_RGB32) {
src/libs/icon/IconUtils.cpp
455
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/libs/icon/IconUtils.cpp
712
if (source == NULL || source->ColorSpace() != B_RGBA32
src/libs/icon/IconUtils.cpp
745
if (icon->ColorSpace() != B_RGBA32 && icon->ColorSpace() != B_RGB32) {
src/preferences/filetypes/IconView.cpp
1123
fHeapIconBitmap = Icon::AllocateBitmap(B_LARGE_ICON, B_RGBA32);
src/preferences/filetypes/IconView.cpp
527
int32 kSpace = B_RGBA32;
src/preferences/filetypes/IconView.cpp
923
BBitmap *dragBitmap = new BBitmap(fIconBitmap->Bounds(), B_RGBA32, true);
src/preferences/filetypes/MimeTypeListView.cpp
95
BBitmap bitmap(iconRect, B_RGBA32);
src/preferences/input/InputIcons.cpp
54
mouseIcon = new BBitmap(sBounds, 0, B_RGBA32);
src/preferences/input/InputIcons.cpp
61
touchpadIcon = new BBitmap(sBounds, 0, B_RGBA32);
src/preferences/input/InputIcons.cpp
68
keyboardIcon = new BBitmap(sBounds, 0, B_RGBA32);
src/preferences/keymap/KeyboardLayoutView.cpp
464
BBitmap* bitmap = new BBitmap(rect, B_RGBA32, true);
src/preferences/keymap/StatusMenuField.cpp
242
fStopIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32);
src/preferences/keymap/StatusMenuField.cpp
260
fWarnIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32);
src/preferences/locale/LanguageListView.cpp
149
B_RGBA32);
src/preferences/mail/ConfigWindow.cpp
365
B_RGBA32);
src/preferences/mail/FilterConfigView.cpp
53
BBitmap *bitmap = new BBitmap(frame.OffsetToCopy(B_ORIGIN), B_RGBA32,
src/preferences/network/InterfaceListItem.cpp
228
BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
src/preferences/network/InterfaceListItem.cpp
242
BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
src/preferences/network/InterfaceListItem.cpp
255
BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
src/preferences/network/InterfaceListItem.cpp
268
BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
src/preferences/printers/JobListView.cpp
187
fIcon = new BBitmap(rect, B_RGBA32);
src/preferences/printers/PrinterListView.cpp
273
sIcon = new BBitmap(rect, B_RGBA32);
src/preferences/printers/PrinterListView.cpp
283
sSelectedIcon = new BBitmap(rect, B_RGBA32, true);
src/preferences/printers/PrinterListView.cpp
542
iconSize - 1), 0, B_RGBA32);
src/preferences/shortcuts/ShortcutsSpec.cpp
54
#define ICON_BITMAP_SPACE B_RGBA32
src/preferences/time/TimeZoneListItem.cpp
84
B_RGBA32);
src/servers/app/CursorManager.cpp
403
BBitmap renderCursor(BRect(0, 0, renderRectSize - 1, renderRectSize - 1), flags, B_RGBA32);
src/servers/app/CursorManager.cpp
406
BBitmap fallback(BRect(0, 0, 21, 21), B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/servers/app/CursorManager.cpp
407
fallback.SetBits(kCursorFallbackBits, 22 * 22 * 4, 0, B_RGBA32);
src/servers/app/CursorManager.cpp
412
BBitmap cursor(rect, flags, B_RGBA32);
src/servers/app/CursorManager.cpp
415
BBitmap shadow(rect, flags, B_RGBA32);
src/servers/app/CursorManager.cpp
442
BBitmap composite(rect, flags, B_RGBA32);
src/servers/app/CursorManager.cpp
486
cursorMember = new ServerCursor(noCursor, 1, 1, B_RGBA32);
src/servers/app/CursorSet.cpp
385
= new(std::nothrow) BBitmap(BRect(0,0,15,15), B_RGBA32, 0);
src/servers/app/DirectWindowInfo.cpp
124
case B_RGBA32:
src/servers/app/Layer.cpp
222
B_RGBA32, 0), true);
src/servers/app/ServerApp.cpp
1199
color_space colorspace = B_RGBA32;
src/servers/app/ServerCursor.cpp
63
ServerBitmap(BRect(0, 0, 15, 15), B_RGBA32, 0),
src/servers/app/drawing/AlphaMask.cpp
160
B_RGBA32, 0), true);
src/servers/app/drawing/BitmapHWInterface.cpp
54
&& fFrontBuffer->ColorSpace() != B_RGBA32) {
src/servers/app/drawing/BitmapHWInterface.cpp
56
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/servers/app/drawing/DrawingEngine.cpp
1404
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/servers/app/drawing/HWInterface.cpp
635
case B_RGBA32:
src/servers/app/drawing/HWInterface.cpp
860
|| fDragBitmap->ColorSpace() == B_RGBA32)) {
src/servers/app/drawing/MallocBuffer.cpp
42
return B_RGBA32;
src/servers/app/drawing/Painter/Painter.cpp
249
&& (buffer->ColorSpace() == B_RGBA32
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
262
if (fColorSpace == B_RGBA32)
src/servers/app/drawing/Painter/bitmap_painter/BitmapPainter.cpp
281
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
1146
new(std::nothrow) BitmapDrawingEngine(B_RGBA32));
src/servers/app/drawing/interface/remote/RemoteDrawingEngine.cpp
1160
case B_RGBA32:
src/servers/app/drawing/interface/virtual/DWindowHWInterface.cpp
335
fDisplayMode.space = B_RGBA32;
src/servers/app/drawing/interface/virtual/ViewHWInterface.cpp
412
fDisplayMode.space = B_RGBA32;
src/servers/app/drawing/interface/virtual/ViewHWInterface.cpp
529
&& (color_space)fDisplayMode.space != B_RGBA32)
src/servers/app/drawing/interface/virtual/ViewHWInterface.cpp
546
BBitmap* backBitmap = new BBitmap(frame, 0, B_RGBA32);
src/servers/app/drawing/interface/virtual/ViewHWInterface.cpp
79
case B_RGBA32:
src/servers/bluetooth/DeskbarReplicant.cpp
86
BBitmap* icon = new BBitmap(Bounds(), B_RGBA32);
src/servers/debug/DebugWindow.cpp
33
fBitmap(IconSize(), B_RGBA32),
src/servers/keystore/AppAccessRequestWindow.cpp
189
BBitmap icon(BRect(0, 0, iconSize - 1, iconSize - 1), 0, B_RGBA32);
src/servers/mail/DefaultNotifier.cpp
50
BBitmap icon(BRect(0, 0, 32, 32), B_RGBA32);
src/servers/mail/DeskbarView.cpp
330
BBitmap* icon = new BBitmap(Bounds(), B_RGBA32);
src/servers/mail/MailDaemonApplication.cpp
223
BBitmap icon(BRect(B_ORIGIN, be_control_look->ComposeIconSize(32)), B_RGBA32);
src/servers/print/ConfigWindow.cpp
363
BBitmap* onBM = new BBitmap(BRect(0, 0, 24, 24), B_RGBA32);
src/servers/registrar/ShutdownProcess.cpp
1063
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/servers/registrar/ShutdownProcess.cpp
473
fCurrentIconBitmap = new BBitmap(info->appIcon->Bounds(), B_RGBA32);
src/servers/registrar/ShutdownProcess.cpp
505
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/servers/registrar/ShutdownProcess.cpp
523
B_BITMAP_NO_SERVER_LINK, B_RGBA32);
src/tests/add-ons/opengl/fake_renderer/FakeRenderer.cpp
170
case B_RGBA32:
src/tests/kits/game/chart/ChartWindow.cpp
2003
case B_RGBA32 :
src/tests/kits/game/chart/ChartWindow.cpp
2064
case B_RGBA32 :
src/tests/kits/game/direct_window_test/StarWindow.cpp
462
case B_RGBA32 :
src/tests/kits/interface/bbitmap/BBitmapTester.cpp
113
{ BRect(0, 0, 39, 9), B_RGBA32 },
src/tests/kits/interface/bbitmap/BBitmapTester.cpp
44
case B_RGB32: case B_RGBA32:
src/tests/kits/interface/flatten_picture/PictureTest.cpp
125
: fColorSpace(B_RGBA32)
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
646
BBitmap bitmap(frame, B_RGBA32);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
659
BBitmap bitmap(bounds, B_RGBA32);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
666
BBitmap bitmap(bounds, B_RGBA32);
src/tests/kits/interface/flatten_picture/PictureTestCases.cpp
677
BBitmap bitmap(bounds, B_RGBA32);
src/tests/kits/interface/flatten_picture/PictureTestWindow.cpp
110
B_RGBA32,
src/tests/kits/interface/flatten_picture/PictureTestWindow.cpp
124
B_RGBA32
src/tests/kits/interface/flatten_picture/PictureTestWindow.cpp
159
case B_RGBA32:
src/tests/kits/storage/MimeTypeTest.cpp
348
if (bmp.ColorSpace() == B_RGB32 || bmp.ColorSpace() == B_RGBA32) {
src/tests/servers/app/bitmap_drawing/bitmap.h
3
const color_space kBitmapFormat = B_RGBA32;
src/tests/servers/app/drawing_modes/DrawingModes.cpp
261
fTriangleLeft = new BBitmap(BRect(0, 0, 31, 31), B_RGBA32);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
264
fTriangleRight = new BBitmap(BRect(0, 0, 31, 31), B_RGBA32);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
417
B_RGBA32, true, false);
src/tests/servers/app/painter/BitmapView.cpp
30
if (fBitmap->ColorSpace() == B_RGBA32) {
src/tests/servers/app/painter/Painter.cpp
1213
case B_RGBA32:
src/tests/servers/app/playground/ObjectView.cpp
330
BBitmap* dragBitmap = new BBitmap(BRect(0, 0, 40, 40), B_RGBA32,
src/tests/servers/app/tiled_bitmap_test/TiledBitmapTest.cpp
35
fBitmap = new BBitmap(BRect(0, 0, 5, 5), B_RGBA32);
src/tests/servers/app/tiled_bitmap_test/TiledBitmapTest.cpp
52
fBitmap->SetBits((void*)data, sizeof(data), 0, B_RGBA32);
src/tools/hvif2png/hvif2png.cpp
342
B_RGBA32); // actual storage is BGRA
src/tools/translation/bitsinfo/bitsinfo.cpp
109
COLORSPACENAME(B_RGBA32),
src/tools/translation/bitsinfo/bitsinfo.cpp
181
case B_RGBA32:
src/tools/translation/inspector/ImageView.cpp
265
COLORSPACENAME(B_RGBA32),