Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dkfont.c39 static f32 cursor_x1,cursor_y1 ; // Coordinate of upper leftmost cursor variable
138 cursor_y1 = (f32)cursor_ny * cursor_ht * -0.5f ; in init_draw_kfont()
216 y1 = cy * cursor_ht + cursor_y1 + letter_oy ; in draw_kfont_one()
380 return ( cy * cursor_ht + cursor_y1 + letter_oy ) ; in calc_kfont_y1()
390 return ( cy * cursor_ht + cursor_y1 + letter_oy + letter_ht ) ; in calc_kfont_y2()