Home
last modified time | relevance | path

Searched refs:ComponentCount (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-gsub-private.h132 HB_UShort ComponentCount; /* number of components in ligature */ member
Dharfbuzz-gpos-private.h358 HB_UShort ComponentCount; member
Dharfbuzz-dump.c314 DUMP_FUINT (Ligature, ComponentCount); in DEF_DUMP()
316 for (i=0; i < Ligature->ComponentCount - 1; i++) in DEF_DUMP()
Dharfbuzz-gsub.c737 l->ComponentCount = GET_UShort(); in Load_Ligature()
743 count = l->ComponentCount - 1; /* only ComponentCount - 1 elements */ in Load_Ligature()
981 if ( buffer->in_pos + lig->ComponentCount > buffer->in_length ) in Lookup_LigatureSubst()
988 if ( context_length != 0xFFFF && context_length < lig->ComponentCount ) in Lookup_LigatureSubst()
991 for ( i = 1, j = buffer->in_pos + 1; i < lig->ComponentCount; i++, j++ ) in Lookup_LigatureSubst()
998 if ( j + lig->ComponentCount - i == (HB_Int)buffer->in_length ) in Lookup_LigatureSubst()
1052 for ( i = 0; i < lig->ComponentCount - 1; i++ ) in Lookup_LigatureSubst()
Dharfbuzz-gpos.c2350 count = lat->ComponentCount = GET_UShort(); in Load_LigatureAttach()
2429 count = lat->ComponentCount; in Free_LigatureAttach()
2720 if ( comp_index >= lat->ComponentCount ) in Lookup_MarkLigPos()
2724 comp_index = lat->ComponentCount - 1; in Lookup_MarkLigPos()