Searched refs:stbtt_GetFontOffsetForIndex (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 384 … if(0 == stbtt_InitFont(&dsc->info, &dsc->stream, stbtt_GetFontOffsetForIndex(&dsc->stream, 0))) { in lv_tiny_ttf_create() 392 if(0 == stbtt_InitFont(&dsc->info, dsc->stream, stbtt_GetFontOffsetForIndex(dsc->stream, 0))) { in lv_tiny_ttf_create()
|
D | stb_truetype_htcw.h | 347 stbtt_InitFont(&font, ttf_buffer, stbtt_GetFontOffsetForIndex(ttf_buffer, 0)); 724 STBTT_DEF int stbtt_GetFontOffsetForIndex(STBTT_STREAM_TYPE, int index); 726 STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char * data, int index); 4705 stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata, font_index)); 4763 stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata, index)); 5387 stbtt_int32 off = stbtt_GetFontOffsetForIndex(font_collection, i); 5431 STBTT_DEF int stbtt_GetFontOffsetForIndex(STBTT_STREAM_TYPE data, int index) function 5436 STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char * data, int index) function
|