Lines Matching refs:repeat_count
1394 fg_pspan *pspans, u_int n_pspans, u_int repeat_count) in fg_match_strokes_against_pspans() argument
1401 if (repeat_count) { in fg_match_strokes_against_pspans()
1423 if ((repeat_count > 0) && (i == repeat_index)) in fg_match_strokes_against_pspans()
1424 repeat_count--; in fg_match_strokes_against_pspans()
1500 u_int repeat_count = 0; in fg_update_strokes() local
1544 repeat_count = abs(n_xpspans - n_ypspans); in fg_update_strokes()
1547 (((repeat_count != 0) && ((n_xpspans < n_ypspans))) ? in fg_update_strokes()
1548 repeat_count : 0)); in fg_update_strokes()
1550 (((repeat_count != 0) && (n_ypspans < n_xpspans)) ? in fg_update_strokes()
1551 repeat_count : 0)); in fg_update_strokes()
1742 u_int repeat_count; /* repeat count for the multi-pspan*/ in fg_add_new_strokes() local
1746 repeat_count = abs(nspans[X] - nspans[Y]); in fg_add_new_strokes()
1760 if (repeat_count > 0) { in fg_add_new_strokes()
1764 repeat_count--; in fg_add_new_strokes()
1768 repeat_count--; in fg_add_new_strokes()