Home
last modified time | relevance | path

Searched refs:SPR_TAB_GRAPH_0 (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A Dsprites.h236 SPR_TAB_GRAPH_0 = 5245, enumerator
237 SPR_TAB_GRAPH_1 = SPR_TAB_GRAPH_0 + 1,
238 SPR_TAB_GRAPH_2 = SPR_TAB_GRAPH_0 + 2,
239 SPR_TAB_GRAPH_3 = SPR_TAB_GRAPH_0 + 3,
240 SPR_TAB_GRAPH_4 = SPR_TAB_GRAPH_0 + 4,
241 SPR_TAB_GRAPH_5 = SPR_TAB_GRAPH_0 + 5,
242 SPR_TAB_GRAPH_6 = SPR_TAB_GRAPH_0 + 6,
243 SPR_TAB_GRAPH_7 = SPR_TAB_GRAPH_0 + 7,
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DPark.cpp1707 sprite_idx = SPR_TAB_GRAPH_0; in window_park_draw_tab_images()
1723 sprite_idx = SPR_TAB_GRAPH_0; in window_park_draw_tab_images()
H A DMapGen.cpp1364 window_mapgen_draw_tab_image(dpi, w, WINDOW_MAPGEN_PAGE_HEIGHTMAP, SPR_TAB_GRAPH_0); in window_mapgen_draw_tab_images()