Searched refs:icon (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dicon_manager.c1 /* icon_manager.c - gfxmenu icon manager. */
52 /* Create a new icon manager and return a point to it. */
73 /* Destroy the icon manager MGR, freeing all resources used by it.
86 /* Clear the icon cache. */
102 /* Set the theme path. If the theme path is changed, the icon cache
117 /* Set the icon size. When icons are requested from the icon manager,
119 changed, the icon cache is cleared. */
133 /* Try to load an icon for the specified CLASS_NAME in the directory DIR.
134 Returns 0 if the icon coul
202 struct grub_video_bitmap *icon; local
256 struct grub_video_bitmap *icon; local
[all...]
H A Dgui_list.c248 struct grub_video_bitmap *icon; local
260 icon = get_item_icon (self, menu_index);
261 if (icon != 0)
262 grub_video_blit_bitmap (icon, GRUB_VIDEO_BLIT_BLEND,
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.h130 LibHalStoragePolicyIcon icon; member in struct:__anon1064
138 LibHalStoragePolicyIcon icon,
144 LibHalStoragePolicyIcon icon) LIBHAL_DEPRECATED;
H A Dlibhal-storage.c61 LibHalStoragePolicyIcon icon; member in struct:IconMappingEntry_s
90 /* free all icon mappings */
101 libhal_storage_policy_set_icon_path (LibHalStoragePolicy *policy, LibHalStoragePolicyIcon icon, const char *path) argument
107 if (i->icon == icon) {
117 i->icon = icon;
131 for (i = pairs; i->icon != 0x00; i++) {
132 libhal_storage_policy_set_icon_path (policy, i->icon, i->icon_path);
137 libhal_storage_policy_lookup_icon (LibHalStoragePolicy *policy, LibHalStoragePolicyIcon icon) argument
[all...]

Completed in 1108 milliseconds