Home
last modified time | relevance | path

Searched refs:w (Results 1 – 5 of 5) sorted by relevance

/RevoEX-2.1/build/demos/mpdldemo/dvddata/
Dcustom_banner.chr1w���牉�䙙�扙�爘�����∈�����������������������U433U4""E4#"ED#"ED#"ED#"FD#"VD#""""t"""C""""…
/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 );
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.1/build/demos/wddemo/src/
Dsample.c428 s16 x, y, z, w, h; in RenderString() local
463 w = (s16)( ( fw * scrWidth ) / ( 12 * SAMPLE_COL_COUNT ) ); in RenderString()
469 GXPosition3s16( (s16)( x + w ), (s16)( y + 0 ), z ); in RenderString()
471 GXPosition3s16( (s16)( x + w ), (s16)( y + h ), z ); in RenderString()
476 x += w; in RenderString()
/RevoEX-2.1/build/buildtools/
Dcommondefs.rex333 # Check -w option
334 ifeq (,$(findstring w,$(MAKEFLAGS_SHORT)))
Dmodulerules.rex253 @echo "DvdRoot=\"`cygpath -w '$(REX_DVDROOT)'`\"" >> $@