Home
last modified time | relevance | path

Searched refs:maxStrokeCnt (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()
349 if (maxStrokeCnt < entry->strokeCount) in PRCi_CountPrototypeList_Common()
351 maxStrokeCnt = entry->strokeCount; in PRCi_CountPrototypeList_Common()
360 *maxStrokeCount = maxStrokeCnt; in PRCi_CountPrototypeList_Common()