Home
last modified time | relevance | path

Searched refs:sumStrokeToWholeLength (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
1027 sumStrokeToWholeLength = 0; in PRCi_CalcExtraValues_Common()
1056 sumStrokeToWholeLength += data->strokeLengths[iStroke]; in PRCi_CalcExtraValues_Common()
1057 tmpRatio = (fx16)FX_Div(sumStrokeToWholeLength, data->wholeLength); in PRCi_CalcExtraValues_Common()