Searched refs:GetVectorIcon (Results 1 - 25 of 45) sorted by relevance

12

/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::GetVectorIcon(M_AUDIO_OUTPUT_ICO
[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/headers/os/interface/
H A DIconUtils.h28 static status_t GetVectorIcon(BNode* node,
31 static status_t GetVectorIcon(const uint8* buffer,
/haiku/src/kits/bluetooth/UI/
H A DBluetoothIconView.cpp31 BIconUtils::GetVectorIcon(tempIcon, tempSize, fBitmap);
/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/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/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/kits/storage/
H A DMime.cpp146 status = BIconUtils::GetVectorIcon(data, dataSize, icon32);
175 status = BIconUtils::GetVectorIcon(data, size, icon);
306 status = BIconUtils::GetVectorIcon(data, size, icon);
/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/servers/midi/
H A DDeviceWatcher.cpp89 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
94 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize,
/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/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/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),
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp318 if (BIconUtils::GetVectorIcon(data, size, bitmap) < B_OK) {
/haiku/src/apps/haikudepot/ui_generic/
H A DSharedBitmap.cpp290 status = BIconUtils::GetVectorIcon(
/haiku/src/tools/hvif2png/
H A Dhvif2png.cpp344 status_t gviStatus = BIconUtils::GetVectorIcon(

Completed in 139 milliseconds

12