Home
last modified time | relevance | path

Searched refs:lineSegmentLengthArray (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_common.h93 fx32 *lineSegmentLengthArray; member
115 fx32 *lineSegmentLengthArray; member
160 fx32 *lineSegmentLengthArray; member
180 fx32 *lineSegmentLengthArray; member
/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c151 protoDB->lineSegmentLengthArray = WAInfo.lineSegmentLengthArray; in PRC_InitPrototypeDBEx_Common()
225 data->lineSegmentLengthArray = WAInfo.lineSegmentLengthArray; in PRC_InitInputPatternEx_Common()
290 FMT_FX(data->lineSegmentLengthArray[index]), in PRCi_PrintPatternData_Common()
305 FMT_FX(data->lineSegmentLengthArray[index]), in PRCi_PrintPatternData_Common()
408 PRCi_ALLOC_ARRAY(WAInfo->lineSegmentLengthArray, fx32, wholePointCount + 1, buffer, addr); in PRCi_SetPrototypeListBufferInfo_Common()
466 data->lineSegmentLengthArray = &protoDB->lineSegmentLengthArray[pointCnt]; in PRCi_ExtractPrototypeList_Common()
531 PRCi_ALLOC_ARRAY(WAInfo->lineSegmentLengthArray, fx32, pointCount + 1, buffer, addr); in PRCi_SetPatternBufferInfo_Common()
1004 data->lineSegmentLengthArray[iPoint] = segmentLength; in PRCi_CalcExtraValues_Common()
1039 sumSegmentToStrokeLength += data->lineSegmentLengthArray[iPoint]; in PRCi_CalcExtraValues_Common()
Dprc_algo_fine.c329 protoLengths = &protoData->lineSegmentLengthArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Fine()
330 inputLengths = &inputData->lineSegmentLengthArray[inputStrokeIndex]; in PRCi_CalcStrokeDistance_Fine()
Dprc_algo_superfine.c372 protoLengths = &protoData->lineSegmentLengthArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Superfine()
373 inputLengths = &inputData->lineSegmentLengthArray[inputStrokeIndex]; in PRCi_CalcStrokeDistance_Superfine()