Searched refs:wholeWeight (Results 1 – 3 of 3) sorted by relevance
148 fx32 wholeWeight; in PRC_GetRecognizedEntriesEx_Standard() local159 wholeWeight = 0; in PRC_GetRecognizedEntriesEx_Standard()254 wholeWeight += strokeRatio; in PRC_GetRecognizedEntriesEx_Standard()257 wholeScore = FX_Div(wholeScore, wholeWeight * doubleWidth); in PRC_GetRecognizedEntriesEx_Standard()
158 fx32 wholeScore, wholeWeight; in PRC_GetRecognizedEntriesEx_Fine() local170 wholeWeight = 0; in PRC_GetRecognizedEntriesEx_Fine()183 wholeWeight += weight; in PRC_GetRecognizedEntriesEx_Fine()186 …wholeScore = FX_Div(wholeScore * 4, wholeWeight * normalizeSize); // 4 == (1<<FX32_SHIFT)/(512*2… in PRC_GetRecognizedEntriesEx_Fine()
164 fx32 wholeScore, wholeWeight; in PRC_GetRecognizedEntriesEx_Superfine() local176 wholeWeight = 0; in PRC_GetRecognizedEntriesEx_Superfine()189 wholeWeight += weight; in PRC_GetRecognizedEntriesEx_Superfine()192 …wholeScore = FX_Div(wholeScore, wholeWeight * normalizeSize * 2); // normalizeSize*2 == doubleWi… in PRC_GetRecognizedEntriesEx_Superfine()