Lines Matching refs:maxStrokeCount
187 static inline u32 PRC_GetInputPatternBufferSize_Light(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Light() argument
189 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Light()
209 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Light() argument
211 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Light()
233 int maxStrokeCount, const PRCInputPatternParam_Light *param) in PRC_InitInputPatternEx_Light() argument
235 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Light()
256 int maxStrokeCount,
274 int maxStrokeCount, const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognitionBufferSize_Light() argument
276 return PRC_GetRecognitionBufferSizeEx_Light(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Light()
489 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
491 return PRC_GetInputPatternBufferSize_Light(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize()
496 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() argument
498 return PRC_InitInputPattern_Light(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern()
505 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx() argument
507 return PRC_InitInputPatternEx_Light(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx()
513 int maxStrokeCount, const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognitionBufferSize() argument
515 return PRC_GetRecognitionBufferSize_Light(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
520 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx() argument
524 return PRC_GetRecognitionBufferSizeEx_Light(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()