Home
last modified time | relevance | path

Searched refs:normal_tile_width (Results 1 – 24 of 24) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dtilespec.c472 int normal_tile_width, normal_tile_height; member
704 return t->normal_tile_width; in tileset_tile_width()
1932 t->normal_tile_width = ceil(t->scale * t->normal_tile_width); in tileset_read_toplevel()
1935 i = t->normal_tile_width; in tileset_read_toplevel()
1939 t->scale = (t->scale * i) / t->normal_tile_width; in tileset_read_toplevel()
1940 t->normal_tile_width = i; in tileset_read_toplevel()
1944 t->full_tile_width = t->normal_tile_width; in tileset_read_toplevel()
1951 t->full_tile_width = t->normal_tile_width; in tileset_read_toplevel()
3943 const int W = t->normal_tile_width; in tileset_setup_tile_type()
4004 const int W = t->normal_tile_width; in tileset_setup_tile_type()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dtilespec.c472 int normal_tile_width, normal_tile_height; member
704 return t->normal_tile_width; in tileset_tile_width()
1932 t->normal_tile_width = ceil(t->scale * t->normal_tile_width); in tileset_read_toplevel()
1935 i = t->normal_tile_width; in tileset_read_toplevel()
1939 t->scale = (t->scale * i) / t->normal_tile_width; in tileset_read_toplevel()
1940 t->normal_tile_width = i; in tileset_read_toplevel()
1944 t->full_tile_width = t->normal_tile_width; in tileset_read_toplevel()
1951 t->full_tile_width = t->normal_tile_width; in tileset_read_toplevel()
3943 const int W = t->normal_tile_width; in tileset_setup_tile_type()
4004 const int W = t->normal_tile_width; in tileset_setup_tile_type()
[all …]
/dports/games/freeciv/freeciv-2.6.6/data/
H A Disotrident.tilespec22 normal_tile_width = 64
H A Disophex.tilespec22 normal_tile_width = 64
H A Dhex2t.tilespec22 normal_tile_width = 40
H A Dhexemplio.tilespec24 normal_tile_width = 126
H A Dtrident.tilespec21 normal_tile_width = 30
H A Dcimpletoon.tilespec25 normal_tile_width = 96
H A Damplio2.tilespec22 normal_tile_width = 96
H A Dtoonhex.tilespec26 normal_tile_width = 126
/dports/games/freeciv-nox11/freeciv-2.6.6/data/
H A Disotrident.tilespec22 normal_tile_width = 64
H A Dhex2t.tilespec22 normal_tile_width = 40
H A Disophex.tilespec22 normal_tile_width = 64
H A Damplio2.tilespec22 normal_tile_width = 96
H A Dhexemplio.tilespec24 normal_tile_width = 126
H A Dcimpletoon.tilespec25 normal_tile_width = 96
H A Dtrident.tilespec21 normal_tile_width = 30
H A Dtoonhex.tilespec26 normal_tile_width = 126
/dports/games/freeciv/freeciv-2.6.6/doc/
H A DREADME.graphics91 normal_tile_width : the width of terrain tiles
153 normal_tile_width/normal_tile_height of the tileset
206 on normal_tile_width and normal_tile_height, but
/dports/games/freeciv-nox11/freeciv-2.6.6/doc/
H A DREADME.graphics91 normal_tile_width : the width of terrain tiles
153 normal_tile_width/normal_tile_height of the tileset
206 on normal_tile_width and normal_tile_height, but
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dthemespec.c1014 #define FULL_TILE_X_OFFSET ((t->normal_tile_width - t->full_tile_width) / 2)
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dthemespec.c999 #define FULL_TILE_X_OFFSET ((t->normal_tile_width - t->full_tile_width) / 2)
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dthemespec.c999 #define FULL_TILE_X_OFFSET ((t->normal_tile_width - t->full_tile_width) / 2)
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dthemespec.c1014 #define FULL_TILE_X_OFFSET ((t->normal_tile_width - t->full_tile_width) / 2)