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

  /external/icu/icu4c/source/layout/
ClassDefinitionTables.h 42 TTGlyphID startGlyph;
ClassDefinitionTables.cpp 74 TTGlyphID firstGlyph = SWAPW(startGlyph);
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 941 if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len))
942 return classValue[glyph_id - startGlyph];
956 glyphs->add (startGlyph + i);
967 if (g < startGlyph)
969 g = startGlyph + count - 1;
975 if (classValue[i] == klass && glyphs->has (startGlyph + i))
982 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 82 milliseconds