Searched refs:z (Results 1 – 6 of 6) sorted by relevance
| /RevoEX-3.1/build/demos/share/src/ |
| D | graphic.c | 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() [all …]
|
| /RevoEX-3.1/build/demos/wddemo/src/ |
| D | sample.c | 326 sampleCamera.pos.z = -20.0f; in InitString() 329 sampleCamera.up.z = 0.0f; in InitString() 332 sampleCamera.target.z = 0.0f; in InitString() 400 s16 z = -1023; in RenderString() local 414 GXPosition3s16( 0, 0, z ); in RenderString() 415 GXPosition3s16( (s16)scrWidth, 0, z ); in RenderString() 416 GXPosition3s16( (s16)scrWidth, (s16)scrHeight, z ); in RenderString() 417 GXPosition3s16( 0, (s16)scrHeight, z ); in RenderString() 428 s16 x, y, z, w, h; in RenderString() local 452 z = -1; in RenderString() [all …]
|
| /RevoEX-3.1/build/demos/share/include/rexdemo/ |
| D | graphic.h | 73 void REXDEMOPrintf( int x, int y, int z, const char *fmt, ... );
|
| /RevoEX-3.1/man/en_US/CSS/ |
| D | titles2.css | 21 z-index : auto;
|
| D | titles.css | 36 z-index : auto;
|
| /RevoEX-3.1/build/demos/mpdsdemo/src/ |
| D | mpdsmodel.c | 442 s16 z = -1023; in Draw() local 498 GXPosition3s16((s16) (x), (s16) (y), (s16) z); in Draw() 500 GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y), (s16) z); in Draw() 502 … GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw() 504 GXPosition3s16((s16) (x), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw()
|