Searched refs:canvas_wd (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.2/build/demos/kpaddemo/src/ |
| D | weight.c | 268 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()
|
| D | kfont.c | 35 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()
|
| D | graphic.c | 47 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/ |
| D | kfont.c | 35 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()
|
| D | graphic.c | 49 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/ |
| D | handling_weight.c | 552 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()
|