HomeSort by relevance Sort by last modified time
    Searched refs:lig (Results 1 - 4 of 4) 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...]
  /external/harfbuzz_ng/src/hb-old/
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...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 702 const Ligature &lig = this+ligature[i]; local
703 if (lig.would_apply (c))
715 const Ligature &lig = this+ligature[i]; local
716 if (lig.apply (c)) return TRACE_RETURN (true);
    [all...]

Completed in 288 milliseconds