Symbol: BIconUtils
headers/os/interface/IconUtils.h
15
class BIconUtils {
headers/os/interface/IconUtils.h
16
BIconUtils();
headers/os/interface/IconUtils.h
17
~BIconUtils();
headers/os/interface/IconUtils.h
18
BIconUtils(const BIconUtils&);
headers/os/interface/IconUtils.h
19
BIconUtils& operator=(const BIconUtils&);
src/add-ons/screen_savers/icons/IconDisplay.cpp
54
if (BIconUtils::GetVectorIcon(icon->data, icon->size, fBitmap) != B_OK)
src/add-ons/translators/hvif/HVIFTranslator.cpp
114
if (BIconUtils::GetVectorIcon(buffer, size, &dummy) != B_OK) {
src/add-ons/translators/hvif/HVIFTranslator.cpp
161
if (BIconUtils::GetVectorIcon(buffer, size, &rendered) != B_OK) {
src/apps/cortex/support/MediaIcon.cpp
211
BIconUtils::GetVectorIcon(M_TIME_SOURCE_ICON,
src/apps/cortex/support/MediaIcon.cpp
215
BIconUtils::GetVectorIcon(M_GENERIC_ICON,
src/apps/cortex/support/MediaIcon.cpp
333
BIconUtils::GetVectorIcon(M_TIME_SOURCE_ICON,
src/apps/cortex/support/MediaIcon.cpp
339
BIconUtils::GetVectorIcon(M_AUDIO_MIXER_ICON,
src/apps/cortex/support/MediaIcon.cpp
346
BIconUtils::GetVectorIcon(M_FILE_READER_ICON,
src/apps/cortex/support/MediaIcon.cpp
350
BIconUtils::GetVectorIcon(M_FILE_WRITER_ICON,
src/apps/cortex/support/MediaIcon.cpp
358
BIconUtils::GetVectorIcon(M_AUDIO_DEVICE_ICON,
src/apps/cortex/support/MediaIcon.cpp
362
BIconUtils::GetVectorIcon(M_AUDIO_INPUT_ICON,
src/apps/cortex/support/MediaIcon.cpp
366
BIconUtils::GetVectorIcon(M_VIDEO_INPUT_ICON,
src/apps/cortex/support/MediaIcon.cpp
374
BIconUtils::GetVectorIcon(M_AUDIO_OUTPUT_ICON,
src/apps/cortex/support/MediaIcon.cpp
378
BIconUtils::GetVectorIcon(M_VIDEO_OUTPUT_ICON,
src/apps/cortex/support/MediaIcon.cpp
386
BIconUtils::GetVectorIcon(M_AUDIO_PRODUCER_ICON,
src/apps/cortex/support/MediaIcon.cpp
390
BIconUtils::GetVectorIcon(M_VIDEO_PRODUCER_ICON,
src/apps/cortex/support/MediaIcon.cpp
398
BIconUtils::GetVectorIcon(M_AUDIO_FILTER_ICON,
src/apps/cortex/support/MediaIcon.cpp
402
BIconUtils::GetVectorIcon(M_AUDIO_CONSUMER_ICON,
src/apps/cortex/support/MediaIcon.cpp
406
BIconUtils::GetVectorIcon(M_VIDEO_FILTER_ICON,
src/apps/cortex/support/MediaIcon.cpp
414
BIconUtils::GetVectorIcon(M_AUDIO_CONSUMER_ICON,
src/apps/cortex/support/MediaIcon.cpp
418
BIconUtils::GetVectorIcon(M_VIDEO_CONSUMER_ICON,
src/apps/cortex/support/MediaIcon.cpp
425
BIconUtils::GetVectorIcon(M_GENERIC_ICON, sizeof(M_GENERIC_ICON), this);
src/apps/debugger/user_interface/gui/util/AlertWithCheckbox.cpp
45
BIconUtils::GetSystemIcon("dialog-information", &fBitmap);
src/apps/deskbar/BarApp.cpp
1144
&& BIconUtils::GetVectorIcon(const_cast<const uint8*>(data),
src/apps/deskbar/BarMenuBar.cpp
130
|| BIconUtils::GetVectorIcon((const uint8*)data, dataSize, icon)
src/apps/deskbar/BarMenuBar.cpp
353
&& BIconUtils::GetVectorIcon(fTeamIconData, fTeamIconSize, icon)
src/apps/diskprobe/TypeEditors.cpp
967
if (BIconUtils::GetVectorIcon((const uint8 *)data,
src/apps/diskprobe/TypeEditors.cpp
992
|| BIconUtils::GetVectorIcon((const uint8 *)data,
src/apps/drivesetup/DiskView.cpp
101
BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), fIcon);
src/apps/drivesetup/DiskView.cpp
103
BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), fIcon);
src/apps/drivesetup/DiskView.cpp
105
BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), fIcon);
src/apps/drivesetup/DiskView.cpp
107
BIconUtils::GetVectorIcon(kShared, sizeof(kShared), fIcon);
src/apps/drivesetup/DiskView.cpp
109
BIconUtils::GetVectorIcon(kFile, sizeof(kFile), fIcon);
src/apps/drivesetup/MainWindow.cpp
379
if (BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon) == B_OK)
src/apps/drivesetup/PartitionList.cpp
270
BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), icon);
src/apps/drivesetup/PartitionList.cpp
272
BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), icon);
src/apps/drivesetup/PartitionList.cpp
274
BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), icon);
src/apps/drivesetup/PartitionList.cpp
276
BIconUtils::GetVectorIcon(kShared, sizeof(kShared), icon);
src/apps/drivesetup/PartitionList.cpp
278
BIconUtils::GetVectorIcon(kFile, sizeof(kFile), icon);
src/apps/expander/PasswordAlert.cpp
114
if (BIconUtils::GetVectorIcon((const uint8*)rawIcon, size,
src/apps/firstbootprompt/BootPromptWindow.cpp
161
BIconUtils::GetVectorIcon(data, size, &desktopIcon);
src/apps/firstbootprompt/BootPromptWindow.cpp
165
BIconUtils::GetVectorIcon(data, size, &installerIcon);
src/apps/haikudepot/icon/PackageIconDefaultRepository.cpp
54
status = BIconUtils::GetVectorIcon(fVectorData, fVectorDataSize, bitmap);
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
347
result = BIconUtils::GetVectorIcon(
src/apps/haikudepot/ui/SharedIcons.cpp
183
status = BIconUtils::GetVectorIcon(reinterpret_cast<const uint8*>(data), dataSize, bitmap);
src/apps/haikudepot/ui/SharedIcons.cpp
222
status = BIconUtils::GetVectorIcon(data, dataSize, bitmap);
src/apps/mail/MailWindow.cpp
647
status_t status = BIconUtils::GetVectorIcon((uint8*)data, size, bitmap);
src/apps/networkstatus/NetworkStatusView.cpp
165
&& BIconUtils::GetVectorIcon((const uint8 *)data,
src/apps/networkstatus/NetworkStatusView.cpp
175
&& BIconUtils::GetVectorIcon((const uint8 *)data,
src/apps/pairs/PairsView.cpp
220
status_t smallResult = BIconUtils::GetVectorIcon(icon->data,
src/apps/pairs/PairsView.cpp
224
status_t mediumResult = BIconUtils::GetVectorIcon(icon->data,
src/apps/pairs/PairsView.cpp
228
status_t largeResult = BIconUtils::GetVectorIcon(icon->data,
src/apps/patchbay/EndpointInfo.cpp
110
if (BIconUtils::GetVectorIcon((const uint8*)data, size,
src/apps/patchbay/PatchView.cpp
44
if (BIconUtils::GetVectorIcon(
src/apps/people/PictureView.cpp
106
|| BIconUtils::GetVectorIcon(iconData, iconDataSize,
src/apps/pulse/NormalPulseView.cpp
170
if (BIconUtils::GetVectorIcon(logo, logoSize, fBrandLogo) != B_OK) {
src/apps/showimage/ToolBarIcons.cpp
633
status_t ret = BIconUtils::GetVectorIcon(kIcons[i].data,
src/apps/soundrecorder/ScopeView.cpp
318
if (BIconUtils::GetVectorIcon(data, size, bitmap) < B_OK) {
src/apps/webpositive/URLInputGroup.cpp
627
BIconUtils::GetVectorIcon(kPlaceholderIcon,
src/bin/desklink/MediaReplicant.cpp
586
|| BIconUtils::GetVectorIcon((const uint8*)data, size, icon) != B_OK) {
src/bin/notify.cpp
217
if (BIconUtils::GetIcon(&node, kIconAttribute, kSmallIconAttribute,
src/build/libbe/storage/AppFileInfo.cpp
677
error = BIconUtils::GetVectorIcon((uint8*)allocatedBuffer,
src/build/libbe/storage/AppFileInfo.cpp
746
error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,
src/kits/bluetooth/UI/BluetoothIconView.cpp
31
BIconUtils::GetVectorIcon(tempIcon, tempSize, fBitmap);
src/kits/interface/Alert.cpp
571
BIconUtils::GetSystemIcon(iconName, icon);
src/kits/locale/LocaleRoster.cpp
385
return BIconUtils::GetVectorIcon(static_cast<const uint8*>(buffer), size,
src/kits/locale/LocaleRoster.cpp
418
return BIconUtils::GetVectorIcon(static_cast<const uint8*>(buffer),
src/kits/media/MediaDefs.cpp
1278
BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon);
src/kits/shared/IconButton.cpp
318
status = BIconUtils::GetVectorIcon(reinterpret_cast<const uint8*>(data),
src/kits/shared/IconView.cpp
105
status = BIconUtils::GetVectorIcon(data, size, fIconBitmap);
src/kits/storage/AppFileInfo.cpp
675
error = BIconUtils::GetVectorIcon((uint8*)allocatedBuffer,
src/kits/storage/AppFileInfo.cpp
744
error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,
src/kits/storage/Mime.cpp
146
status = BIconUtils::GetVectorIcon(data, dataSize, icon32);
src/kits/storage/Mime.cpp
148
status = BIconUtils::ConvertToCMAP8(icon32, icon8);
src/kits/storage/Mime.cpp
175
status = BIconUtils::GetVectorIcon(data, size, icon);
src/kits/storage/Mime.cpp
210
status = BIconUtils::ConvertFromCMAP8(bitmap, icon);
src/kits/storage/Mime.cpp
306
status = BIconUtils::GetVectorIcon(data, size, icon);
src/kits/storage/NodeInfo.cpp
160
return BIconUtils::GetIcon(fNode, iconAttribute, miniIconAttribute,
src/kits/storage/mime/DatabaseLocation.cpp
582
return BIconUtils::GetIcon(&node, vectorIconAttrName, smallIconAttrName,
src/kits/tracker/Bitmaps.cpp
153
&& BIconUtils::GetVectorIcon((uint8*)data, length, dest) == B_OK) {
src/kits/tracker/Bitmaps.cpp
178
if (BIconUtils::ConvertFromCMAP8((uint8*)data, size, size, size,
src/libs/icon/IconUtils.cpp
306
BIconUtils::GetIcon(BNode* node, const char* vectorIconAttrName,
src/libs/icon/IconUtils.cpp
379
BIconUtils::GetVectorIcon(BNode* node, const char* attrName, BBitmap* icon)
src/libs/icon/IconUtils.cpp
441
BIconUtils::GetVectorIcon(const uint8* buffer, size_t size, BBitmap* icon)
src/libs/icon/IconUtils.cpp
506
BIconUtils::GetCMAP8Icon(BNode* node, const char* smallIconAttrName,
src/libs/icon/IconUtils.cpp
621
BIconUtils::GetSystemIcon(const char* iconName, BBitmap* icon)
src/libs/icon/IconUtils.cpp
661
&& BIconUtils::GetVectorIcon(rawIcon, size, icon) == B_OK) {
src/libs/icon/IconUtils.cpp
675
BIconUtils::ConvertFromCMAP8(rawIcon, B_LARGE_ICON, B_LARGE_ICON,
src/libs/icon/IconUtils.cpp
687
BIconUtils::ConvertFromCMAP8(BBitmap* source, BBitmap* destination)
src/libs/icon/IconUtils.cpp
710
BIconUtils::ConvertToCMAP8(BBitmap* source, BBitmap* destination)
src/libs/icon/IconUtils.cpp
735
BIconUtils::ConvertFromCMAP8(const uint8* src, uint32 width, uint32 height,
src/libs/icon/IconUtils.cpp
880
BIconUtils::ConvertToCMAP8(const uint8* src, uint32 width, uint32 height,
src/libs/icon/IconUtils.cpp
943
BIconUtils::BIconUtils() {}
src/libs/icon/IconUtils.cpp
944
BIconUtils::~BIconUtils() {}
src/libs/icon/IconUtils.cpp
945
BIconUtils::BIconUtils(const BIconUtils&) {}
src/libs/icon/IconUtils.cpp
946
BIconUtils& BIconUtils::operator=(const BIconUtils&) { return *this; }
src/preferences/filetypes/IconView.cpp
1124
if (BIconUtils::GetVectorIcon((const uint8*)data,
src/preferences/filetypes/IconView.cpp
441
if (fData != NULL && BIconUtils::GetVectorIcon(fData, fSize, bitmap) == B_OK)
src/preferences/input/InputIcons.cpp
55
BIconUtils::GetVectorIcon(mouse, size, &mouseIcon);
src/preferences/input/InputIcons.cpp
62
BIconUtils::GetVectorIcon(touchpad, size, &touchpadIcon);
src/preferences/input/InputIcons.cpp
69
BIconUtils::GetVectorIcon(keyboard, size, &keyboardIcon);
src/preferences/keymap/StatusMenuField.cpp
251
if (BIconUtils::GetSystemIcon("dialog-error", fStopIcon) != B_OK) {
src/preferences/keymap/StatusMenuField.cpp
269
if (BIconUtils::GetSystemIcon("dialog-warning", fWarnIcon) != B_OK) {
src/preferences/network/InterfaceListItem.cpp
229
if (BIconUtils::GetVectorIcon(interfaceHVIF,
src/preferences/network/InterfaceListItem.cpp
243
if (BIconUtils::GetVectorIcon(offlineHVIF,
src/preferences/network/InterfaceListItem.cpp
256
if (BIconUtils::GetVectorIcon(pendingHVIF,
src/preferences/network/InterfaceListItem.cpp
269
if (BIconUtils::GetVectorIcon(onlineHVIF,
src/preferences/printers/PrinterListView.cpp
543
if (BIconUtils::GetVectorIcon(
src/servers/app/CursorManager.cpp
404
status_t status = BIconUtils::GetVectorIcon(vector, vectorSize, &renderCursor);
src/servers/bluetooth/DeskbarReplicant.cpp
88
&& BIconUtils::GetVectorIcon((const uint8 *)data,
src/servers/debug/DebugWindow.cpp
48
BIconUtils::GetVectorIcon(iconData, size, &fBitmap);
src/servers/mail/DefaultNotifier.cpp
52
BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon);
src/servers/mail/DeskbarView.cpp
332
&& BIconUtils::GetVectorIcon((const uint8 *)data,
src/servers/mail/MailDaemonApplication.cpp
225
BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon);
src/servers/midi/DeviceWatcher.cpp
89
if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
src/servers/midi/DeviceWatcher.cpp
94
if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
src/servers/print/ConfigWindow.cpp
366
if (BIconUtils::GetVectorIcon((uint8*)bits, length, onBM) != B_OK) {
src/tools/hvif2png/hvif2png.cpp
344
status_t gviStatus = BIconUtils::GetVectorIcon(