Searched refs:canvas_wd (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | kfont.c | 36 static f32 canvas_wd,canvas_ht ; // Virtual canvas size variable 127 canvas_wd = fb_width * 0.91346f ; in init_draw_kfont() 135 cursor_nx = (s32)( canvas_wd / cursor_wd ) ; in init_draw_kfont() 141 …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 | 48 f32 canvas_wd, canvas_ht ; in init_draw_graphic() local 51 canvas_wd = fb_width * 0.91346f ; in init_draw_graphic() 55 …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 | weight.c | 296 f32 canvas_wd, canvas_ht ; in init_draw_graphic() local 299 canvas_wd = fb_width * 0.91346f ; in init_draw_graphic() 303 …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.3/build/demos/wbcdemo/src/ |
| D | handling_weight.c | 555 f32 canvas_wd, canvas_ht ; in init_draw_graphic() local 558 canvas_wd = fb_width * 0.91346f ; in init_draw_graphic() 562 …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()
|