Lines Matching refs:cum
301 u_int cum; /* cumulative compression (from all sensors) */ member
1235 spans[num_spans].cum += p[i]; in fg_detect_pspans()
1245 if ((spans[i].cum < FG_PSPAN_MIN_CUM_PRESSURE) || in fg_detect_pspans()
1258 spans[i].cum; in fg_detect_pspans()
1366 if (pspan->cum > ((3 * component->cum_pressure) >> 1)) in fg_match_stroke_component()
1369 component->cum_pressure = pspan->cum; in fg_match_stroke_component()
1370 if (pspan->cum > component->max_cum_pressure) in fg_match_stroke_component()
1371 component->max_cum_pressure = pspan->cum; in fg_match_stroke_component()
1400 if (pspans[i].cum > pspans[repeat_index].cum) in fg_match_strokes_against_pspans()
1585 pspans_x[i].loc, pspans_x[i].cum); in fg_update_strokes()
1591 pspans_y[j].loc, pspans_y[j].cum); in fg_update_strokes()
1689 strokep->components[X].cum_pressure = pspan_x->cum; in fg_add_stroke()
1690 strokep->components[X].max_cum_pressure = pspan_x->cum; in fg_add_stroke()
1694 strokep->components[Y].cum_pressure = pspan_y->cum; in fg_add_stroke()
1695 strokep->components[Y].max_cum_pressure = pspan_y->cum; in fg_add_stroke()
1738 u_int cum = 0; in fg_add_new_strokes() local
1746 if (spans[repeat_axis][i].cum > cum) { in fg_add_new_strokes()
1748 cum = spans[repeat_axis][i].cum; in fg_add_new_strokes()