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

  /external/icu4c/layout/
LigatureSubstSubtables.cpp 26 for (le_uint16 lig = 0; lig < ligCount; lig += 1) {
27 Offset ligTableOffset = SWAPW(ligSetTable->ligatureTableOffsetArray[lig]);
  /external/harfbuzz/src/
harfbuzz-gsub.c 958 HB_Ligature* lig; local
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
    [all...]

Completed in 47 milliseconds