Searched refs:delta_mickeys (Results 1 – 1 of 1) sorted by relevance
607 int delta_mickeys; /* change in location (un-smoothened movement)*/ member1349 int delta_mickeys; in fg_match_stroke_component() local1352 delta_mickeys = pspan->loc - component->loc; in fg_match_stroke_component()1354 if (abs(delta_mickeys) > (int)FG_MAX_DELTA_MICKEYS) in fg_match_stroke_component()1368 delta_mickeys = 0; in fg_match_stroke_component()1384 delta_mickeys = 0; in fg_match_stroke_component()1386 component->delta_mickeys = delta_mickeys; in fg_match_stroke_component()1557 strokep->components[X].delta_mickeys; in fg_update_strokes()1559 strokep->components[Y].delta_mickeys; in fg_update_strokes()1613 strokep->components[X].delta_mickeys, in fg_update_strokes()[all …]