HomeSort by relevance Sort by last modified time
    Searched refs:startGlyph (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1012 unsigned int i = (unsigned int) (glyph_id - startGlyph);
1029 glyphs->add (startGlyph + i);
1040 if (g < startGlyph)
1042 g = startGlyph + count - 1;
1048 if (classValue[i] == klass && glyphs->has (startGlyph + i))
1055 GlyphID startGlyph; /* First GlyphID of the classValueArray */
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 226 start = rawTable["StartGlyph"]
294 startGlyph = ranges[0][1]
296 glyphCount = endGlyph - startGlyph + 1
313 for g in range(start - startGlyph, end - startGlyph + 1):
316 rawTable = {"StartGlyph": startGlyphName, "ClassValueArray": classes}

Completed in 57 milliseconds