#include <struct.h>
Data Fields | |
| SDL_Surface * | surface |
| short | offset_x |
| short | offset_y |
| SDL_Surface * | zoomed_out_surface |
| short | texture_width |
| short | texture_height |
| short | original_image_width |
| short | original_image_height |
| int | texture_has_been_created |
| void * | attached_pixel_data |
| GLuint * | texture |
Definition at line 64 of file struct.h.
| SDL_Surface* iso_image_s::surface |
Definition at line 66 of file struct.h.
Referenced by draw_grid_on_the_floor(), Highlight_Current_Block(), load_floor_tiles(), and make_texture_out_of_prepadded_image().
| short iso_image_s::offset_x |
Definition at line 67 of file struct.h.
Referenced by blit_iso_image_to_map_position_in_buffer(), blit_outline_of_iso_image_to_map_position(), and isometric_show_floor_around_tux_without_doublebuffering().
| short iso_image_s::offset_y |
Definition at line 68 of file struct.h.
Referenced by blit_iso_image_to_map_position_in_buffer(), blit_outline_of_iso_image_to_map_position(), and isometric_show_floor_around_tux_without_doublebuffering().
| SDL_Surface* iso_image_s::zoomed_out_surface |
Definition at line 72 of file struct.h.
Referenced by draw_gl_scaled_quad_from_atlas_at_screen_position(), and isometric_show_floor_around_tux_without_doublebuffering().
Definition at line 73 of file struct.h.
Referenced by draw_gl_scaled_quad_from_atlas_at_screen_position(), and isometric_show_floor_around_tux_without_doublebuffering().
| GLuint* iso_image_s::texture |
Definition at line 77 of file struct.h.
Referenced by do_make_texture_out_of_surface(), and load_floor_tiles().
1.5.5