Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c1021 fx32 sumSegmentToStrokeLength, sumStrokeToWholeLength; in PRCi_CalcExtraValues_Common() local
1029 sumSegmentToStrokeLength = 0; in PRCi_CalcExtraValues_Common()
1039 sumSegmentToStrokeLength += data->lineSegmentLengthArray[iPoint]; in PRCi_CalcExtraValues_Common()
1040 tmpRatio = (fx16)FX_Div(sumSegmentToStrokeLength, data->strokeLengths[iStroke]); in PRCi_CalcExtraValues_Common()