Searched refs:stbtt_GetFontOffsetForIndex_internal (Results 1 – 1 of 1) sorted by relevance
1479 static int stbtt_GetFontOffsetForIndex_internal(STBTT_STREAM_TYPE font_collection, int index) function1481 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);