Searched refs:s1_ofs (Results 1 – 1 of 1) sorted by relevance
46 static f32 s1_ofs ; // Depending on whether the main unit is the Japanese or USA version: variable78 s1_ofs = 0.15f * (f32)KFONT_WD / (f32)KFONT_SHEET_WD ; in init_kfont_texture()85 s1_ofs = 0.05f * (f32)KFONT_WD / (f32)KFONT_SHEET_WD ; in init_kfont_texture()203 s1 = (f32)( i * KFONT_WD ) / (f32)KFONT_SHEET_WD + s1_ofs ; in draw_kfont_one()