Home
last modified time | relevance | path

Searched refs:req_face (Results 1 – 8 of 8) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Ddraw.h122 int req_face; // requested face index, usually 0 member
H A Dgl_draw.c676 if(fnt->req_face != -1) in LoadFont()
899 f->req_face = atoi(c+1); in LoadFont_f()
902 f->req_face = 0; in LoadFont_f()
H A Dft2.c521 if (!Font_LoadFile(name, dpfnt->req_face, &dpfnt->settings, ft2)) in Font_LoadFont()
H A Dprvm_cmds.c3637 f->req_face = atoi(c+1); in VM_loadfont()
3640 f->req_face = 0; in VM_loadfont()
/dports/games/darkplaces/darkplaces/
H A Ddraw.h99 int req_face; // requested face index, usually 0 member
H A Dgl_draw.c334 if(fnt->req_face != -1) in LoadFont()
557 f->req_face = atoi(c+1); in LoadFont_f()
560 f->req_face = 0; in LoadFont_f()
H A Dft2.c521 if (!Font_LoadFile(name, dpfnt->req_face, &dpfnt->settings, ft2)) in Font_LoadFont()
H A Dprvm_cmds.c3636 f->req_face = atoi(c+1); in VM_loadfont()
3639 f->req_face = 0; in VM_loadfont()