Lines Matching refs:z
92 static int REXDEMODrawChar( int x, int y, int z, int w, int h, const char **string );
400 s16 z = -1023; in REXDEMOBeginRender() local
414 GXPosition3s16( 0, 0, z ); in REXDEMOBeginRender()
415 GXPosition3s16( (s16)scrWidth, 0, z ); in REXDEMOBeginRender()
416 GXPosition3s16( (s16)scrWidth, (s16)scrHeight, z ); in REXDEMOBeginRender()
417 GXPosition3s16( 0, (s16)scrHeight, z ); in REXDEMOBeginRender()
458 REXDEMOPrintf( int x, int y, int z, const char *fmt, ... ) in REXDEMOPrintf() argument
484 ox += REXDEMODrawChar( ox, y, z, -1, -1, &ptr ); in REXDEMOPrintf()
518 sampleCamera.pos.z = -20.0f; in InitString()
521 sampleCamera.up.z = 0.0f; in InitString()
524 sampleCamera.target.z = 0.0f; in InitString()
552 REXDEMODrawChar( int x, int y, int z, int w, int h, const char **string ) in REXDEMODrawChar() argument
580 GXPosition3s16( (s16)( x + 0 ), (s16)( y + 0 ), (s16)z ); in REXDEMODrawChar()
582 GXPosition3s16( (s16)( x + w ), (s16)( y + 0 ), (s16)z ); in REXDEMODrawChar()
584 GXPosition3s16( (s16)( x + w ), (s16)( y + h ), (s16)z ); in REXDEMODrawChar()
586 GXPosition3s16( (s16)( x + 0 ), (s16)( y + h ), (s16)z ); in REXDEMODrawChar()
610 s16 x, y, z, w, h; in RenderString() local
627 z = -1000; in RenderString()
631 x += REXDEMODrawChar( x, y, z, w, h, &ptr ); in RenderString()
641 s16 z = -1; in RenderString() local
655 x += REXDEMODrawChar( x, y, z, -1, -1, &ptr ); in RenderString()