Searched refs:newDist (Results 1 – 3 of 3) sorted by relevance
132 int newDist = matches.dist[matches.count - 1]; in getNextSymbol() local134 if ((newLen >= mainLen && newDist < mainDist) in getNextSymbol()136 && !changePair(mainDist, newDist)) in getNextSymbol()140 && changePair(newDist, mainDist))) in getNextSymbol()
325 final float newDist = getXDistance(motionEvent); in zoom() local327 if(oldDist > 0 && newDist < 0 || oldDist < 0 && newDist > 0) { in zoom()330 mDistX = newDist; in zoom()
1957 UInt32 newDist = p->matches[(size_t)p->numPairs - 1]; in GetOptimumFast() local1958 if ( (len1 >= mainLen && newDist < mainDist) in GetOptimumFast()1959 || (len1 == mainLen + 1 && !ChangePair(mainDist, newDist)) in GetOptimumFast()1961 || (len1 + 1 >= mainLen && mainLen >= 3 && ChangePair(newDist, mainDist))) in GetOptimumFast()