Searched refs:sampleFont (Results 1 – 2 of 2) sorted by relevance
| /RevoEX-2.1/build/demos/wddemo/src/ |
| D | sample.c | 76 static OSFontHeader* sampleFont = (OSFontHeader*)( &( sampleFontBuf[ 0 ] ) ); variable 316 (void)OSInitFont( sampleFont ); in InitString() 439 … MTXScale( scaleMtx, ( 1.0f / sampleFont->sheetWidth ), ( 1.0f / sampleFont->sheetHeight ), 1.0f ); in RenderString() 464 …GXInitTexObj( &tobj, image, sampleFont->sheetWidth, sampleFont->sheetHeight, GX_TF_I4, GX_REPEAT, … in RenderString()
|
| /RevoEX-2.1/build/demos/share/src/ |
| D | graphic.c | 71 static OSFontHeader* sampleFont = (OSFontHeader*)( &( sampleFontBuf[ 0 ] ) ); variable 434 … MTXScale( scaleMtx, ( 1.0f / sampleFont->sheetWidth ), ( 1.0f / sampleFont->sheetHeight ), 1.0f ); in REXDEMOBeginRender() 508 (void)OSInitFont( sampleFont ); in InitString() 576 …GXInitTexObj( &tobj, image, sampleFont->sheetWidth, sampleFont->sheetHeight, GX_TF_I4, GX_REPEAT, … in REXDEMODrawChar()
|