Home
last modified time | relevance | path

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

/RevoEX-3.1/build/demos/share/src/
Dgraphic.c73 static GXColor sampleStringCol[ REXDEMO_RAW_COUNT ][ 256 ]; variable
292 sampleStringCol[ sampleNextRawIndex % REXDEMO_RAW_COUNT ][ sampleNextColIndex ] = col; in REXDEMOReportEx()
644 … const GXColor* strCol = &( sampleStringCol[ ( sampleRawIndex + i ) % REXDEMO_RAW_COUNT ][ 0 ] ); in RenderString()