Searched defs:startGlyph (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DClassDefinitionTables.h42 TTGlyphID startGlyph; member in struct:ClassDefFormat1Table
/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

Completed in 665 milliseconds