Lines Matching refs:glyphID
651 HB_UShort glyphID,
661 if ( glyphID >= gdef->LastGlyph )
668 if ( index < count && glyphID < gcrr[index].Start )
672 glyph_index = glyphID;
674 glyph_index = glyphID - gcrr[index - 1].End - 1;
679 glyph_index = glyphID - gcrr[index].End - 1;
691 HB_UShort glyphID,
706 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index );
716 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
724 class = Get_New_Class( gdef, glyphID, index );
983 HB_UShort glyphID,
995 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index );
1034 if ( index < count && glyphID < gcrr[index].Start )
1038 glyph_index = glyphID;
1040 glyph_index = glyphID - gcrr[index - 1].End - 1;
1045 glyph_index = glyphID - gcrr[index].End - 1;