Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dkfont.c37 static f32 cursor_wd,cursor_ht ; // Cursor size variable
131 cursor_wd = letter_wd * 0.90f ; // Reduce the space between letters a bit in init_draw_kfont()
133 letter_ox = ( cursor_wd - letter_wd ) * 0.5f ; in init_draw_kfont()
135 cursor_nx = (s32)( canvas_wd / cursor_wd ) ; in init_draw_kfont()
137 cursor_x1 = (f32)cursor_nx * cursor_wd * -0.5f ; in init_draw_kfont()
213 x1 = cx * cursor_wd + cursor_x1 + letter_ox ; in draw_kfont_one()
375 return ( cx * cursor_wd + cursor_x1 + letter_ox ) ; in calc_kfont_x1()
385 return ( cx * cursor_wd + cursor_x1 + letter_ox + letter_wd ) ; in calc_kfont_x2()