|
Crossfire Client, Branches
R11627
|
#include <gx11.h>
Collaboration diagram for PixmapInfo:Data Fields | |
| void * | fog_image |
| uint8 | height |
| uint16 | icon_height |
| void * | icon_image |
| void * | icon_mask |
| uint16 | icon_width |
| uint16 | map_height |
| void * | map_image |
| void * | map_mask |
| uint16 | map_width |
| Pixmap | mask |
| Pixmap | pixmap |
| uint16 | smooth_face |
| uint8 | width |
| void * PixmapInfo::fog_image |
Definition at line 65 of file gx11.h.
Referenced by create_map_image(), free_pixmap(), and init_cache_data().
| uint8 PixmapInfo::height |
Definition at line 38 of file x11.h.
Referenced by create_and_rescale_image_from_data(), display_mapcell(), get_map_image_size(), and init_cache_data().
| uint16 PixmapInfo::icon_height |
Definition at line 62 of file gx11.h.
Referenced by create_and_rescale_image_from_data(), create_icon_image(), init_cache_data(), item_deleting_one(), and rebuild_our_widget().
| void * PixmapInfo::icon_image |
Definition at line 61 of file gx11.h.
Referenced by add_object_to_store(), animate_inventory(), animate_item(), animate_look(), create_and_rescale_image_from_data(), create_icon_image(), draw_inv_table(), drawingarea_inventory_table_expose_event(), free_pixmap(), init_cache_data(), rebuild_our_widget(), spellinventory_redraw(), and update_spell_list().
| void * PixmapInfo::icon_mask |
Definition at line 61 of file gx11.h.
Referenced by animate_item(), create_and_rescale_image_from_data(), create_icon_image(), free_pixmap(), init_cache_data(), rebuild_our_widget(), spellinventory_redraw(), and update_spell_list().
| uint16 PixmapInfo::icon_width |
Definition at line 62 of file gx11.h.
Referenced by create_and_rescale_image_from_data(), create_icon_image(), init_cache_data(), item_deleting_one(), and rebuild_our_widget().
| uint16 PixmapInfo::map_height |
Definition at line 64 of file gx11.h.
Referenced by create_and_rescale_image_from_data(), create_map_image(), display_mapcell(), get_map_image_size(), and init_cache_data().
| void * PixmapInfo::map_image |
Definition at line 63 of file gx11.h.
Referenced by create_and_rescale_image_from_data(), create_map_image(), free_pixmap(), and init_cache_data().
| void * PixmapInfo::map_mask |
Definition at line 63 of file gx11.h.
Referenced by create_and_rescale_image_from_data(), create_map_image(), free_pixmap(), and init_cache_data().
| uint16 PixmapInfo::map_width |
Definition at line 64 of file gx11.h.
Referenced by create_and_rescale_image_from_data(), create_map_image(), display_mapcell(), get_map_image_size(), and init_cache_data().
| Pixmap PixmapInfo::mask |
Definition at line 37 of file x11.h.
Referenced by create_and_rescale_image_from_data(), gen_draw_face(), and init_cache_data().
| Pixmap PixmapInfo::pixmap |
Definition at line 37 of file x11.h.
Referenced by create_and_rescale_image_from_data(), and init_cache_data().
| uint16 PixmapInfo::smooth_face |
A face used for smoothing with this face.
Definition at line 66 of file gx11.h.
Referenced by addsmooth(), drawsmooth(), and init_cache_data().
| uint8 PixmapInfo::width |
Definition at line 38 of file x11.h.
Referenced by create_and_rescale_image_from_data(), display_mapcell(), get_map_image_size(), and init_cache_data().