Searched refs:delta_mickeys (Results 1 – 1 of 1) sorted by relevance
606 int delta_mickeys; /* change in location (un-smoothened movement)*/ member1348 int delta_mickeys; in fg_match_stroke_component() local1351 delta_mickeys = pspan->loc - component->loc; in fg_match_stroke_component()1353 if (abs(delta_mickeys) > (int)FG_MAX_DELTA_MICKEYS) in fg_match_stroke_component()1367 delta_mickeys = 0; in fg_match_stroke_component()1383 delta_mickeys = 0; in fg_match_stroke_component()1385 component->delta_mickeys = delta_mickeys; in fg_match_stroke_component()1556 strokep->components[X].delta_mickeys; in fg_update_strokes()1558 strokep->components[Y].delta_mickeys; in fg_update_strokes()1612 strokep->components[X].delta_mickeys, in fg_update_strokes()[all …]