Lines Matching refs:match_positions
709 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], in match_input()
749 match_positions[0] = buffer->idx; in match_input()
754 match_positions[i] = skippy_iter.idx; in match_input()
789 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in ligate_input()
847 while (buffer->idx < match_positions[i] && !buffer->in_error) in ligate_input()
954 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */ in apply_lookup()
973 match_positions[j] += delta; in apply_lookup()
987 buffer->move_to (match_positions[idx]); in apply_lookup()
1002 if (end <= match_positions[idx]) in apply_lookup()
1008 end = match_positions[idx]; in apply_lookup()
1028 memmove (match_positions + next + delta, match_positions + next, in apply_lookup()
1029 (count - next) * sizeof (match_positions[0])); in apply_lookup()
1035 match_positions[j] = match_positions[j - 1] + 1; in apply_lookup()
1039 match_positions[next] += delta; in apply_lookup()
1116 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in context_apply_lookup() local
1120 &match_length, match_positions) in context_apply_lookup()
1122 inputCount, match_positions, in context_apply_lookup()
1643 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH]; in chain_context_apply_lookup() local
1647 &match_length, match_positions) in chain_context_apply_lookup()
1656 inputCount, match_positions, in chain_context_apply_lookup()