Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dkfont.c30 #define KFONT_TEX_SIZE (KFONT_SHEET_WD * KFONT_SHEET_HT * 4 / 8) macro
66 kfont_tex = OSAlloc( KFONT_TEX_SIZE ) ; in init_kfont_texture()
69 ptr = (u32*)( (u32)kfont_tex + KFONT_TEX_SIZE ) - 1 ; in init_kfont_texture()
103 DCStoreRange( kfont_tex, KFONT_TEX_SIZE ) ; in init_kfont_texture()