Searched refs:fdselect (Results 1 – 1 of 1) sorted by relevance
757 stbtt__buf fdselect; // map from glyph to fontdict member1601 info->fdselect = stbtt__new_buf(NULL, 0);1640 info->fdselect = stbtt__buf_range(&b, fdselectoff, b.size - fdselectoff);2221 stbtt__buf fdselect = info->fdselect; local2224 stbtt__buf_seek(&fdselect, 0);2225 fmt = stbtt__buf_get8(&fdselect);2228 stbtt__buf_skip(&fdselect, glyph_index);2229 fdselector = stbtt__buf_get8(&fdselect);2232 nranges = stbtt__buf_get16(&fdselect);2233 start = stbtt__buf_get16(&fdselect);[all …]