Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/kpaddemo/src/
Dkfont.c35 static f32 canvas_wd,canvas_ht ; // Virtual canvas size variable
127 canvas_ht = fb_height ; in init_draw_kfont()
135 cursor_ny = (s32)( canvas_ht / cursor_ht ) ; in init_draw_kfont()
140 …MTXOrtho( proj_mtx, canvas_ht * -0.5f,canvas_ht * 0.5f, canvas_wd * -0.5f,canvas_wd * 0.5f, -10.0f… in init_draw_kfont()
Dgraphic.c49 f32 canvas_wd, canvas_ht ; in init_draw_graphic() local
57 canvas_ht = fb_height ; in init_draw_graphic()
60 …MTXOrtho( proj_mtx, canvas_ht * -0.5f,canvas_ht * 0.5f, canvas_wd * -0.5f,canvas_wd * 0.5f, -10.0f… in init_draw_graphic()