Searched refs:BIconUtils (Results 1 - 25 of 51) sorted by path

123

/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp54 if (BIconUtils::GetVectorIcon(icon->data, icon->size, fBitmap) != B_OK)
/haiku/src/add-ons/translators/hvif/
H A DHVIFTranslator.cpp114 if (BIconUtils::GetVectorIcon(buffer, size, &dummy) != B_OK) {
161 if (BIconUtils::GetVectorIcon(buffer, size, &rendered) != B_OK) {
/haiku/src/apps/expander/
H A DPasswordAlert.cpp114 if (BIconUtils::GetVectorIcon((const uint8*)rawIcon, size,
/haiku/src/apps/pairs/
H A DPairsView.cpp220 status_t smallResult = BIconUtils::GetVectorIcon(icon->data,
224 status_t mediumResult = BIconUtils::GetVectorIcon(icon->data,
228 status_t largeResult = BIconUtils::GetVectorIcon(icon->data,
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp110 if (BIconUtils::GetVectorIcon((const uint8*)data, size,
H A DPatchView.cpp44 if (BIconUtils::GetVectorIcon(
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp318 if (BIconUtils::GetVectorIcon(data, size, bitmap) < B_OK) {
/haiku/src/bin/
H A Dnotify.cpp217 if (BIconUtils::GetIcon(&node, kIconAttribute, kSmallIconAttribute,
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp677 error = BIconUtils::GetVectorIcon((uint8*)allocatedBuffer,
746 error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,
/haiku/src/kits/storage/
H A DAppFileInfo.cpp675 error = BIconUtils::GetVectorIcon((uint8*)allocatedBuffer,
744 error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,
H A DMime.cpp146 status = BIconUtils::GetVectorIcon(data, dataSize, icon32);
148 status = BIconUtils::ConvertToCMAP8(icon32, icon8);
175 status = BIconUtils::GetVectorIcon(data, size, icon);
210 status = BIconUtils::ConvertFromCMAP8(bitmap, icon);
306 status = BIconUtils::GetVectorIcon(data, size, icon);
H A DNodeInfo.cpp160 return BIconUtils::GetIcon(fNode, iconAttribute, miniIconAttribute,
/haiku/src/preferences/printers/
H A DPrinterListView.cpp544 if (BIconUtils::GetVectorIcon(
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp52 BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp89 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
94 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
/haiku/src/servers/print/
H A DConfigWindow.cpp366 if (BIconUtils::GetVectorIcon((uint8*)bits, length, onBM) != B_OK) {
/haiku/headers/os/interface/
H A DIconUtils.h15 class BIconUtils { class
16 BIconUtils();
17 ~BIconUtils();
18 BIconUtils(const BIconUtils&);
19 BIconUtils& operator=(const BIconUtils&);
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp211 BIconUtils::GetVectorIcon(M_TIME_SOURCE_ICON,
215 BIconUtils::GetVectorIcon(M_GENERIC_ICON,
333 BIconUtils::GetVectorIcon(M_TIME_SOURCE_ICON,
339 BIconUtils::GetVectorIcon(M_AUDIO_MIXER_ICON,
346 BIconUtils::GetVectorIcon(M_FILE_READER_ICON,
350 BIconUtils::GetVectorIcon(M_FILE_WRITER_ICON,
358 BIconUtils::GetVectorIcon(M_AUDIO_DEVICE_ICON,
362 BIconUtils::GetVectorIcon(M_AUDIO_INPUT_ICON,
366 BIconUtils::GetVectorIcon(M_VIDEO_INPUT_ICON,
374 BIconUtils
[all...]
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap);
/haiku/src/apps/deskbar/
H A DBarApp.cpp1144 && BIconUtils::GetVectorIcon(const_cast<const uint8*>(data),
H A DBarMenuBar.cpp130 || BIconUtils::GetVectorIcon((const uint8*)data, dataSize, icon)
353 && BIconUtils::GetVectorIcon(fTeamIconData, fTeamIconSize, icon)
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp979 if (BIconUtils::GetVectorIcon((const uint8 *)data,
1004 || BIconUtils::GetVectorIcon((const uint8 *)data,
/haiku/src/apps/drivesetup/
H A DDiskView.cpp101 BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), fIcon);
103 BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), fIcon);
105 BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), fIcon);
107 BIconUtils::GetVectorIcon(kShared, sizeof(kShared), fIcon);
109 BIconUtils::GetVectorIcon(kFile, sizeof(kFile), fIcon);
H A DPartitionList.cpp270 BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), icon);
272 BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), icon);
274 BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), icon);
276 BIconUtils::GetVectorIcon(kShared, sizeof(kShared), icon);
278 BIconUtils::GetVectorIcon(kFile, sizeof(kFile), icon);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp161 BIconUtils::GetVectorIcon(data, size, &desktopIcon);
165 BIconUtils::GetVectorIcon(data, size, &installerIcon);

Completed in 321 milliseconds

123