Lines Matching refs:view
54 Mtx view; member
78 static void DrawUnitCell ( Mtx view );
79 static void DrawCells ( Mtx view );
297 DrawUnitCell(sc->cam.view); in DrawTick()
347 DrawCells(sc->cam.view); in DrawTick()
407 static void DrawUnitCell( Mtx view ) in DrawUnitCell() argument
431 MTXConcat(view, mv, mv); in DrawUnitCell()
470 MTXConcat(view, mt, mv); in DrawUnitCell()
484 MTXConcat(view, ms, mv); in DrawUnitCell()
505 static void DrawCells( Mtx view ) in DrawCells() argument
531 MTXMultVec(view, &CellLocTbl[i], &loc); in DrawCells()
552 cam->view, in SetCamera()