Searched refs:sampleFont (Results 1 – 2 of 2) sorted by relevance
| /RevoEX-2.3/build/demos/wddemo/src/ |
| D | sample.c | 82 static OSFontHeader* sampleFont = (OSFontHeader*)( &( sampleFontBuf[ 0 ] ) ); variable 322 (void)OSInitFont( sampleFont ); in InitString() 445 … MTXScale( scaleMtx, ( 1.0f / sampleFont->sheetWidth ), ( 1.0f / sampleFont->sheetHeight ), 1.0f ); in RenderString() 470 …GXInitTexObj( &tobj, image, sampleFont->sheetWidth, sampleFont->sheetHeight, GX_TF_I4, GX_REPEAT, … in RenderString()
|
| /RevoEX-2.3/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()
|