Lines Matching refs:strokes
214 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Fine() argument
216 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Fine()
236 const PRCStrokes *strokes, in PRC_InitInputPatternEx_Fine() argument
240 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Fine()
409 PRC_GetInputPatternStrokes_Fine(PRCStrokes *strokes, const PRCInputPattern_Fine *input) in PRC_GetInputPatternStrokes_Fine() argument
411 PRC_GetInputPatternStrokes_Common(strokes, input); in PRC_GetInputPatternStrokes_Fine()
499 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() argument
501 return PRC_InitInputPattern_Fine(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern()
507 const PRCStrokes *strokes, in PRC_InitInputPatternEx() argument
510 return PRC_InitInputPatternEx_Fine(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx()
570 static inline void PRC_GetInputPatternStrokes(PRCStrokes *strokes, const PRCInputPattern *input) in PRC_GetInputPatternStrokes() argument
572 PRC_GetInputPatternStrokes_Fine(strokes, input); in PRC_GetInputPatternStrokes()