Searched refs:stbtt__buf_get8 (Results 1 – 1 of 1) sorted by relevance
1116 static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) in stbtt__buf_get8() function1147 v = (v << 8) | stbtt__buf_get8(b); in stbtt__buf_get()1179 offsize = stbtt__buf_get8(b); in stbtt__cff_get_index()1189 int b0 = stbtt__buf_get8(b); in stbtt__cff_int()1191 else if (b0 >= 247 && b0 <= 250) return (b0 - 247)*256 + stbtt__buf_get8(b) + 108; in stbtt__cff_int()1192 else if (b0 >= 251 && b0 <= 254) return -(b0 - 251)*256 - stbtt__buf_get8(b) - 108; in stbtt__cff_int()1205 v = stbtt__buf_get8(b); in stbtt__cff_skip_operand()1222 op = stbtt__buf_get8(b); in stbtt__dict_get()1223 if (op == 12) op = stbtt__buf_get8(b) | 0x100; in stbtt__dict_get()1248 offsize = stbtt__buf_get8(&b); in stbtt__cff_index_get()[all …]