Home
last modified time | relevance | path

Searched refs:canvas_wd (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dkfont.c36 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()
Dgraphic.c48 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()
Dweight.c296 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/
Dhandling_weight.c555 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()