Searched refs:strokeRatios (Results 1 – 5 of 5) sorted by relevance
98 fx16 *strokeRatios; member120 fx16 *strokeRatios; member
247 strokeRatio = protoData->strokeRatios[iStroke]; in PRC_GetRecognizedEntriesEx_Standard()248 if (strokeRatio < inputData->strokeRatios[iStroke]) in PRC_GetRecognizedEntriesEx_Standard()250 strokeRatio = inputData->strokeRatios[iStroke]; in PRC_GetRecognizedEntriesEx_Standard()
230 data->strokeRatios = WAInfo.strokeRatios; in PRC_InitInputPatternEx_Common()277 OS_Printf(" ratio : %d.%03d\n", FMT_FX(data->strokeRatios[iStroke])); in PRCi_PrintPatternData_Common()464 data->strokeRatios = &protoDB->strokeRatioArray[strokeCnt]; in PRCi_ExtractPrototypeList_Common()545 PRCi_ALLOC_ARRAY(WAInfo->strokeRatios, fx16, strokeCount, buffer, addr); in PRCi_SetPatternBufferInfo_Common()1058 data->strokeRatios[iStroke] = (fx16)(tmpRatio - prevStrokeToWholeRatio); in PRCi_CalcExtraValues_Common()
191 …strokeRatio = protoData->strokeRatios[iStroke]; // If here do inputData->, then the relative weigh… in PRC_GetRecognizedEntriesEx_Light()
376 protoStrokeRatio = protoData->strokeRatios[iStroke]; in PRCi_CalcStrokeDistance_Superfine()377 inputStrokeRatio = inputData->strokeRatios[iStroke]; in PRCi_CalcStrokeDistance_Superfine()