Searched refs:stbtt__buf_get (Results 1 – 1 of 1) sorted by relevance
1231 static stbtt_uint32 stbtt__buf_get(stbtt__buf * b, int n) in stbtt__buf_get() function1259 #define stbtt__buf_get16(b) stbtt__buf_get((b), 2)1260 #define stbtt__buf_get32(b) stbtt__buf_get((b), 4)1285 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index()1357 start = stbtt__buf_get(&b, offsize); in stbtt__cff_index_get()1358 end = stbtt__buf_get(&b, offsize); in stbtt__cff_index_get()