Home | History | Annotate | Download | only in src

Lines Matching full:lig

958   HB_Ligature*  lig;
975 lig = ls->LigatureSet[index].Ligature;
979 numlig--, lig++ )
981 if ( buffer->in_pos + lig->ComponentCount > buffer->in_length )
984 c = lig->Component;
988 if ( context_length != 0xFFFF && context_length < lig->ComponentCount )
991 for ( i = 1, j = buffer->in_pos + 1; i < lig->ComponentCount; i++, j++ )
998 if ( j + lig->ComponentCount - i == (HB_Int)buffer->in_length )
1014 error = _HB_GDEF_Add_Glyph_Property( gdef, lig->LigGlyph,
1027 if ( ADD_String( buffer, i, 1, &lig->LigGlyph,
1034 if ( ADD_String( buffer, i, 1, &lig->LigGlyph,
1042 if ( ADD_Glyph( buffer, lig->LigGlyph, 0xFFFF, ligID ) )
1052 for ( i = 0; i < lig->ComponentCount - 1; i++ )