Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dkfont.c29 #define KFONT_TEX_SIZE (KFONT_SHEET_WD * KFONT_SHEET_HT * 4 / 8) macro
65 kfont_tex = OSAlloc( KFONT_TEX_SIZE ) ; in init_kfont_texture()
68 ptr = (u32*)( (u32)kfont_tex + KFONT_TEX_SIZE ) - 1 ; in init_kfont_texture()
102 DCStoreRange( kfont_tex, KFONT_TEX_SIZE ) ; in init_kfont_texture()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dkfont.c29 #define KFONT_TEX_SIZE (KFONT_SHEET_WD * KFONT_SHEET_HT * 4 / 8) macro
65 kfont_tex = OSAlloc( KFONT_TEX_SIZE ) ; in init_kfont_texture()
68 ptr = (u32*)( (u32)kfont_tex + KFONT_TEX_SIZE ) - 1 ; in init_kfont_texture()
102 DCStoreRange( kfont_tex, KFONT_TEX_SIZE ) ; in init_kfont_texture()