Home
last modified time | relevance | path

Searched refs:glyph_min (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh1209 hb_codepoint_t glyph_min = glyphs[0]; in serialize() local
1212 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() local
1499 if (1 + (glyph_max - glyph_min + 1) < num_ranges * 3) in serialize()