Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h298 stbtt_InitFont(&font, ttf_buffer, stbtt_GetFontOffsetForIndex(ttf_buffer,0));
623 STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int index);
1002 STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *font_collection, int index) in stbtt_GetFontOffsetForIndex() function
2986 stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata,font_index)); in stbtt_PackFontRanges()
3191 stbtt_int32 off = stbtt_GetFontOffsetForIndex(font_collection, i); in stbtt_FindMatchingFont()