Lines Matching refs:maxPointCount

192 static inline u32 PRC_GetInputPatternBufferSize_Fine(int maxPointCount, int maxStrokeCount)  in PRC_GetInputPatternBufferSize_Fine()  argument
194 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Fine()
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()
237 int maxPointCount, in PRC_InitInputPatternEx_Fine() argument
240 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Fine()
260 PRC_GetRecognitionBufferSizeEx_Fine(int maxPointCount,
278 PRC_GetRecognitionBufferSize_Fine(int maxPointCount, in PRC_GetRecognitionBufferSize_Fine() argument
281 return PRC_GetRecognitionBufferSizeEx_Fine(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Fine()
492 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
494 return PRC_GetInputPatternBufferSize_Fine(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize()
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()
508 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx() argument
510 return PRC_InitInputPatternEx_Fine(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx()
515 PRC_GetRecognitionBufferSize(int maxPointCount, in PRC_GetRecognitionBufferSize() argument
518 return PRC_GetRecognitionBufferSize_Fine(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
522 PRC_GetRecognitionBufferSizeEx(int maxPointCount, in PRC_GetRecognitionBufferSizeEx() argument
527 return PRC_GetRecognitionBufferSizeEx_Fine(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()