Details
TILE_WIDTH
#define TILE_WIDTH 64
TILE_HEIGHT
#define TILE_HEIGHT 64
tile_lock ()
void tile_lock (Tile *tile);
tile_release ()
void tile_release (Tile *tile,
gboolean dirty);
tile_alloc ()
void tile_alloc (Tile *tile);
tile_size ()
gint tile_size (Tile *tile);
tile_ewidth ()
gint tile_ewidth (Tile *tile);
tile_eheight ()
gint tile_eheight (Tile *tile);
tile_attach ()
void tile_attach (Tile *tile,
void *tm,
gint tile_num);
tile_detach ()
void tile_detach (Tile *tile,
void *tm,
gint tile_num);
tile_data_pointer ()
void* tile_data_pointer (Tile *tile,
gint xoff,
gint yoff);
tile :
|
|
xoff :
|
|
yoff :
|
|
Returns : |
|
tile_global_refcount ()
gint tile_global_refcount (void);