Lines Matching refs:components
653 fg_stroke_component_t components[NUM_AXES]; member
1409 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans()
1417 &strokep->components[axis], &pspans[i], in fg_match_strokes_against_pspans()
1420 strokep->components[axis].matched = true; in fg_match_strokes_against_pspans()
1506 strokep->components[X].matched = false; in fg_update_strokes()
1507 strokep->components[Y].matched = false; in fg_update_strokes()
1555 if (strokep->components[X].matched && in fg_update_strokes()
1556 strokep->components[Y].matched) { in fg_update_strokes()
1559 strokep->components[X].delta_mickeys; in fg_update_strokes()
1561 strokep->components[Y].delta_mickeys; in fg_update_strokes()
1614 strokep->components[X].loc, in fg_update_strokes()
1615 strokep->components[X].delta_mickeys, in fg_update_strokes()
1616 strokep->components[X].cum_pressure, in fg_update_strokes()
1617 strokep->components[X].max_cum_pressure, in fg_update_strokes()
1620 strokep->components[Y].loc, in fg_update_strokes()
1621 strokep->components[Y].delta_mickeys, in fg_update_strokes()
1622 strokep->components[Y].cum_pressure, in fg_update_strokes()
1623 strokep->components[Y].max_cum_pressure, in fg_update_strokes()
1690 strokep->components[X].loc = pspan_x->loc; in fg_add_stroke()
1691 strokep->components[X].cum_pressure = pspan_x->cum; in fg_add_stroke()
1692 strokep->components[X].max_cum_pressure = pspan_x->cum; in fg_add_stroke()
1693 strokep->components[X].matched = true; in fg_add_stroke()
1695 strokep->components[Y].loc = pspan_y->loc; in fg_add_stroke()
1696 strokep->components[Y].cum_pressure = pspan_y->cum; in fg_add_stroke()
1697 strokep->components[Y].max_cum_pressure = pspan_y->cum; in fg_add_stroke()
1698 strokep->components[Y].matched = true; in fg_add_stroke()
1706 strokep->components[X].loc, in fg_add_stroke()
1707 strokep->components[Y].loc, in fg_add_stroke()