Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1012 unsigned int i = (unsigned int) (glyph_id - startGlyph); in get_class()
1029 glyphs->add (startGlyph + i); in add_class()
1040 if (g < startGlyph) in intersects_class()
1042 g = startGlyph + count - 1; in intersects_class()
1048 if (classValue[i] == klass && glyphs->has (startGlyph + i)) in intersects_class()
1055 GlyphID startGlyph; /* First GlyphID of the classValueArray */ member
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py294 startGlyph = ranges[0][1]
296 glyphCount = endGlyph - startGlyph + 1
313 for g in range(start - startGlyph, end - startGlyph + 1):