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

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

Completed in 90 milliseconds