Searched refs:protoStrokeLength (Results 1 – 2 of 2) sorted by relevance
311 fx32 protoStrokeLength, inputStrokeLength; in PRCi_CalcStrokeDistance_Superfine() local374 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Superfine()386 if (inputStrokeLength > lengthFilterThreshold || protoStrokeLength > lengthFilterThreshold) in PRCi_CalcStrokeDistance_Superfine()388 if (inputStrokeLength * lengthFilterRatio < protoStrokeLength in PRCi_CalcStrokeDistance_Superfine()389 || protoStrokeLength * lengthFilterRatio < inputStrokeLength) in PRCi_CalcStrokeDistance_Superfine()393 FX_Whole(protoStrokeLength)); in PRCi_CalcStrokeDistance_Superfine()788 tmp = FX_Div(protoLocalLength, protoStrokeLength); in PRCi_CalcStrokeDistance_Superfine()796 inputStrokeLength, inputLocalLength, protoStrokeLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()
275 fx32 protoStrokeLength, inputStrokeLength; in PRCi_CalcStrokeDistance_Fine() local331 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Fine()341 if (inputStrokeLength > lengthFilterThreshold || protoStrokeLength > lengthFilterThreshold) in PRCi_CalcStrokeDistance_Fine()343 if (inputStrokeLength * lengthFilterRatio < protoStrokeLength in PRCi_CalcStrokeDistance_Fine()344 || protoStrokeLength * lengthFilterRatio < inputStrokeLength) in PRCi_CalcStrokeDistance_Fine()348 FX_Whole(protoStrokeLength)); in PRCi_CalcStrokeDistance_Fine()