Searched defs:rec_correlation (Results 1 – 1 of 1) sorted by relevance
34 typedef struct rec_correlation rec_correlation; typedef209 struct rec_correlation { struct210 rec_element ro_elem; /*The recognized alternative.*/211 uint ro_nstrokes; /*Number of strokes.*/212 Stroke* ro_strokes; /*Array of strokes.*/213 uint* ro_start; /*Starting index of points.*/214 uint* ro_stop; /*Stopping index of points.*/