Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/prc/common/src/
Dprc_algo_common.c46 static u32 PRCi_GetInputPatternBufferSize_Common(int pointCount, int strokeCount);
50 void *buffer, int pointCount, int strokeCount);
268 OS_TPrintf(" pointCount: %d\n", data->pointCount); in PRCi_PrintPatternData_Common()
298 for (iPoint = 0; iPoint < data->pointCount; iPoint++) in PRCi_PrintPatternData_Common()
341 pointCnt += entry->pointCount; in PRCi_CountPrototypeList_Common()
345 if (maxPointCnt < entry->pointCount) in PRCi_CountPrototypeList_Common()
347 maxPointCnt = entry->pointCount; in PRCi_CountPrototypeList_Common()
459 data->pointCount = entry->pointCount; in PRCi_ExtractPrototypeList_Common()
473 pointCnt += entry->pointCount; in PRCi_ExtractPrototypeList_Common()
484 static u32 PRCi_GetInputPatternBufferSize_Common(int pointCount, int strokeCount) in PRCi_GetInputPatternBufferSize_Common() argument
[all …]
Dprc.c73 strokes->size = entry->pointCount; in PRC_GetEntryStrokes()
74 strokes->capacity = entry->pointCount; in PRC_GetEntryStrokes()
Dprc_algo_fine.c279 maxPointCount = inputData->pointCount; in PRCi_CalcStrokeDistance_Fine()
280 if (maxPointCount < protoData->pointCount) in PRCi_CalcStrokeDistance_Fine()
281 maxPointCount = protoData->pointCount; in PRCi_CalcStrokeDistance_Fine()
Dprc_algo_superfine.c316 maxPointCount = inputData->pointCount; in PRCi_CalcStrokeDistance_Superfine()
317 if (maxPointCount < protoData->pointCount) in PRCi_CalcStrokeDistance_Superfine()
318 maxPointCount = protoData->pointCount; in PRCi_CalcStrokeDistance_Superfine()
/TwlSDK-5.5/tools/bin/
Dpdic2c.pl100 my $pointCount = 0;
115 $pointCount += $#points + 1;
116 $pointCount ++ ; # PenUpMarker
126 pointCount => $pointCount,
130 $wholePointNum += $pointCount;
/TwlSDK-5.5/include/nitro/prc/
Dtypes.h99 u16 pointCount; member
Dalgo_common.h89 u16 pointCount; // entry, and redundant information member