Searched refs:glyph_min (Results 1 – 1 of 1) sorted by relevance
1209 hb_codepoint_t glyph_min = glyphs[0]; in serialize() local1212 startGlyph.set (glyph_min); in serialize()1213 classValue.len.set (glyph_max - glyph_min + 1); in serialize()1217 classValue[glyphs[i] - glyph_min] = klasses[i]; in serialize()1490 hb_codepoint_t glyph_min = glyphs[0]; in serialize() local1499 if (1 + (glyph_max - glyph_min + 1) < num_ranges * 3) in serialize()