Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/kpaddemo/src/
Dkfont.c39 static f32 letter_ox,letter_oy ; // Offset from the cursor position to the character position variable
132 letter_ox = ( cursor_wd - letter_wd ) * 0.5f ; in init_draw_kfont()
206 x1 = cx * cursor_wd + cursor_x1 + letter_ox ; in draw_kfont_one()
366 return ( cx * cursor_wd + cursor_x1 + letter_ox ) ; in calc_kfont_x1()
376 return ( cx * cursor_wd + cursor_x1 + letter_ox + letter_wd ) ; in calc_kfont_x2()