Searched refs:w (Results 1 – 5 of 5) sorted by relevance
| /RevoEX-2.3/build/demos/mpdldemo/dvddata/ |
| D | custom_banner.chr | 1 …w���牉�䙙�扙�爘�����∈�����������������������U433U4""E4#"ED#"ED#"ED#"FD#"VD#""""t"""C""""…
|
| /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 ); 552 REXDEMODrawChar( int x, int y, int z, int w, int h, const char **string ) in REXDEMODrawChar() argument 565 if (w < 0) in REXDEMODrawChar() 567 w = (sampleFontWidth > 0) ? sampleFontWidth : 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() 590 return w; in REXDEMODrawChar() 610 s16 x, y, z, w, h; in RenderString() local 623 w = 16; in RenderString() 625 x = (s16)( ( scrWidth - ( i * w ) ) - 4 ); in RenderString() [all …]
|
| /RevoEX-2.3/build/demos/wddemo/src/ |
| D | sample.c | 434 s16 x, y, z, w, h; in RenderString() local 469 w = (s16)( ( fw * scrWidth ) / ( 12 * SAMPLE_COL_COUNT ) ); in RenderString() 475 GXPosition3s16( (s16)( x + w ), (s16)( y + 0 ), z ); in RenderString() 477 GXPosition3s16( (s16)( x + w ), (s16)( y + h ), z ); in RenderString() 482 x += w; in RenderString()
|
| /RevoEX-2.3/build/buildtools/ |
| D | commondefs.rex | 333 # Check -w option 334 ifeq (,$(findstring w,$(MAKEFLAGS_SHORT)))
|
| D | modulerules.rex | 253 @echo "DvdRoot=\"`cygpath -w '$(REX_DVDROOT)'`\"" >> $@
|