Home
last modified time | relevance | path

Searched refs:canvas_wd (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
271 canvas_wd = fb_width * 0.91346f ; 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
126 canvas_wd = fb_width * 0.91346f ; in init_draw_kfont()
134 cursor_nx = (s32)( canvas_wd / cursor_wd ) ; 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
50 canvas_wd = fb_width * 0.91346f ; 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
126 canvas_wd = fb_width * 0.91346f ; in init_draw_kfont()
134 cursor_nx = (s32)( canvas_wd / cursor_wd ) ; 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
56 canvas_wd = fb_width * 0.91346f ; 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
555 canvas_wd = fb_width * 0.91346f ; 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()