Searched refs:GetVectorIcon (Results 1 - 25 of 45) sorted by last modified time

12

/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/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.cpp325 result = GetVectorIcon(node, vectorIconAttrName, icon);
353 result = GetVectorIcon(node, vectorIconAttrName, &temp);
375 // #pragma mark - GetVectorIcon()
379 BIconUtils::GetVectorIcon(BNode* node, const char* attrName, BBitmap* icon) function in class:BIconUtils
426 result = GetVectorIcon(buffer, attrInfo.size, icon);
441 BIconUtils::GetVectorIcon(const uint8* buffer, size_t size, BBitmap* icon) function in class:BIconUtils
661 && BIconUtils::GetVectorIcon(rawIcon, size, icon) == B_OK) {
/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/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/headers/os/interface/
H A DIconUtils.h28 static status_t GetVectorIcon(BNode* node,
31 static status_t GetVectorIcon(const uint8* buffer,
/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,
/haiku/src/kits/tracker/
H A DBitmaps.cpp153 && BIconUtils::GetVectorIcon((uint8*)data, length, dest) == B_OK) {
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp586 || BIconUtils::GetVectorIcon((const uint8*)data, size, icon) != B_OK) {
/haiku/src/kits/media/
H A DMediaDefs.cpp1276 BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon);

Completed in 336 milliseconds

12