Searched refs:pointCount (Results 1 – 7 of 7) sorted by relevance
46 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 …]
73 strokes->size = entry->pointCount; in PRC_GetEntryStrokes()74 strokes->capacity = entry->pointCount; in PRC_GetEntryStrokes()
279 maxPointCount = inputData->pointCount; in PRCi_CalcStrokeDistance_Fine()280 if (maxPointCount < protoData->pointCount) in PRCi_CalcStrokeDistance_Fine()281 maxPointCount = protoData->pointCount; in PRCi_CalcStrokeDistance_Fine()
316 maxPointCount = inputData->pointCount; in PRCi_CalcStrokeDistance_Superfine()317 if (maxPointCount < protoData->pointCount) in PRCi_CalcStrokeDistance_Superfine()318 maxPointCount = protoData->pointCount; in PRCi_CalcStrokeDistance_Superfine()
100 my $pointCount = 0;115 $pointCount += $#points + 1;116 $pointCount ++ ; # PenUpMarker126 pointCount => $pointCount,130 $wholePointNum += $pointCount;
99 u16 pointCount; member
89 u16 pointCount; // entry, and redundant information member