Searched refs:stbtt_InitFont (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/video/ |
D | console_truetype.c | 522 if (!stbtt_InitFont(font, priv->font_data, 0)) { in console_truetype_probe()
|
D | stb_truetype.h | 298 stbtt_InitFont(&font, ttf_buffer, stbtt_GetFontOffsetForIndex(ttf_buffer,0)); 339 stbtt_InitFont(&font, buffer, 0); 647 STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data, int offset); 1021 STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data2, int fontstart) in stbtt_InitFont() function 2524 if (!stbtt_InitFont(&f, data, offset)) in stbtt_BakeFontBitmap() 2986 stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata,font_index)); in stbtt_PackFontRanges()
|