Lines Matching refs:maxStrokeCount

193 static inline u32 PRC_GetInputPatternBufferSize_Superfine(int maxPointCount, int maxStrokeCount)  in PRC_GetInputPatternBufferSize_Superfine()  argument
195 return PRC_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Superfine()
215 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Superfine() argument
217 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Superfine()
239 int maxStrokeCount, const PRCInputPatternParam_Superfine *param) in PRC_InitInputPatternEx_Superfine() argument
241 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Superfine()
262 int maxStrokeCount,
280 int maxStrokeCount, const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognitionBufferSize_Superfine() argument
282 return PRC_GetRecognitionBufferSizeEx_Superfine(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Superfine()
496 static inline u32 PRC_GetInputPatternBufferSize(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize() argument
498 return PRC_GetInputPatternBufferSize_Superfine(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize()
503 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() argument
505 return PRC_InitInputPattern_Superfine(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern()
512 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx() argument
514 return PRC_InitInputPatternEx_Superfine(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx()
520 int maxStrokeCount, const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognitionBufferSize() argument
522 return PRC_GetRecognitionBufferSize_Superfine(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
527 int maxStrokeCount, in PRC_GetRecognitionBufferSizeEx() argument
531 return PRC_GetRecognitionBufferSizeEx_Superfine(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()