Searched refs:str_p (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/demos/kpadOlddemo/src/ |
| D | kfont.c | 59 char *str_p ; in init_kfont_texture() local 93 str_p = kfont_str ; in init_kfont_texture() 95 (void)OSGetFontWidth( str_p, &wd ) ; in init_kfont_texture() 97 (void)OSGetFontTexel( str_p, tex_p, ofs+1, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture() 98 str_p = OSGetFontTexel( str_p, tex_p, ofs, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture() 100 } while ( *str_p != '\0' ) ; in init_kfont_texture()
|
| /RvlSDK-3.2/build/demos/kpaddemo/src/ |
| D | kfont.c | 59 char *str_p ; in init_kfont_texture() local 93 str_p = kfont_str ; in init_kfont_texture() 95 (void)OSGetFontWidth( str_p, &wd ) ; in init_kfont_texture() 97 (void)OSGetFontTexel( str_p, tex_p, ofs+1, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture() 98 str_p = OSGetFontTexel( str_p, tex_p, ofs, KFONT_SHEET_WD/4, &wd ) ; in init_kfont_texture() 100 } while ( *str_p != '\0' ) ; in init_kfont_texture()
|