Lines Matching refs:maxPointCount
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()
232 int maxPointCount, in PRC_InitInputPatternEx_Light() argument
235 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Light()
255 PRC_GetRecognitionBufferSizeEx_Light(int maxPointCount,
273 PRC_GetRecognitionBufferSize_Light(int maxPointCount, 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()
512 PRC_GetRecognitionBufferSize(int maxPointCount, in PRC_GetRecognitionBufferSize() argument
515 return PRC_GetRecognitionBufferSize_Light(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
519 PRC_GetRecognitionBufferSizeEx(int maxPointCount, in PRC_GetRecognitionBufferSizeEx() argument
524 return PRC_GetRecognitionBufferSizeEx_Light(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()