Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/kpaddemo/src/
Dkfont.c46 static f32 s1_ofs ; // Depending on whether the main unit is the Japanese or USA version: variable
78 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()