Searched refs:proj_mtx (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.1/build/demos/kpaddemo/src/ |
| D | graphic.c | 47 Mtx44 proj_mtx ; in init_draw_graphic() local 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() 61 GXSetProjection( proj_mtx, GX_ORTHOGRAPHIC ) ; in init_draw_graphic()
|
| D | kfont.c | 121 Mtx44 proj_mtx ; in init_draw_kfont() local 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() 141 GXSetProjection( proj_mtx, GX_ORTHOGRAPHIC ) ; in init_draw_kfont()
|