Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h1278 int count, start, offsize; in stbtt__cff_get_index() local
1282 offsize = stbtt__buf_get8(b); in stbtt__cff_get_index()
1283 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_get_index()
1284 stbtt__buf_skip(b, offsize * count); in stbtt__cff_get_index()
1285 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index()
1350 int count, offsize, start, end; in stbtt__cff_index_get() local
1353 offsize = stbtt__buf_get8(&b); in stbtt__cff_index_get()
1355 STBTT_assert(offsize >= 1 && offsize <= 4); in stbtt__cff_index_get()
1356 stbtt__buf_skip(&b, i * offsize); in stbtt__cff_index_get()
1357 start = stbtt__buf_get(&b, offsize); in stbtt__cff_index_get()
[all …]