Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c26 PRCi_CountPrototypeList_Common(int *wholePointCount,
35 PRCi_GetPrototypeDBBufferSize_Common(int wholePointCount, int wholeStrokeCount, int patternCount);
40 int wholePointCount, int wholeStrokeCount, int patternCount);
90 int wholePointCount, wholeStrokeCount, patternCount; in PRC_GetPrototypeDBBufferSizeEx_Common() local
95 PRCi_CountPrototypeList_Common(&wholePointCount, &wholeStrokeCount, in PRC_GetPrototypeDBBufferSizeEx_Common()
99 return PRCi_GetPrototypeDBBufferSize_Common(wholePointCount, wholeStrokeCount, patternCount); in PRC_GetPrototypeDBBufferSizeEx_Common()
135 PRCi_CountPrototypeList_Common(&protoDB->wholePointCount, &protoDB->wholeStrokeCount, in PRC_InitPrototypeDBEx_Common()
141 protoDB->wholePointCount, in PRC_InitPrototypeDBEx_Common()
318 PRCi_CountPrototypeList_Common(int *wholePointCount, in PRCi_CountPrototypeList_Common() argument
356 *wholePointCount = pointCnt; in PRCi_CountPrototypeList_Common()
[all …]
/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_common.h184 int wholePointCount; member