Lines Matching refs:repeat_count
1391 fg_pspan *pspans, u_int n_pspans, u_int repeat_count) in fg_match_strokes_against_pspans() argument
1398 if (repeat_count) { in fg_match_strokes_against_pspans()
1420 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()
1421 repeat_count--; in fg_match_strokes_against_pspans()
1497 u_int repeat_count = 0; in fg_update_strokes() local
1541 repeat_count = abs(n_xpspans - n_ypspans); in fg_update_strokes()
1544 (((repeat_count != 0) && ((n_xpspans < n_ypspans))) ? in fg_update_strokes()
1545 repeat_count : 0)); in fg_update_strokes()
1547 (((repeat_count != 0) && (n_ypspans < n_xpspans)) ? in fg_update_strokes()
1548 repeat_count : 0)); in fg_update_strokes()
1740 u_int repeat_count; /* repeat count for the multi-pspan*/ in fg_add_new_strokes() local
1744 repeat_count = abs(nspans[X] - nspans[Y]); in fg_add_new_strokes()
1758 if (repeat_count > 0) { in fg_add_new_strokes()
1762 repeat_count--; in fg_add_new_strokes()
1766 repeat_count--; in fg_add_new_strokes()