Searched refs:offsize (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1285 int count, start, offsize; in stbtt__cff_get_index() local 1289 offsize = stbtt__buf_get8(b); in stbtt__cff_get_index() 1290 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_get_index() 1291 stbtt__buf_skip(b, offsize * count); in stbtt__cff_get_index() 1292 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index() 1357 int count, offsize, start, end; in stbtt__cff_index_get() local 1360 offsize = stbtt__buf_get8(&b); in stbtt__cff_index_get() 1362 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_index_get() 1363 stbtt__buf_skip(&b, i * offsize); in stbtt__cff_index_get() 1364 start = stbtt__buf_get(&b, offsize); in stbtt__cff_index_get() [all …]
|