Home
last modified time | relevance | path

Searched refs:BIconUtils (Results 1 – 25 of 53) sorted by relevance

123

/haiku/headers/os/interface/
H A DIconUtils.h15 class BIconUtils {
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, 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 DInputIcons.cpp55 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 DIconUtils.dox23 \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 DIconUtils.cpp306 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 DMime.cpp146 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 DInterfaceListItem.cpp229 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 DPairsView.cpp220 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 DBluetoothIconView.cpp31 BIconUtils::GetVectorIcon(tempIcon, tempSize, fBitmap); in BluetoothIconView()
/haiku/src/add-ons/translators/hvif/
H A DHVIFTranslator.cpp114 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 DStatusMenuField.cpp251 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 DPartitionList.cpp270 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 DDiskView.cpp101 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 DSharedIcons.cpp183 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 DDeviceWatcher.cpp89 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize, in DeviceWatcher()
94 if (BIconUtils::GetVectorIcon(fVectorIconData, fVectorIconDataSize, in DeviceWatcher()
/haiku/src/kits/tracker/
H A DBitmaps.cpp153 && 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 DIconDisplay.cpp54 if (BIconUtils::GetVectorIcon(icon->data, icon->size, fBitmap) != B_OK) in Run()
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp130 || 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 DAlertWithCheckbox.cpp45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap); in AlertWithCheckbox()
/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp110 if (BIconUtils::GetVectorIcon((const uint8*)data, size, in CreateIcon()
/haiku/src/servers/mail/
H A DDefaultNotifier.cpp52 BIconUtils::GetVectorIcon(&node, "BEOS:ICON", &icon); in DefaultNotifier()
/haiku/src/servers/debug/
H A DDebugWindow.cpp48 BIconUtils::GetVectorIcon(iconData, size, &fBitmap); in DebugWindow()
/haiku/src/apps/showimage/
H A DToolBarIcons.cpp633 status_t ret = BIconUtils::GetVectorIcon(kIcons[i].data, in init_tool_bar_icons()
/haiku/src/kits/shared/
H A DIconView.cpp105 status = BIconUtils::GetVectorIcon(data, size, fIconBitmap); in SetIcon()
/haiku/src/apps/expander/
H A DPasswordAlert.cpp114 if (BIconUtils::GetVectorIcon((const uint8*)rawIcon, size, in InitIcon()

123