Searched refs:B_RGBA32 (Results 76 - 100 of 193) sorted by relevance

12345678

/haiku/src/preferences/printers/
H A DJobListView.cpp191 fIcon = new BBitmap(rect, B_RGBA32);
/haiku/src/bin/
H A Dnotify.cpp216 (float)B_LARGE_ICON - 1), B_RGBA32);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp317 BRect(0, 0, 31, 31), 0, B_RGBA32);
/haiku/src/servers/app/
H A DCursorSet.cpp385 = new(std::nothrow) BBitmap(BRect(0,0,15,15), B_RGBA32, 0);
/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp342 B_RGBA32); // actual storage is BGRA
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp85 fBackBitmap = new BBitmap(screenRect, B_RGBA32, true);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp224 BBitmap *dragBitmap = new BBitmap(m_frame.OffsetToCopy(BPoint(0.0, 0.0)), B_RGBA32, true);
/haiku/src/kits/tracker/
H A DBitmaps.cpp166 if (dest->ColorSpace() == B_RGBA32) {
177 // scale and convert from B_CMAP8 to B_RGBA32
190 // color space is converted from B_CMAP8 to B_RGBA32
H A DDraggableContainerIcon.cpp129 BBitmap* dragBitmap = new BBitmap(rect, B_RGBA32, true);
/haiku/src/apps/processcontroller/
H A DUtilities.cpp66 be_control_look->ComposeIconSize(B_MINI_ICON)), B_RGBA32);
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp144 if (cs != B_RGB32 && cs != B_RGBA32 && cs != B_RGB32_BIG
/haiku/src/apps/resedit/
H A DBitmapView.cpp576 cspace = B_RGBA32;
606 cspace = B_RGBA32;
/haiku/src/apps/diskusage/
H A DPieView.cpp80 fIcon = new BBitmap(BRect(0.0, 0.0, 15.0, 15.0), B_RGBA32);
291 BBitmap* icon = new BBitmap(BRect(0.0, 0.0, 31.0, 31.0), B_RGBA32);
H A DControlsView.cpp55 fIcon(new BBitmap(BRect(0, 0, 15, 15), B_RGBA32)),
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp69 fIconBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32),
79 fIconBitmap(BRect(0, 0, 31, 31), 0, B_RGBA32),
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp162 BBitmap* trayIcon = new BBitmap(Bounds(), B_RGBA32);
171 BBitmap* notifyIcon = new BBitmap(BRect(0, 0, 31, 31), B_RGBA32);
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp120 fBitmap = new BBitmap(bounds, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp372 fIconSize - 1), B_RGBA32);
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp125 : fColorSpace(B_RGBA32)
H A DPictureTestCases.cpp646 BBitmap bitmap(frame, B_RGBA32);
659 BBitmap bitmap(bounds, B_RGBA32);
666 BBitmap bitmap(bounds, B_RGBA32);
677 BBitmap bitmap(bounds, B_RGBA32);
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp330 BBitmap* dragBitmap = new BBitmap(BRect(0, 0, 40, 40), B_RGBA32,
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp593 case B_RGBA32:
656 case B_RGBA32:
1039 case B_RGBA32:
1112 case B_RGBA32:
/haiku/src/kits/storage/
H A DMime.cpp132 B_RGBA32);
/haiku/src/kits/app/
H A DNotification.cpp43 fBitmap = new BBitmap(BRect(0, 0, iconSize - 1, iconSize - 1), 0, B_RGBA32);
/haiku/src/apps/screenshot/
H A DScreenshot.cpp227 fUtility->cursorAreaBitmap = new BBitmap(bounds, B_RGBA32);

Completed in 150 milliseconds

12345678