Searched refs:B_RGBA32 (Results 1 - 25 of 193) sorted by last modified time

12345678

/haiku/src/apps/charactermap/
H A DCharacterView.cpp460 BBitmap* bitmap = new BBitmap(frame, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
/haiku/src/servers/app/
H A DServerApp.cpp1215 color_space colorspace = B_RGBA32;
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp169 fBrandLogo = new BBitmap(BRect(0, 0, 47, 47), B_RGBA32);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp68 B_RGBA32);
/haiku/src/apps/drivesetup/
H A DDiskView.cpp96 fIcon = new BBitmap(BRect(0, 0, 15, 15), B_RGBA32);
H A DPartitionList.cpp267 BBitmap *icon = new BBitmap(BRect(0, 0, 15, 15), B_RGBA32);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp275 B_RGBA32);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1006 textView->SetColorSpace(B_RGBA32);
/haiku/src/kits/interface/
H A DColumnTypes.cpp655 if (bitmap->ColorSpace() == B_RGBA32
H A DGraphicsDefs.cpp113 case B_RGB32: case B_RGBA32:
220 case B_RGB32: case B_RGBA32: case B_RGB24:
/haiku/src/preferences/filetypes/
H A DIconView.cpp527 int32 kSpace = B_RGBA32;
923 BBitmap *dragBitmap = new BBitmap(fIconBitmap->Bounds(), B_RGBA32, true);
1123 fHeapIconBitmap = Icon::AllocateBitmap(B_LARGE_ICON, B_RGBA32);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp408 const color_space kGoBitmapFormat = B_RGBA32;
/haiku/src/apps/deskcalc/
H A DCalcView.cpp209 fCalcIcon(new BBitmap(BRect(0, 0, 15, 15), 0, B_RGBA32)),
243 fCalcIcon(new BBitmap(BRect(0, 0, 15, 15), 0, B_RGBA32)),
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1889 fOffBitmap = new BBitmap(slot, B_RGBA32, true);
/haiku/src/kits/tracker/
H A DUtilities.cpp622 BBitmap* dragBitmap = new BBitmap(rect, B_RGBA32, true);
H A DPoseView.cpp7694 BBitmap* bitmap = new BBitmap(rect, B_RGBA32, true);
H A DUtilities.h84 const color_space kDefaultIconDepth = B_RGBA32;
H A DDraggableContainerIcon.cpp129 BBitmap* dragBitmap = new BBitmap(rect, B_RGBA32, true);
/haiku/headers/os/interface/
H A DGraphicsDefs.h177 B_RGBA32 = 0x2008, // BGRA ARGB 8:8:8:8 enumerator in enum:__anon1
200 B_RGBA32_LITTLE = B_RGBA32,
/haiku/src/bin/desklink/
H A DDeskButton.cpp46 fSegments = new BBitmap(frame, B_RGBA32);
68 fSegments = new BBitmap(bounds, B_RGBA32);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp705 // NOTE: backbuffer is always B_RGBA32, this simplifies the
716 && fFrontBuffer->ColorSpace() != B_RGBA32)
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp242 fStopIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32);
260 fWarnIcon = new (std::nothrow) BBitmap(_IconRect(), 0, B_RGBA32);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp836 BBitmap* dragBitmap = new BBitmap(dragRect, B_RGBA32, true);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A Dgfx_util.cpp252 case B_RGBA32:
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp228 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
242 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
255 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);
268 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32);

Completed in 307 milliseconds

12345678