Lines Matching refs:maxStrokeCount
188 static inline u32 PRC_GetInputPatternBufferSize_Standard(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Standard() argument
190 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Standard()
210 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Standard() argument
212 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Standard()
234 int maxStrokeCount, const PRCInputPatternParam_Standard *param) in PRC_InitInputPatternEx_Standard() argument
236 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Standard()
257 int maxStrokeCount,
275 int maxStrokeCount, const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognitionBufferSize_Standard() argument
277 return PRC_GetRecognitionBufferSizeEx_Standard(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Standard()
491 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
493 return PRC_GetInputPatternBufferSize_Standard(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize()
498 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() argument
500 return PRC_InitInputPattern_Standard(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern()
507 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx() argument
509 return PRC_InitInputPatternEx_Standard(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx()
515 int maxStrokeCount, const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognitionBufferSize() argument
517 return PRC_GetRecognitionBufferSize_Standard(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
522 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx() argument
526 return PRC_GetRecognitionBufferSizeEx_Standard(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()