Lines Matching refs:maxPointCount

29                                int *maxPointCount,
55 int maxPointCount,
91 int maxPointCount, maxStrokeCount; in PRC_GetPrototypeDBBufferSizeEx_Common() local
96 &patternCount, &maxPointCount, &maxStrokeCount, in PRC_GetPrototypeDBBufferSizeEx_Common()
136 &protoDB->patternCount, &protoDB->maxPointCount, in PRC_InitPrototypeDBEx_Common()
181 u32 PRC_GetInputPatternBufferSize_Common(int maxPointCount, int maxStrokeCount) in PRC_GetInputPatternBufferSize_Common() argument
183 return PRCi_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount); in PRC_GetInputPatternBufferSize_Common()
206 int maxPointCount, in PRC_InitInputPatternEx_Common() argument
215 bufferSize = PRCi_SetPatternBufferInfo_Common(&WAInfo, buffer, maxPointCount, maxStrokeCount); in PRC_InitInputPatternEx_Common()
218 PRCi_GetInputPatternBufferSize_Common(maxPointCount, maxStrokeCount)), in PRC_InitInputPatternEx_Common()
236 return PRCi_ExtractInputPattern_Common(pattern, strokes, maxPointCount, maxStrokeCount, param); in PRC_InitInputPatternEx_Common()
321 int *maxPointCount, in PRCi_CountPrototypeList_Common() argument
359 *maxPointCount = maxPointCnt; in PRCi_CountPrototypeList_Common()
553 int maxPointCount, in PRCi_ExtractInputPattern_Common() argument
635 (selectedPoints, &selectedPointNum, maxPointCount, maxStrokeCount, strokes, 0, in PRCi_ExtractInputPattern_Common()
669 PRC_ResampleStrokes_Distance(selectedPoints, &selectedPointNum, maxPointCount, in PRCi_ExtractInputPattern_Common()
675 PRC_ResampleStrokes_Angle(selectedPoints, &selectedPointNum, maxPointCount, in PRCi_ExtractInputPattern_Common()
681 PRC_ResampleStrokes_Recursive(selectedPoints, &selectedPointNum, maxPointCount, in PRCi_ExtractInputPattern_Common()
699 SDK_ASSERT(selectedPointNum <= maxPointCount); in PRCi_ExtractInputPattern_Common()