Home
last modified time | relevance | path

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

/dports/x11-fm/tdfsb/tdfsb-0.0.10/
H A Dtdfsb.c1671 vposx=vposx+tposz/mousespeed; in move()
1675 vposx=vposx-tposz/mousespeed; in move()
1681 vposx=vposx+tposx/mousespeed; in move()
1686 vposx=vposx-tposx/mousespeed; in move()
1721 vposx=vposx+TDFSB_OA_DX; in approach()
1874 light_position[0]=vposx; in display()
1894 glVertex3f(vposx-2,-1,vposz); in display()
1895 glVertex3f(vposx ,-1,vposz+2); in display()
1896 glVertex3f(vposx ,-1,vposz-2); in display()
1998 if ( vposx>mx-1 && vposx<mx+1 && vposz>mz-1 && vposz<mz+1 && vposy<1.5 ) in display()
[all …]
/dports/graphics/grx/grx249/src/setup/
H A Dviewport.c31 DRVINFO->vposx = res[0]; in GrSetViewport()
H A Dsetmode.c418 DRVINFO->vposx = 0; in GrSetMode()
/dports/graphics/grx/grx249/include/
H A Dgrx20.h392 int vposx,vposy; /* current virtual viewport position */ member
479 #define GrViewportX() (GrDriverInfo->vposx)