/haiku/headers/os/interface/ |
H A D | IconUtils.h | 15 class BIconUtils { 16 BIconUtils(); 17 ~BIconUtils(); 18 BIconUtils(const BIconUtils&); 19 BIconUtils& operator=(const BIconUtils&);
|
/haiku/src/apps/cortex/support/ |
H A D | MediaIcon.cpp | 211 BIconUtils::GetVectorIcon(M_TIME_SOURCE_ICON, in _findIconFor() 215 BIconUtils::GetVectorIcon(M_GENERIC_ICON, in _findIconFor() 333 BIconUtils::GetVectorIcon(M_TIME_SOURCE_ICON, in _findDefaultIconFor() 339 BIconUtils::GetVectorIcon(M_AUDIO_MIXER_ICON, in _findDefaultIconFor() 346 BIconUtils::GetVectorIcon(M_FILE_READER_ICON, in _findDefaultIconFor() 350 BIconUtils::GetVectorIcon(M_FILE_WRITER_ICON, in _findDefaultIconFor() 358 BIconUtils::GetVectorIcon(M_AUDIO_DEVICE_ICON, in _findDefaultIconFor() 362 BIconUtils::GetVectorIcon(M_AUDIO_INPUT_ICON, in _findDefaultIconFor() 366 BIconUtils::GetVectorIcon(M_VIDEO_INPUT_ICON, in _findDefaultIconFor() 374 BIconUtils::GetVectorIcon(M_AUDIO_OUTPUT_ICON, in _findDefaultIconFor() [all …]
|
/haiku/src/preferences/input/ |
H A D | InputIcons.cpp | 55 BIconUtils::GetVectorIcon(mouse, size, &mouseIcon); in _LoadBitmap() 62 BIconUtils::GetVectorIcon(touchpad, size, &touchpadIcon); in _LoadBitmap() 69 BIconUtils::GetVectorIcon(keyboard, size, &keyboardIcon); in _LoadBitmap()
|
/haiku/docs/user/interface/ |
H A D | IconUtils.dox | 23 \class BIconUtils 26 \brief The BIconUtils class provide utility methods for managing and 37 sizes. Note you can't create an instance of BIconUtils, just call the 45 \fn static status_t BIconUtils::GetIcon(BNode* node, 63 \fn static status_t BIconUtils::GetVectorIcon(BNode* node, 83 \fn static status_t BIconUtils::GetVectorIcon(const uint8* buffer, 103 \fn static status_t BIconUtils::GetCMAP8Icon(BNode* node, 118 \fn static status_t BIconUtils::GetSystemIcon(const char* iconName, BBitmap* result) 144 \fn static status_t BIconUtils::ConvertFromCMAP8(BBitmap* source, 158 \fn static status_t BIconUtils::ConvertToCMAP8(BBitmap* source, [all …]
|
/haiku/src/libs/icon/ |
H A D | IconUtils.cpp | 306 BIconUtils::GetIcon(BNode* node, const char* vectorIconAttrName, in GetIcon() 379 BIconUtils::GetVectorIcon(BNode* node, const char* attrName, BBitmap* icon) in GetVectorIcon() 441 BIconUtils::GetVectorIcon(const uint8* buffer, size_t size, BBitmap* icon) in GetVectorIcon() 506 BIconUtils::GetCMAP8Icon(BNode* node, const char* smallIconAttrName, in GetCMAP8Icon() 621 BIconUtils::GetSystemIcon(const char* iconName, BBitmap* icon) in GetSystemIcon() 661 && BIconUtils::GetVectorIcon(rawIcon, size, icon) == B_OK) { in GetSystemIcon() 675 BIconUtils::ConvertFromCMAP8(rawIcon, B_LARGE_ICON, B_LARGE_ICON, in GetSystemIcon() 687 BIconUtils::ConvertFromCMAP8(BBitmap* source, BBitmap* destination) in ConvertFromCMAP8() 710 BIconUtils::ConvertToCMAP8(BBitmap* source, BBitmap* destination) in ConvertToCMAP8() 735 BIconUtils::ConvertFromCMAP8(const uint8* src, uint32 width, uint32 height, in ConvertFromCMAP8() [all …]
|
/haiku/src/kits/storage/ |
H A D | Mime.cpp | 146 status = BIconUtils::GetVectorIcon(data, dataSize, icon32); in get_device_icon() 148 status = BIconUtils::ConvertToCMAP8(icon32, icon8); in get_device_icon() 175 status = BIconUtils::GetVectorIcon(data, size, icon); in get_device_icon() 210 status = BIconUtils::ConvertFromCMAP8(bitmap, icon); in get_device_icon() 306 status = BIconUtils::GetVectorIcon(data, size, icon); in get_named_icon()
|
/haiku/src/preferences/network/ |
H A D | InterfaceListItem.cpp | 229 if (BIconUtils::GetVectorIcon(interfaceHVIF, in _PopulateBitmaps() 243 if (BIconUtils::GetVectorIcon(offlineHVIF, in _PopulateBitmaps() 256 if (BIconUtils::GetVectorIcon(pendingHVIF, in _PopulateBitmaps() 269 if (BIconUtils::GetVectorIcon(onlineHVIF, in _PopulateBitmaps()
|
/haiku/src/apps/pairs/ |
H A D | PairsView.cpp | 220 status_t smallResult = BIconUtils::GetVectorIcon(icon->data, in _ReadRandomIcons() 224 status_t mediumResult = BIconUtils::GetVectorIcon(icon->data, in _ReadRandomIcons() 228 status_t largeResult = BIconUtils::GetVectorIcon(icon->data, in _ReadRandomIcons()
|
/haiku/src/kits/bluetooth/UI/ |
H A D | BluetoothIconView.cpp | 31 BIconUtils::GetVectorIcon(tempIcon, tempSize, fBitmap); in BluetoothIconView()
|
/haiku/src/add-ons/translators/hvif/ |
H A D | HVIFTranslator.cpp | 114 if (BIconUtils::GetVectorIcon(buffer, size, &dummy) != B_OK) { in DerivedIdentify() 161 if (BIconUtils::GetVectorIcon(buffer, size, &rendered) != B_OK) { in DerivedTranslate()
|
/haiku/src/preferences/keymap/ |
H A D | StatusMenuField.cpp | 251 if (BIconUtils::GetSystemIcon("dialog-error", fStopIcon) != B_OK) { in _FillIcons() 269 if (BIconUtils::GetSystemIcon("dialog-warning", fWarnIcon) != B_OK) { in _FillIcons()
|
/haiku/src/apps/drivesetup/ |
H A D | PartitionList.cpp | 270 BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), icon); in PartitionListRow() 272 BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), icon); in PartitionListRow() 274 BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), icon); in PartitionListRow() 276 BIconUtils::GetVectorIcon(kShared, sizeof(kShared), icon); in PartitionListRow() 278 BIconUtils::GetVectorIcon(kFile, sizeof(kFile), icon); in PartitionListRow()
|
H A D | DiskView.cpp | 101 BIconUtils::GetVectorIcon(kLeaf, sizeof(kLeaf), fIcon); in PartitionView() 103 BIconUtils::GetVectorIcon(kEncrypted, sizeof(kEncrypted), fIcon); in PartitionView() 105 BIconUtils::GetVectorIcon(kReadOnly, sizeof(kReadOnly), fIcon); in PartitionView() 107 BIconUtils::GetVectorIcon(kShared, sizeof(kShared), fIcon); in PartitionView() 109 BIconUtils::GetVectorIcon(kFile, sizeof(kFile), fIcon); in PartitionView()
|
/haiku/src/apps/haikudepot/ui/ |
H A D | SharedIcons.cpp | 183 status = BIconUtils::GetVectorIcon(reinterpret_cast<const uint8*>(data), dataSize, bitmap); in _CreateIconForResourceChecked() 222 status = BIconUtils::GetVectorIcon(data, dataSize, bitmap); in _CreateIconForMimeTypeChecked()
|
/haiku/src/servers/midi/ |
H A D | DeviceWatcher.cpp | 89 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize, in DeviceWatcher() 94 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize, in DeviceWatcher()
|
/haiku/src/kits/tracker/ |
H A D | Bitmaps.cpp | 153 && BIconUtils::GetVectorIcon((uint8*)data, length, dest) == B_OK) { in GetIconResource() 178 if (BIconUtils::ConvertFromCMAP8((uint8*)data, size, size, size, in GetIconResource()
|
/haiku/src/add-ons/screen_savers/icons/ |
H A D | IconDisplay.cpp | 54 if (BIconUtils::GetVectorIcon(icon->data, icon->size, fBitmap) != B_OK) in Run()
|
/haiku/src/apps/deskbar/ |
H A D | BarMenuBar.cpp | 130 || BIconUtils::GetVectorIcon((const uint8*)data, dataSize, icon) in TBarMenuBar() 353 && BIconUtils::GetVectorIcon(fTeamIconData, fTeamIconSize, icon) in FetchTeamIcon()
|
/haiku/src/apps/debugger/user_interface/gui/util/ |
H A D | AlertWithCheckbox.cpp | 45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap); in AlertWithCheckbox()
|
/haiku/src/apps/patchbay/ |
H A D | EndpointInfo.cpp | 110 if (BIconUtils::GetVectorIcon((const uint8*)data, size, in CreateIcon()
|
/haiku/src/servers/mail/ |
H A D | DefaultNotifier.cpp | 52 BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon); in DefaultNotifier()
|
/haiku/src/servers/debug/ |
H A D | DebugWindow.cpp | 48 BIconUtils::GetVectorIcon(iconData, size, &fBitmap); in DebugWindow()
|
/haiku/src/apps/showimage/ |
H A D | ToolBarIcons.cpp | 633 status_t ret = BIconUtils::GetVectorIcon(kIcons[i].data, in init_tool_bar_icons()
|
/haiku/src/kits/shared/ |
H A D | IconView.cpp | 105 status = BIconUtils::GetVectorIcon(data, size, fIconBitmap); in SetIcon()
|
/haiku/src/apps/expander/ |
H A D | PasswordAlert.cpp | 114 if (BIconUtils::GetVectorIcon((const uint8*)rawIcon, size, in InitIcon()
|