Home | History | Annotate | Download | only in src

Lines Matching full:match_positions

709 				unsigned int match_positions[HB_MAX_CONTEXT_LENGTH],
749 match_positions[0] = buffer->idx;
754 match_positions[i] = skippy_iter.idx;
789 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */
847 while (buffer->idx < match_positions[i] && !buffer->in_error)
954 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], /* Including the first glyph */
973 match_positions[j] += delta;
987 buffer->move_to (match_positions[idx]);
1002 if (end <= match_positions[idx])
1004 /* End might end up being smaller than match_positions[idx] if the recursed
1008 end = match_positions[idx];
1028 memmove (match_positions + next + delta, match_positions + next,
1029 (count - next) * sizeof (match_positions[0]));
1035 match_positions[j] = match_positions[j - 1] + 1;
1039 match_positions[next] += delta;
1116 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH];
1120 &match_length, match_positions)
1122 inputCount, match_positions,
1643 unsigned int match_positions[HB_MAX_CONTEXT_LENGTH];
1647 &match_length, match_positions)
1656 inputCount, match_positions,