Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dkfont.c59 void *tex_p ; in init_kfont_texture() local
93 tex_p = kfont_tex ; in init_kfont_texture()
98 (void)OSGetFontTexel( str_p, tex_p, ofs+1, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture()
99 str_p = OSGetFontTexel( str_p, tex_p, ofs, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture()
100 tex_p = (void*)( (u32)tex_p + KFONT_WD / 8 * 32 ) ; in init_kfont_texture()