Home
last modified time | relevance | path

Searched refs:INS_Flat (Results 1 – 9 of 9) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Dw_flat.cc122 flats[i] = W_ImageLookup(name, INS_Flat, ILF_Null|ILF_Exact|ILF_NoNew); in R_AddFlatAnim()
140 flats[i] = W_ImageLookup(anim->pics[i], INS_Flat, ILF_Null|ILF_Exact); in R_AddFlatAnim()
H A Dr_image.cc560 case INS_Flat: real_flats. push_back(rim); break; in AddImageUser()
829 case INS_Flat: in IM_ShouldMipmap()
1184 if (type == INS_Flat && in W_ImageLookup()
1208 if (type == INS_Flat) in W_ImageLookup()
1258 return W_ImageLookup(name, INS_Flat); in W_ImageParseSaveString()
1300 case INS_Flat: (*type) = 'F'; return; in W_ImageMakeSaveString()
H A Dhu_style.cc54 bg_image = W_ImageLookup(name, INS_Flat, ILF_Null); in Load()
H A Df_finale.cc213 finale_textback = W_ImageLookup(finale->text_flat, INS_Flat); in LookupFinaleStuff()
H A Dp_setup.cc717 ss->floor.image = W_ImageLookup(buffer, INS_Flat); in LoadSectors()
720 ss->ceil.image = W_ImageLookup(buffer, INS_Flat); in LoadSectors()
725 ss->floor.image = W_ImageLookup("FLAT1", INS_Flat); in LoadSectors()
H A Drad_act.cc671 image = W_ImageLookup(ctex->texname, INS_Flat); in RAD_ActChangeTex()
H A Dp_plane.cc750 plane->new_image = W_ImageLookup(def->tex, INS_Flat); in P_SetupSectorAction()
/dports/games/edge/Edge-1.35-source/ddf/
H A Dimage.h30 INS_Flat, enumerator
H A Dimage.cc64 return INS_Flat; in GetImageNamespace()
70 return INS_Flat; /* NOT REACHED */ in GetImageNamespace()