Searched refs:z (Results 1 – 6 of 6) sorted by relevance
| /RevoEX-2.3/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-2.3/build/demos/wddemo/src/ |
| D | sample.c | 332 sampleCamera.pos.z = -20.0f; in InitString() 335 sampleCamera.up.z = 0.0f; in InitString() 338 sampleCamera.target.z = 0.0f; in InitString() 406 s16 z = -1023; in RenderString() local 420 GXPosition3s16( 0, 0, z ); in RenderString() 421 GXPosition3s16( (s16)scrWidth, 0, z ); in RenderString() 422 GXPosition3s16( (s16)scrWidth, (s16)scrHeight, z ); in RenderString() 423 GXPosition3s16( 0, (s16)scrHeight, z ); in RenderString() 434 s16 x, y, z, w, h; in RenderString() local 458 z = -1; in RenderString() [all …]
|
| /RevoEX-2.3/build/demos/share/include/rexdemo/ |
| D | graphic.h | 73 void REXDEMOPrintf( int x, int y, int z, const char *fmt, ... );
|
| /RevoEX-2.3/man/en_US/CSS/ |
| D | titles2.css | 21 z-index : auto;
|
| D | titles.css | 36 z-index : auto;
|
| /RevoEX-2.3/build/demos/mpdsdemo/src/ |
| D | mpdsmodel.c | 449 s16 z = -1023; in Draw() local 505 GXPosition3s16((s16) (x), (s16) (y), (s16) z); in Draw() 507 GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y), (s16) z); in Draw() 509 … GXPosition3s16((s16) (x + BALL_FIELD_WIDTH), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw() 511 GXPosition3s16((s16) (x), (s16) (y + BALL_FIELD_HEIGHT), (s16) z); in Draw()
|