Symbol: GetVectorIcon
headers/os/interface/IconUtils.h
28
static status_t GetVectorIcon(BNode* node,
headers/os/interface/IconUtils.h
31
static status_t GetVectorIcon(const uint8* buffer,
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/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/build/libbe/storage/AppFileInfo.cpp
677
error = BIconUtils::GetVectorIcon((uint8*)allocatedBuffer,
src/kits/bluetooth/UI/BluetoothIconView.cpp
31
BIconUtils::GetVectorIcon(tempIcon, tempSize, fBitmap);
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/Mime.cpp
146
status = BIconUtils::GetVectorIcon(data, dataSize, icon32);
src/kits/storage/Mime.cpp
175
status = BIconUtils::GetVectorIcon(data, size, icon);
src/kits/storage/Mime.cpp
306
status = BIconUtils::GetVectorIcon(data, size, icon);
src/kits/tracker/Bitmaps.cpp
153
&& BIconUtils::GetVectorIcon((uint8*)data, length, dest) == B_OK) {
src/libs/icon/IconUtils.cpp
325
result = GetVectorIcon(node, vectorIconAttrName, icon);
src/libs/icon/IconUtils.cpp
353
result = GetVectorIcon(node, vectorIconAttrName, &temp);
src/libs/icon/IconUtils.cpp
426
result = GetVectorIcon(buffer, attrInfo.size, icon);
src/libs/icon/IconUtils.cpp
661
&& BIconUtils::GetVectorIcon(rawIcon, size, icon) == B_OK) {
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/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(