Searched refs:stbtt__buf_get8 (Results 1 – 1 of 1) sorted by relevance
1187 static stbtt_uint8 stbtt__buf_get8(stbtt__buf * b) in stbtt__buf_get8() function1237 v = (v << 8) | stbtt__buf_get8(b); in stbtt__buf_get()1282 offsize = stbtt__buf_get8(b); in stbtt__cff_get_index()1292 int b0 = stbtt__buf_get8(b); in stbtt__cff_int()1294 else if(b0 >= 247 && b0 <= 250) return (b0 - 247) * 256 + stbtt__buf_get8(b) + 108; in stbtt__cff_int()1295 else if(b0 >= 251 && b0 <= 254) return -(b0 - 251) * 256 - stbtt__buf_get8(b) - 108; in stbtt__cff_int()1309 v = stbtt__buf_get8(b); in stbtt__cff_skip_operand()1327 op = stbtt__buf_get8(b); in stbtt__dict_get()1328 if(op == 12) op = stbtt__buf_get8(b) | 0x100; in stbtt__dict_get()1353 offsize = stbtt__buf_get8(&b); in stbtt__cff_index_get()[all …]