Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dkfont.c47 static f32 s2_ofs ; // variable
79 s2_ofs = -0.30f * (f32)KFONT_WD / (f32)KFONT_SHEET_WD ; in init_kfont_texture()
86 s2_ofs = -0.10f * (f32)KFONT_WD / (f32)KFONT_SHEET_WD ; in init_kfont_texture()
204 s2 = s1 + (f32)KFONT_WD / (f32)KFONT_SHEET_WD + s2_ofs ; in draw_kfont_one()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dkfont.c47 static f32 s2_ofs ; // variable
79 s2_ofs = -0.30f * (f32)KFONT_WD / (f32)KFONT_SHEET_WD ; in init_kfont_texture()
86 s2_ofs = -0.10f * (f32)KFONT_WD / (f32)KFONT_SHEET_WD ; in init_kfont_texture()
204 s2 = s1 + (f32)KFONT_WD / (f32)KFONT_SHEET_WD + s2_ofs ; in draw_kfont_one()