Home
last modified time | relevance | path

Searched refs:pngfile_star_width (Results 1 – 4 of 4) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dload.c289 data->pngfile_star_width[ident] = atoi( (gchar*)tmp ); in xmlparse_file_interface()
742 for (i = 0 ; data->pngfile_star_width[i] ; i++) { in game_load_pngs()
743 …op(pixbuf, data->pngfile_star_x[i], data->pngfile_star_y[i], data->pngfile_star_width[i], data->pn… in game_load_pngs()
862 for(i = 0 ; data->pngfile_star_width[i] ; i++) { in game_free_pngs()
H A Dglobal.h415 guint16 pngfile_star_width[MAX_PLAYERS], pngfile_star_height[MAX_PLAYERS]; member
H A Dxmlparse.c462 eng_pic_set_width(pic, data->pngfile_star_width[star]); in xmlparse_estateupdate()
H A Dinterface.c663 eng_pic_set_width(pic, data->pngfile_star_width[star]); in interface_create_gameboardpage()