Home
last modified time | relevance | path

Searched refs:maxPointCnt (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c328 int maxPointCnt, maxStrokeCnt; in PRCi_CountPrototypeList_Common() local
332 maxPointCnt = maxStrokeCnt = 0; in PRCi_CountPrototypeList_Common()
345 if (maxPointCnt < entry->pointCount) in PRCi_CountPrototypeList_Common()
347 maxPointCnt = entry->pointCount; in PRCi_CountPrototypeList_Common()
359 *maxPointCount = maxPointCnt; in PRCi_CountPrototypeList_Common()