Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c27 int *wholeStrokeCount,
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()
142 protoDB->wholeStrokeCount, in PRC_InitPrototypeDBEx_Common()
319 int *wholeStrokeCount, in PRCi_CountPrototypeList_Common() argument
357 *wholeStrokeCount = strokeCnt; in PRCi_CountPrototypeList_Common()
[all …]
/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_common.h191 int wholeStrokeCount; member