Searched refs:protoLocalLength (Results 1 – 1 of 1) sorted by relevance
642 fx32 inputLocalLength, protoLocalLength; in PRCi_CalcStrokeDistance_Superfine() local655 protoLocalLength = 0; in PRCi_CalcStrokeDistance_Superfine()662 protoLocalLength += protoLengths[iProto]; in PRCi_CalcStrokeDistance_Superfine()664 if (inputLocalLength == 0 && protoLocalLength == 0) in PRCi_CalcStrokeDistance_Superfine()678 if (protoLocalLength == 0) in PRCi_CalcStrokeDistance_Superfine()680 protoLocalLength = protoCurrentLength = 1; in PRCi_CalcStrokeDistance_Superfine()686 FX_Div(protoCurrentLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()690 OS_Printf("length: %d, %d\n", inputLocalLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()766 FX_DivAsync(protoCurrentLength, protoLocalLength); in PRCi_CalcStrokeDistance_Superfine()788 tmp = FX_Div(protoLocalLength, protoStrokeLength); in PRCi_CalcStrokeDistance_Superfine()[all …]