Lines Matching refs:maxPointCount
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()
238 int maxPointCount, in PRC_InitInputPatternEx_Superfine() argument
241 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Superfine()
261 PRC_GetRecognitionBufferSizeEx_Superfine(int maxPointCount,
279 PRC_GetRecognitionBufferSize_Superfine(int maxPointCount, 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()
519 PRC_GetRecognitionBufferSize(int maxPointCount, in PRC_GetRecognitionBufferSize() argument
522 return PRC_GetRecognitionBufferSize_Superfine(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
526 PRC_GetRecognitionBufferSizeEx(int maxPointCount, in PRC_GetRecognitionBufferSizeEx() argument
531 return PRC_GetRecognitionBufferSizeEx_Superfine(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()