Searched refs:GetIcon (Results 1 - 25 of 82) sorted by last modified time

1234

/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp82 return item->GetIcon(fIconBitmap, B_LARGE_ICON);
94 status_t status = mimeType.GetIcon(fIconBitmap, B_LARGE_ICON);
101 status = superType.GetIcon(fIconBitmap, B_LARGE_ICON);
113 if (genericType.GetIcon(fIconBitmap, B_LARGE_ICON) != B_OK) {
/haiku/src/apps/diskprobe/
H A DProbeView.cpp292 status = type.GetIcon(fBitmap, B_LARGE_ICON);
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp280 if (partition->GetIcon(icon, B_MINI_ICON) != B_OK) {
/haiku/src/preferences/filetypes/
H A DIconView.h56 status_t GetIcon(BBitmap* bitmap) const;
H A DIconView.cpp53 if (type.GetIcon(&data, &size) == B_OK)
73 if (superType.GetIcon(&data, &size) == B_OK)
106 if (type.GetIcon(&bitmap, size) == B_OK)
126 if (superType.GetIcon(&bitmap, size) == B_OK)
436 Icon::GetIcon(BBitmap* bitmap) const function in class:Icon
1083 if (fIcon->GetIcon(bitmap) != B_OK) {
1326 if (fIcon->GetIcon(fIconBitmap) != B_OK) {
1350 if (info.GetIcon(&data, &size) == B_OK) {
1371 if (large != NULL && info.GetIcon(large, B_LARGE_ICON) == B_OK)
1373 if (mini != NULL && info.GetIcon(min
[all...]
/haiku/src/apps/deskcalc/
H A DCalcView.cpp1475 status = appInfo.GetIcon(into, B_MINI_ICON);
/haiku/src/kits/tracker/
H A DUtilities.cpp575 status_t result = mime.GetIcon(fBitmap, which);
581 mime.GetIcon(fBitmap, which);
1458 return appFileInfo.GetIcon(icon, which);
1507 return nodeInfo.GetIcon(icon, which);
H A DTrackerInitialState.cpp268 || mime.GetIcon(&vectorIcon, B_LARGE_ICON) != B_OK))
270 || mime.GetIcon(&largeIcon, B_LARGE_ICON) != B_OK))
272 || mime.GetIcon(&miniIcon, B_MINI_ICON) != B_OK))
H A DIconCache.cpp425 if (mime.GetIcon(lazyBitmap->Get(), icon_size_for(size)) != B_OK) {
605 // try getting using the BVolume::GetIcon call; if miss,
622 } else if (volume.GetIcon(lazyBitmap->Get(), icon_size_for(size)) == B_OK) {
802 // superset of node; this makes GetIcon grab the proper icon for
1181 result = mime.GetIcon(lazyBitmap.Get(), icon_size_for(size));
H A DModel.cpp1466 status_t result = volume.GetIcon(&bitmap, size);
1471 status_t err = nodeInfo.GetIcon(&bitmap, size);
1492 err = mimeType.GetIcon(&bitmap, size);
H A DMountMenu.cpp131 if (partition->GetIcon(icon, B_MINI_ICON) != B_OK) {
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp363 status_t iconResult = fPackageIconRepository.GetIcon(
H A DPackageListView.cpp424 bitmapResult = fModel->GetPackageIconRepository().GetIcon(
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp234 PackageIconTarRepository::GetIcon(const BString& pkgName, BitmapSize size, function in class:PackageIconTarRepository
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp80 if (device.GetIcon(fIcon, B_LARGE_ICON) != B_OK)
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGImporter.cpp77 ret = builder.GetIcon(icon, ref->name);
H A DDocumentBuilder.cpp61 // GetIcon
63 DocumentBuilder::GetIcon(Icon* icon, const char* fallbackName) function in class:DocumentBuilder
H A DDocumentBuilder.h41 status_t GetIcon(Icon* icon,
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp452 // Used to call the appropriate GetIcon[ForType] function
453 virtual status_t GetIcon(BMimeType &mime, BBitmap *icon) { function in class:IconHelper
454 return mime.GetIcon(icon, size);
499 virtual status_t GetIcon(BMimeType &mime, BBitmap *icon) { function in class:IconForTypeHelper
1332 CHK(helper.GetIcon(mime, bmp) != B_OK); // R5 == B_BAD_VALUE
1345 CHK(helper.GetIcon(mime, bmp) != B_OK); // R5 == B_ENTRY_NOT_FOUND
1349 CHK(helper.GetIcon(mime, bmp) == B_OK);
1362 CHK(helper.GetIcon(mime, NULL) != B_OK); // B_BAD_VALUE
1372 CHK(helper.GetIcon(mime, bmp) != B_OK); // B_ENTRY_NOT_FOUND
1374 CHK(helper.GetIcon(mim
[all...]
/haiku/src/apps/mail/
H A DEnclosures.cpp467 iconStatus = type.GetIcon(&iconBitmap,
/haiku/src/libs/icon/
H A DIconUtils.cpp302 // #pragma mark - GetIcon()
306 BIconUtils::GetIcon(BNode* node, const char* vectorIconAttrName, function in class:BIconUtils
366 printf("BIconUtils::GetIcon() - unsupported colorspace\n");
/haiku/src/kits/interface/
H A DAboutWindow.cpp315 if (appMime.GetIcon(icon, (icon_size)64) == B_OK)
/haiku/src/apps/deskbar/
H A DBarApp.cpp1071 if (appMime.GetIcon(icon, (icon_size)size) == B_OK) {
1082 if (defaultAppMime.GetIcon(icon, (icon_size)size) == B_OK) {
/haiku/headers/os/interface/
H A DIconUtils.h22 static status_t GetIcon(BNode* node,
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp423 BPartition::GetIcon(BBitmap* icon, icon_size which) const function in class:BPartition
435 error = volume.GetIcon(icon, which);
452 BPartition::GetIcon(uint8** _data, size_t* _size, type_code* _type) const function in class:BPartition
464 error = volume.GetIcon(_data, _size, _type);

Completed in 406 milliseconds

1234