Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dgraphic.c46 Mtx44 proj_mtx ; in init_draw_graphic() local
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()
56 GXSetProjection( proj_mtx, GX_ORTHOGRAPHIC ) ; in init_draw_graphic()
Dweight.c294 Mtx44 proj_mtx ; in init_draw_graphic() local
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()
304 GXSetProjection( proj_mtx, GX_ORTHOGRAPHIC ) ; in init_draw_graphic()
Dkfont.c122 Mtx44 proj_mtx ; in init_draw_kfont() local
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()
142 GXSetProjection( proj_mtx, GX_ORTHOGRAPHIC ) ; in init_draw_kfont()
/RvlSDK-3.3/build/demos/wbcdemo/src/
Dhandling_weight.c553 Mtx44 proj_mtx ; in init_draw_graphic() local
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()
563 GXSetProjection( proj_mtx, GX_ORTHOGRAPHIC ) ; in init_draw_graphic()