Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dkfont.c36 static f32 cursor_wd,cursor_ht ; // Cursor size variable
131 cursor_ht = letter_ht * 1.05f ; // Make a little extra room in the vertical direction in init_draw_kfont()
133 letter_oy = ( cursor_ht - letter_ht ) * 0.5f ; in init_draw_kfont()
135 cursor_ny = (s32)( canvas_ht / cursor_ht ) ; in init_draw_kfont()
137 cursor_y1 = (f32)cursor_ny * cursor_ht * -0.5f ; in init_draw_kfont()
209 y1 = cy * cursor_ht + cursor_y1 + letter_oy ; in draw_kfont_one()
371 return ( cy * cursor_ht + cursor_y1 + letter_oy ) ; in calc_kfont_y1()
381 return ( cy * cursor_ht + cursor_y1 + letter_oy + letter_ht ) ; in calc_kfont_y2()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dkfont.c36 static f32 cursor_wd,cursor_ht ; // Cursor size variable
131 cursor_ht = letter_ht * 1.05f ; // Make a little extra room in the vertical direction in init_draw_kfont()
133 letter_oy = ( cursor_ht - letter_ht ) * 0.5f ; in init_draw_kfont()
135 cursor_ny = (s32)( canvas_ht / cursor_ht ) ; in init_draw_kfont()
137 cursor_y1 = (f32)cursor_ny * cursor_ht * -0.5f ; in init_draw_kfont()
209 y1 = cy * cursor_ht + cursor_y1 + letter_oy ; in draw_kfont_one()
371 return ( cy * cursor_ht + cursor_y1 + letter_oy ) ; in calc_kfont_y1()
381 return ( cy * cursor_ht + cursor_y1 + letter_oy + letter_ht ) ; in calc_kfont_y2()