Searched refs:canvas_ht (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 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()
|
| D | kfont.c | 35 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()
|
| D | graphic.c | 47 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/ |
| D | kfont.c | 35 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()
|
| D | graphic.c | 49 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/ |
| D | handling_weight.c | 552 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()
|