Searched refs:operands (Results 1 – 1 of 1) sorted by relevance
1337 stbtt__buf operands = stbtt__dict_get(b, key); in stbtt__dict_get_ints() local1338 for(i = 0; i < outcount && operands.cursor < operands.size; i++) in stbtt__dict_get_ints()1339 out[i] = stbtt__cff_int(&operands); in stbtt__dict_get_ints()