Lines Matching refs:repeat_count
1392 fg_pspan *pspans, u_int n_pspans, u_int repeat_count) in fg_match_strokes_against_pspans() argument
1399 if (repeat_count) { in fg_match_strokes_against_pspans()
1421 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()
1422 repeat_count--; in fg_match_strokes_against_pspans()
1498 u_int repeat_count = 0; in fg_update_strokes() local
1542 repeat_count = abs(n_xpspans - n_ypspans); in fg_update_strokes()
1545 (((repeat_count != 0) && ((n_xpspans < n_ypspans))) ? in fg_update_strokes()
1546 repeat_count : 0)); in fg_update_strokes()
1548 (((repeat_count != 0) && (n_ypspans < n_xpspans)) ? in fg_update_strokes()
1549 repeat_count : 0)); in fg_update_strokes()
1741 u_int repeat_count; /* repeat count for the multi-pspan*/ in fg_add_new_strokes() local
1745 repeat_count = abs(nspans[X] - nspans[Y]); in fg_add_new_strokes()
1759 if (repeat_count > 0) { in fg_add_new_strokes()
1763 repeat_count--; in fg_add_new_strokes()
1767 repeat_count--; in fg_add_new_strokes()