Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dkfont.c60 char *str_p ; in init_kfont_texture() local
94 str_p = kfont_str ; in init_kfont_texture()
96 (void)OSGetFontWidth( str_p, &wd ) ; 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()
101 } while ( *str_p != '\0' ) ; in init_kfont_texture()