Home
last modified time | relevance | path

Searched refs:first_ascii (Results 1 – 5 of 5) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dfont.cpp79 letter = c1-Current_font->first_ascii; in get_char_width()
95 letter2 = c2-Current_font->first_ascii; in get_char_width()
409 cfread( &fnt->first_ascii, sizeof(int), 1, fp ); in gr_create_font()
420 fnt->first_ascii = INTEL_INT( fnt->first_ascii ); //-V570 in gr_create_font()
H A Dfont.h41 int first_ascii; member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/software/
H A Dfont_internal.h27 int first_ascii; member
H A DFontManager.cpp138 cfread(&fnt->first_ascii, sizeof(int), 1, fp); in loadFontOld()
149 fnt->first_ascii = INTEL_INT(fnt->first_ascii); //-V570 in loadFontOld()
H A Dfont.cpp615 letter = c1 - fnt->first_ascii; in get_char_width_old()
635 letter2 = c2 - fnt->first_ascii; in get_char_width_old()