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

123

/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/preferences/input/
H A DInputIcons.cpp55 BIconUtils::GetVectorIcon(mouse, size, &mouseIcon);
62 BIconUtils::GetVectorIcon(touchpad, size, &touchpadIcon);
69 BIconUtils::GetVectorIcon(keyboard, size, &keyboardIcon);
/haiku/src/kits/bluetooth/UI/
H A DBluetoothIconView.cpp31 BIconUtils::GetVectorIcon(tempIcon, tempSize, fBitmap);
/haiku/src/libs/icon/
H A DIconUtils.cpp306 BIconUtils::GetIcon(BNode* node, const char* vectorIconAttrName,
366 printf("BIconUtils::GetIcon() - unsupported colorspace\n");
379 BIconUtils::GetVectorIcon(BNode* node, const char* attrName, BBitmap* icon)
441 BIconUtils::GetVectorIcon(const uint8* buffer, size_t size, BBitmap* icon)
506 BIconUtils::GetCMAP8Icon(BNode* node, const char* smallIconAttrName,
621 BIconUtils::GetSystemIcon(const char* iconName, BBitmap* icon)
661 && BIconUtils::GetVectorIcon(rawIcon, size, icon) == B_OK) {
675 BIconUtils::ConvertFromCMAP8(rawIcon, B_LARGE_ICON, B_LARGE_ICON,
687 BIconUtils::ConvertFromCMAP8(BBitmap* source, BBitmap* destination)
710 BIconUtils
943 BIconUtils::BIconUtils() {} function in class:BIconUtils
945 BIconUtils(const BIconUtils&) argument
946 operator =(const BIconUtils&) argument
[all...]
/haiku/src/preferences/network/
H A DInterfaceListItem.cpp229 if (BIconUtils::GetVectorIcon(interfaceHVIF,
243 if (BIconUtils::GetVectorIcon(offlineHVIF,
256 if (BIconUtils::GetVectorIcon(pendingHVIF,
269 if (BIconUtils::GetVectorIcon(onlineHVIF,
/haiku/src/kits/storage/
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);
/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/preferences/keymap/
H A DStatusMenuField.cpp251 if (BIconUtils::GetSystemIcon("dialog-error", fStopIcon) != B_OK) {
269 if (BIconUtils::GetSystemIcon("dialog-warning", fWarnIcon) != B_OK) {
/haiku/src/add-ons/screen_savers/icons/
H A DIconDisplay.cpp54 if (BIconUtils::GetVectorIcon(icon->data, icon->size, fBitmap) != B_OK)
/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,
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp52 BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon);
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap);
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp89 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
94 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
/haiku/src/kits/tracker/
H A DBitmaps.cpp153 && BIconUtils::GetVectorIcon((uint8*)data, length, dest) == B_OK) {
178 if (BIconUtils::ConvertFromCMAP8((uint8*)data, size, size, size,
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp130 || BIconUtils::GetVectorIcon((const uint8*)data, dataSize, icon)
353 && BIconUtils::GetVectorIcon(fTeamIconData, fTeamIconSize, icon)
/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/expander/
H A DPasswordAlert.cpp114 if (BIconUtils::GetVectorIcon((const uint8*)rawIcon, size,
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp88 && BIconUtils::GetVectorIcon((const uint8 *)data,
/haiku/src/kits/shared/
H A DIconView.cpp105 status = BIconUtils::GetVectorIcon(data, size, fIconBitmap);
/haiku/src/servers/debug/
H A DDebugWindow.cpp48 BIconUtils::GetVectorIcon(iconData, size, &fBitmap);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp161 BIconUtils::GetVectorIcon(data, size, &desktopIcon);
165 BIconUtils::GetVectorIcon(data, size, &installerIcon);
/haiku/src/kits/locale/
H A DLocaleRoster.cpp385 return BIconUtils::GetVectorIcon(static_cast<const uint8*>(buffer), size,
418 return BIconUtils::GetVectorIcon(static_cast<const uint8*>(buffer),

Completed in 170 milliseconds

123