Home
last modified time | relevance | path

Searched refs:comp_index (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1158 unsigned int comp_index; in apply() local
1163 comp_index = MIN (comp_count, get_lig_comp (c->buffer->cur())) - 1; in apply()
1165 comp_index = comp_count - 1; in apply()
1167 …return TRACE_RETURN ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j)… in apply()
/external/harfbuzz/src/
Dharfbuzz-gpos.c2637 HB_UShort comp_index; in Lookup_MarkLigPos() local
2719 comp_index = IN_COMPONENT( buffer->in_pos ); in Lookup_MarkLigPos()
2720 if ( comp_index >= lat->ComponentCount ) in Lookup_MarkLigPos()
2724 comp_index = lat->ComponentCount - 1; in Lookup_MarkLigPos()
2726 cr = &lat->ComponentRecord[comp_index]; in Lookup_MarkLigPos()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gpos.c2637 HB_UShort comp_index; in Lookup_MarkLigPos() local
2719 comp_index = IN_COMPONENT( buffer->in_pos ); in Lookup_MarkLigPos()
2720 if ( comp_index >= lat->ComponentCount ) in Lookup_MarkLigPos()
2724 comp_index = lat->ComponentCount - 1; in Lookup_MarkLigPos()
2726 cr = &lat->ComponentRecord[comp_index]; in Lookup_MarkLigPos()