Home
last modified time | relevance | path

Searched defs:rec_correlation (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/libscribble/
H A Dscribbleimpl.h34 typedef struct rec_correlation rec_correlation; typedef
209 struct rec_correlation { struct
210 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.*/