Searched refs:comp_index (Results 1 – 3 of 3) sorted by relevance
1158 unsigned int comp_index; in apply() local1163 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()
2637 HB_UShort comp_index; in Lookup_MarkLigPos() local2719 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()