Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h1259 #define stbtt__buf_get16(b) stbtt__buf_get((b), 2) macro
1280 count = stbtt__buf_get16(b); in stbtt__cff_get_index()
1296 else if(b0 == 28) return stbtt__buf_get16(b); in stbtt__cff_int()
1345 return stbtt__buf_get16(b); in stbtt__cff_index_count()
1352 count = stbtt__buf_get16(&b); in stbtt__cff_index_get()
2232 nranges = stbtt__buf_get16(&fdselect);
2233 start = stbtt__buf_get16(&fdselect);
2236 end = stbtt__buf_get16(&fdselect);