Home
last modified time | relevance | path

Searched refs:StartGlyph (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-open.c954 cdf1->StartGlyph = GET_UShort(); in Load_ClassDef1()
961 if ( cdf1->StartGlyph + (long)count >= 0x10000L ) in Load_ClassDef1()
1174 if ( glyphID >= cdf1->StartGlyph && in Get_Class1()
1175 glyphID < cdf1->StartGlyph + cdf1->GlyphCount ) in Get_Class1()
1177 *klass = cva[glyphID - cdf1->StartGlyph]; in Get_Class1()
Dharfbuzz-open.h218 HB_UShort StartGlyph; /* first glyph ID of the member
Dharfbuzz-dump.c235 DUMP_FUINT (ClassDefFormat1, StartGlyph ); in DEF_DUMP()
239 ClassDefFormat1->StartGlyph+i ); in DEF_DUMP()