Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1479 static int stbtt_GetFontOffsetForIndex_internal(STBTT_STREAM_TYPE font_collection, int index) function
1481 static int stbtt_GetFontOffsetForIndex_internal(unsigned char * font_collection, int index)
5393 return stbtt_GetFontOffsetForIndex_internal(data, index);
5398 return stbtt_GetFontOffsetForIndex_internal((unsigned char *)data, index);