Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c269 OS_Printf(" wholeLength: %d.%03d\n", FMT_FX(data->wholeLength)); in PRCi_PrintPatternData_Common()
876 data->wholeLength = 0; in PRCi_CalcExtraValues_Common()
998 data->wholeLength += strokeLength; in PRCi_CalcExtraValues_Common()
1011 if (data->wholeLength == 0) in PRCi_CalcExtraValues_Common()
1014 data->wholeLength = PRC_TINY_LENGTH; in PRCi_CalcExtraValues_Common()
1057 tmpRatio = (fx16)FX_Div(sumStrokeToWholeLength, data->wholeLength); in PRCi_CalcExtraValues_Common()
/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_common.h99 fx32 wholeLength; member