Lines Matching full:matched

305 	boolean_t matched; /* to track pspans as they match against strokes. */  member
343 boolean_t matched; member
605 boolean_t matched; /*to track components as they match against pspans.*/ member
620 boolean_t matched; /* to track match against fingers.*/ member
1261 spans[i].matched = false; /* not yet matched against a stroke */ in fg_detect_pspans()
1315 fingers[n_fingers].matched = false; in wsp_interpret_sensor_data()
1407 if (strokep->components[axis].matched) in fg_match_strokes_against_pspans()
1408 continue; /* skip matched components */ in fg_match_strokes_against_pspans()
1411 if (pspans[i].matched) in fg_match_strokes_against_pspans()
1412 continue; /* skip matched pspans */ in fg_match_strokes_against_pspans()
1418 strokep->components[axis].matched = true; in fg_match_strokes_against_pspans()
1424 pspans[i].matched = true; in fg_match_strokes_against_pspans()
1440 /* reset the matched status for all strokes */ in wsp_match_strokes_against_fingers()
1442 strokep->matched = false; in wsp_match_strokes_against_fingers()
1453 if (strokep->matched) in wsp_match_strokes_against_fingers()
1473 fingers[i].matched = true; in wsp_match_strokes_against_fingers()
1475 strokep->matched = true; in wsp_match_strokes_against_fingers()
1504 strokep->components[X].matched = false; in fg_update_strokes()
1505 strokep->components[Y].matched = false; in fg_update_strokes()
1553 if (strokep->components[X].matched && in fg_update_strokes()
1554 strokep->components[Y].matched) { in fg_update_strokes()
1555 strokep->matched = true; in fg_update_strokes()
1573 if (pspans_x[i].matched == false) break; in fg_update_strokes()
1576 if (pspans_y[j].matched == false) break; in fg_update_strokes()
1583 if (pspans_x[i].matched) in fg_update_strokes()
1589 if (pspans_y[j].matched) in fg_update_strokes()
1650 if (strokep->matched) in wsp_update_strokes()
1658 if (fingers[i].matched) in wsp_update_strokes()
1683 strokep->matched = false; in fg_add_stroke()
1692 strokep->components[X].matched = true; in fg_add_stroke()
1697 strokep->components[Y].matched = true; in fg_add_stroke()
1722 if (pspans_x[i].matched == false) { in fg_add_new_strokes()
1728 if (pspans_y[j].matched == false) { in fg_add_new_strokes()
1790 strokep->matched = true; in wsp_add_stroke()