Searched refs:BIconUtils (Results 1 - 25 of 51) sorted by last modified time

123

/haiku/src/apps/pulse/
H A DNormalPulseView.cpp170 if (BIconUtils::GetVectorIcon(logo, logoSize, fBrandLogo) != B_OK) {
/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/preferences/filetypes/
H A DIconView.cpp441 if (fData != NULL && BIconUtils::GetVectorIcon(fData, fSize, bitmap) == B_OK)
1124 if (BIconUtils::GetVectorIcon((const uint8*)data,
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp627 BIconUtils::GetVectorIcon(kPlaceholderIcon,
/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/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/apps/mail/
H A DMailWindow.cpp653 status_t status = BIconUtils::GetVectorIcon((uint8*)data, size, bitmap);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp979 if (BIconUtils::GetVectorIcon((const uint8 *)data,
1004 || BIconUtils::GetVectorIcon((const uint8 *)data,
/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/kits/locale/
H A DLocaleRoster.cpp385 return BIconUtils::GetVectorIcon(static_cast<const uint8*>(buffer), size,
418 return BIconUtils::GetVectorIcon(static_cast<const uint8*>(buffer),
/haiku/src/kits/interface/
H A DAlert.cpp566 BIconUtils::GetSystemIcon(iconName, icon);
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp130 || BIconUtils::GetVectorIcon((const uint8*)data, dataSize, icon)
353 && BIconUtils::GetVectorIcon(fTeamIconData, fTeamIconSize, icon)
H A DBarApp.cpp1144 && BIconUtils::GetVectorIcon(const_cast<const uint8*>(data),
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.cpp45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap);
/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/servers/mail/
H A DDeskbarView.cpp332 && BIconUtils::GetVectorIcon((const uint8 *)data,
H A DMailDaemonApplication.cpp223 BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon);
/haiku/src/servers/debug/
H A DDebugWindow.cpp48 BIconUtils::GetVectorIcon(iconData, size, &fBitmap);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp164 && BIconUtils::GetVectorIcon((const uint8 *)data,
173 && BIconUtils::GetVectorIcon((const uint8 *)data,
/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/shared/
H A DIconView.cpp105 status = BIconUtils::GetVectorIcon(data, size, fIconBitmap);
H A DIconButton.cpp318 status = BIconUtils::GetVectorIcon(reinterpret_cast<const uint8*>(data),
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp161 BIconUtils::GetVectorIcon(data, size, &desktopIcon);
165 BIconUtils::GetVectorIcon(data, size, &installerIcon);
/haiku/src/apps/showimage/
H A DToolBarIcons.cpp633 status_t ret = BIconUtils::GetVectorIcon(kIcons[i].data,

Completed in 257 milliseconds

123