Lines Matching refs:strokes
52 void DrawStrokes(const PRCStrokes *strokes, int sx, int sy);
55 void PrintStrokesAsEntryData(const PRCStrokes *strokes,
83 PRCStrokes strokes; in NitroMain() local
176 PRC_InitStrokes(&strokes, points, POINT_PER_INPUT_MAX); in NitroMain()
202 if (!PRC_IsFull(&strokes)) in NitroMain()
216 PRC_AppendPoint(&strokes, sample.x, sample.y); in NitroMain()
225 if (!PRC_IsFull(&strokes)) in NitroMain()
227 PRC_AppendPenUpMarker(&strokes); in NitroMain()
313 if (!PRC_IsEmpty(&strokes)) in NitroMain()
328 if (!PRC_IsEmpty(&strokes)) in NitroMain()
337 if (PRC_IsEmpty(&strokes)) in NitroMain()
359 DrawStrokes(&strokes, 0, 0); in NitroMain()
395 (&inputPattern, patternBuffer, &strokes, maxPointCount, in NitroMain()
501 PRC_Clear(&strokes); in NitroMain()
511 PRC_Clear(&strokes); in NitroMain()
544 PRC_Clear(&strokes); in NitroMain()
753 void DrawStrokes(const PRCStrokes *strokes, int sx, int sy) in DrawStrokes() argument
761 point = strokes->points; in DrawStrokes()
762 for (iPoint = 0; iPoint < strokes->size; iPoint++, point++) in DrawStrokes()
815 void PrintStrokesAsEntryData(const PRCStrokes *strokes, in PrintStrokesAsEntryData() argument
829 point = strokes->points; in PrintStrokesAsEntryData()
830 for (iPoint = 0; iPoint < strokes->size; iPoint++, point++) in PrintStrokesAsEntryData()