Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_common.h97 fx32 *strokeLengths; member
119 fx32 *strokeLengths; member
/TwlSDK-5.1.0/build/libraries/prc/common/src/
Dprc_algo_common.c229 data->strokeLengths = WAInfo.strokeLengths; in PRC_InitInputPatternEx_Common()
276 OS_Printf(" length: %d.%03d\n", FMT_FX(data->strokeLengths[iStroke])); in PRCi_PrintPatternData_Common()
463 data->strokeLengths = &protoDB->strokeLengthArray[strokeCnt]; in PRCi_ExtractPrototypeList_Common()
533 PRCi_ALLOC_ARRAY(WAInfo->strokeLengths, fx32, strokeCount, buffer, addr); in PRCi_SetPatternBufferInfo_Common()
962 data->strokeLengths[iStroke] = strokeLength; in PRCi_CalcExtraValues_Common()
1040 tmpRatio = (fx16)FX_Div(sumSegmentToStrokeLength, data->strokeLengths[iStroke]); in PRCi_CalcExtraValues_Common()
1056 sumStrokeToWholeLength += data->strokeLengths[iStroke]; in PRCi_CalcExtraValues_Common()
Dprc_algo_fine.c331 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Fine()
332 inputStrokeLength = inputData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Fine()
Dprc_algo_superfine.c374 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Superfine()
375 inputStrokeLength = inputData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Superfine()