Home
last modified time | relevance | path

Searched refs:col (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.1/build/demos/share/include/rexdemo/
Dgraphic.h67 void REXDEMOReportEx( GXColor col, const char* msg, ... );
69 void REXDEMOSetTextColor( const GXColor col );
70 void REXDEMOSetGroundColor( const GXColor col );
/RevoEX-2.1/build/demos/share/src/
Dgraphic.c251 REXDEMOReportEx( GXColor col, const char* msg, ... ) in REXDEMOReportEx() argument
292 sampleStringCol[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = col; in REXDEMOReportEx()
313 REXDEMOSetTextColor( const GXColor col ) in REXDEMOSetTextColor() argument
315 sampleTextCol = col; in REXDEMOSetTextColor()
316 GXSetTevColor(GX_TEVREG0, col); in REXDEMOSetTextColor()
326 REXDEMOSetGroundColor( const GXColor col ) in REXDEMOSetGroundColor() argument
328 sampleGroundCol = col; in REXDEMOSetGroundColor()