Searched refs:startGlyph (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
H A DClassDefinitionTables.h42 TTGlyphID startGlyph; member in struct:ClassDefFormat1Table
H A DClassDefinitionTables.cpp74 TTGlyphID firstGlyph = SWAPW(startGlyph);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1001 unsigned int i = (unsigned int) (glyph_id - startGlyph);
1018 glyphs->add (startGlyph + i);
1029 if (g < startGlyph)
1031 g = startGlyph + count - 1;
1037 if (classValue[i] == klass && glyphs->has (startGlyph + i))
1044 GlyphID startGlyph; /* First GlyphID of the classValueArray */ member in struct:OT::ClassDefFormat1
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py294 startGlyph = ranges[0][1]
296 glyphCount = endGlyph - startGlyph + 1
313 for g in range(start - startGlyph, end - startGlyph + 1):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py294 startGlyph = ranges[0][1]
296 glyphCount = endGlyph - startGlyph + 1
313 for g in range(start - startGlyph, end - startGlyph + 1):

Completed in 401 milliseconds