Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/share/src/
Dgraphic.c92 static int REXDEMODrawChar( int x, int y, int z, int w, int h, const char **string );
469 int h; in REXDEMOPrintf() local
471 h = (sampleFontHeight > 0) ? sampleFontHeight : in REXDEMOPrintf()
477 y += h; in REXDEMOPrintf()
552 REXDEMODrawChar( int x, int y, int z, int w, int h, const char **string ) in REXDEMODrawChar() argument
570 if (h < 0) in REXDEMODrawChar()
572 h = (sampleFontHeight > 0) ? sampleFontHeight : 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
[all …]
/RevoEX-2.1/include/revolution/
Dverflags.h4 # File: verflags.h
/RevoEX-2.1/build/demos/wddemo/src/
Dsample.c428 s16 x, y, z, w, h; in RenderString() local
453 h = (s16)( scrHeight / ( SAMPLE_RAW_COUNT - 1 ) ); in RenderString()
471 GXPosition3s16( (s16)( x + w ), (s16)( y + h ), z ); in RenderString()
473 GXPosition3s16( (s16)( x + 0 ), (s16)( y + h ), z ); in RenderString()
/RevoEX-2.1/include/revolution/net/
DNETDigest.h174 u32 h[5]; /* H0,H1,H2,H3,H4 */ member