Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h846 … stbtt_GetKerningTable(const stbtt_fontinfo * info, stbtt_kerningentry * table, int table_length);
2584 …nt stbtt_GetKerningTable(const stbtt_fontinfo * info, stbtt_kerningentry * table, int table_length) argument
2597 if(table_length < length)
2598 length = table_length;