Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kpaddemo/src/
Dweight.c268 f32 canvas_wd, canvas_ht ; in init_draw_graphic() local
272 canvas_ht = fb_height ; in init_draw_graphic()
275 …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()
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.c47 f32 canvas_wd, canvas_ht ; in init_draw_graphic() local
51 canvas_ht = fb_height ; in init_draw_graphic()
54 …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()
/RvlSDK-3.2/build/demos/kpadOlddemo/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()
/RvlSDK-3.2/build/demos/wbcdemo/src/
Dhandling_weight.c552 f32 canvas_wd, canvas_ht ; in init_draw_graphic() local
556 canvas_ht = fb_height ; in init_draw_graphic()
559 …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()