/haiku/src/apps/icon-o-matic/gui/ |
H A D | Icons.h | 6 const color_space kPathPropertyIconFormat = B_RGBA32; 100 const color_space kGradientPropertyIconFormat = B_RGBA32;
|
/haiku/src/preferences/input/ |
H A D | InputIcons.cpp | 54 mouseIcon = new BBitmap(sBounds, 0, B_RGBA32); in _LoadBitmap() 61 touchpadIcon = new BBitmap(sBounds, 0, B_RGBA32); in _LoadBitmap() 68 keyboardIcon = new BBitmap(sBounds, 0, B_RGBA32); in _LoadBitmap()
|
/haiku/src/apps/processcontroller/ |
H A D | AutoIcon.cpp | 31 be_control_look->ComposeIconSize(B_MINI_ICON)), B_RGBA32); in Bitmap() 41 BSize(B_MINI_ICON - 1, B_MINI_ICON - 1)), B_RGBA32); in Bitmap()
|
/haiku/src/tests/servers/app/tiled_bitmap_test/ |
H A D | TiledBitmapTest.cpp | 35 fBitmap = new BBitmap(BRect(0, 0, 5, 5), B_RGBA32); in View() 52 fBitmap->SetBits((void*)data, sizeof(data), 0, B_RGBA32); in View()
|
/haiku/src/tests/kits/interface/flatten_picture/ |
H A D | PictureTestWindow.cpp | 110 B_RGBA32, in RunTests() 124 B_RGBA32 in RunTests1() 159 case B_RGBA32: in RunTests()
|
/haiku/src/apps/terminal/ |
H A D | WindowIcon.h | 4 const color_space kWindowIconFormat = B_RGBA32;
|
/haiku/src/tests/servers/app/bitmap_drawing/ |
H A D | bitmap.h | 3 const color_space kBitmapFormat = B_RGBA32;
|
/haiku/src/apps/webpositive/support/ |
H A D | WindowIcon.h | 4 const color_space kWindowIconFormat = B_RGBA32;
|
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/ |
H A D | ScrollCornerBitmaps.h | 11 const color_space sColorSpace = B_RGBA32;
|
/haiku/src/add-ons/translators/sgi/ |
H A D | SGITranslator.cpp | 304 case B_RGBA32: in translate_from_bits() 392 case B_RGBA32: { in translate_from_bits() 473 color_space format = B_RGBA32; in translate_from_sgi() 484 format = B_RGBA32; in translate_from_sgi() 490 format = B_RGBA32; in translate_from_sgi() 585 case B_RGBA32: { in translate_from_sgi() 654 case B_RGBA32: { in translate_from_sgi()
|
/haiku/src/preferences/network/ |
H A D | InterfaceListItem.cpp | 228 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32); in _PopulateBitmaps() 242 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32); in _PopulateBitmaps() 255 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32); in _PopulateBitmaps() 268 BRect(BPoint(0, 0), iconSize), 0, B_RGBA32); in _PopulateBitmaps()
|
/haiku/src/servers/app/drawing/ |
H A D | BitmapHWInterface.cpp | 54 && fFrontBuffer->ColorSpace() != B_RGBA32) { in Initialize() 56 B_BITMAP_NO_SERVER_LINK, B_RGBA32); in Initialize()
|
H A D | MallocBuffer.cpp | 42 return B_RGBA32; in ColorSpace()
|
/haiku/src/build/libbe/interface/ |
H A D | GraphicsDefs.cpp | 68 case B_RGB32: case B_RGBA32: in get_pixel_size_for() 163 case B_RGB32: case B_RGBA32: case B_RGB24: in bitmaps_support_space()
|
/haiku/docs/user/interface/ |
H A D | IconUtils.dox | 69 The colorspace of result needs to be B_RGBA32 or at 89 The colorspace of result needs to be B_RGBA32 or at 151 \note result should be in B_RGBA32 colorspace, and source in B_CMAP8. 166 \note result should be in B_CMAP8 colorspace, and source in B_RGBA32. 175 \brief Convert raw data in B_CMAP8 colorspace to a B_RGBA32 BBitmap. 184 \brief Convert B_RGBA32 raw data into a B_CMAP8 BBitmap.
|
/haiku/src/apps/showimage/ |
H A D | ToolBarIcons.cpp | 630 B_BITMAP_NO_SERVER_LINK, B_RGBA32); in init_tool_bar_icons() 638 toolBarIconsSize), 0, B_RGBA32); in init_tool_bar_icons()
|
/haiku/src/kits/shared/ |
H A D | IconView.cpp | 52 be_control_look->ComposeIconSize(iconSize)), B_RGBA32); in SetIcon() 92 be_control_look->ComposeIconSize(iconSize)), B_RGBA32); in SetIcon()
|
/haiku/src/apps/mediaplayer/support/ |
H A D | ColorSpaceToString.cpp | 16 case B_RGBA32: in color_space_to_string()
|
/haiku/src/apps/pairs/ |
H A D | PairsView.cpp | 219 BRect(0, 0, kSmallIconSize - 1, kSmallIconSize - 1), B_RGBA32); in _ReadRandomIcons() 223 BRect(0, 0, kMediumIconSize - 1, kMediumIconSize - 1), B_RGBA32); in _ReadRandomIcons() 227 BRect(0, 0, kLargeIconSize - 1, kLargeIconSize - 1), B_RGBA32); in _ReadRandomIcons()
|
/haiku/src/kits/tracker/ |
H A D | Navigator.cpp | 92 BBitmap* bmpBack = new BBitmap(iconRect, B_RGBA32); in AttachedToWindow() 98 BBitmap* bmpForw = new BBitmap(iconRect, B_RGBA32); in AttachedToWindow() 104 BBitmap* bmpUp = new BBitmap(iconRect, B_RGBA32); in AttachedToWindow()
|
/haiku/src/apps/cortex/Persistence/Wrappers/ |
H A D | color_spaces | 2 B_RGBA32
|
/haiku/src/kits/bluetooth/UI/ |
H A D | BluetoothIconView.cpp | 23 fBitmap = new BBitmap(BRect(0, 0, 64, 64), 0, B_RGBA32); in BluetoothIconView()
|
/haiku/src/tests/servers/app/painter/ |
H A D | BitmapView.cpp | 30 if (fBitmap->ColorSpace() == B_RGBA32) { in Draw()
|
/haiku/src/add-ons/translators/hvif/ |
H A D | HVIFTranslator.cpp | 113 BBitmap dummy(BRect(0, 0, 1, 1), B_BITMAP_NO_SERVER_LINK, B_RGBA32); in DerivedIdentify() 160 B_BITMAP_NO_SERVER_LINK, B_RGBA32); in DerivedTranslate()
|
/haiku/src/servers/app/ |
H A D | CursorData.h | 14 const color_space kCursorFormat = B_RGBA32;
|