Home
last modified time | relevance | path

Searched refs:txt_fp (Results 1 – 1 of 1) sorted by path

/dports/games/lincity/lincity-1.13.1/
H A Dreadpng.c24 FILE* txt_fp,png_bytep *row_pointers,
47 FILE *fp, *txt_fp; in load_png_graphics() local
53 if ((txt_fp = fopen(txt_filename, "r")) == NULL) in load_png_graphics()
198 #define LG(typ,grp,id) load_png_graphic(typ,grp,id,txt_fp,row_pointers,height,width) in load_png_graphics()
511 while (!feof(txt_fp)) { in load_png_graphics()
517 fgets (buf,128,txt_fp); in load_png_graphics()
562 FILE* txt_fp,png_bytep *row_pointers, in load_png_graphic() argument
570 while (!feof(txt_fp)) { in load_png_graphic()
572 fgets (buf,128,txt_fp); in load_png_graphic()