Lines Matching refs:components
649 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()
1418 strokep->components[axis].matched = true; in fg_match_strokes_against_pspans()
1504 strokep->components[X].matched = false; in fg_update_strokes()
1505 strokep->components[Y].matched = false; in fg_update_strokes()
1554 if (strokep->components[X].matched && in fg_update_strokes()
1555 strokep->components[Y].matched) { in fg_update_strokes()
1558 strokep->components[X].delta_mickeys; in fg_update_strokes()
1560 strokep->components[Y].delta_mickeys; in fg_update_strokes()
1613 strokep->components[X].loc, in fg_update_strokes()
1614 strokep->components[X].delta_mickeys, in fg_update_strokes()
1615 strokep->components[X].cum_pressure, in fg_update_strokes()
1616 strokep->components[X].max_cum_pressure, in fg_update_strokes()
1619 strokep->components[Y].loc, in fg_update_strokes()
1620 strokep->components[Y].delta_mickeys, in fg_update_strokes()
1621 strokep->components[Y].cum_pressure, in fg_update_strokes()
1622 strokep->components[Y].max_cum_pressure, in fg_update_strokes()
1689 strokep->components[X].loc = pspan_x->loc; in fg_add_stroke()
1690 strokep->components[X].cum_pressure = pspan_x->cum; in fg_add_stroke()
1691 strokep->components[X].max_cum_pressure = pspan_x->cum; in fg_add_stroke()
1692 strokep->components[X].matched = true; in fg_add_stroke()
1694 strokep->components[Y].loc = pspan_y->loc; in fg_add_stroke()
1695 strokep->components[Y].cum_pressure = pspan_y->cum; in fg_add_stroke()
1696 strokep->components[Y].max_cum_pressure = pspan_y->cum; in fg_add_stroke()
1697 strokep->components[Y].matched = true; in fg_add_stroke()
1705 strokep->components[X].loc, in fg_add_stroke()
1706 strokep->components[Y].loc, in fg_add_stroke()