Lines Matching refs:components

650 	fg_stroke_component_t components[NUM_AXES];  member
1406 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans()
1414 &strokep->components[axis], &pspans[i], in fg_match_strokes_against_pspans()
1417 strokep->components[axis].matched = true; in fg_match_strokes_against_pspans()
1503 strokep->components[X].matched = false; in fg_update_strokes()
1504 strokep->components[Y].matched = false; in fg_update_strokes()
1552 if (strokep->components[X].matched && in fg_update_strokes()
1553 strokep->components[Y].matched) { in fg_update_strokes()
1556 strokep->components[X].delta_mickeys; in fg_update_strokes()
1558 strokep->components[Y].delta_mickeys; in fg_update_strokes()
1611 strokep->components[X].loc, in fg_update_strokes()
1612 strokep->components[X].delta_mickeys, in fg_update_strokes()
1613 strokep->components[X].cum_pressure, in fg_update_strokes()
1614 strokep->components[X].max_cum_pressure, in fg_update_strokes()
1617 strokep->components[Y].loc, in fg_update_strokes()
1618 strokep->components[Y].delta_mickeys, in fg_update_strokes()
1619 strokep->components[Y].cum_pressure, in fg_update_strokes()
1620 strokep->components[Y].max_cum_pressure, in fg_update_strokes()
1688 strokep->components[X].loc = pspan_x->loc; in fg_add_stroke()
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()
1691 strokep->components[X].matched = true; in fg_add_stroke()
1693 strokep->components[Y].loc = pspan_y->loc; 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()
1696 strokep->components[Y].matched = true; in fg_add_stroke()
1704 strokep->components[X].loc, in fg_add_stroke()
1705 strokep->components[Y].loc, in fg_add_stroke()