Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dconsole_truetype.c522 if (!stbtt_InitFont(font, priv->font_data, 0)) { in console_truetype_probe()
Dstb_truetype.h298 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()