Searched refs:newDist (Results 1 – 3 of 3) sorted by relevance
130 int newDist = matches.dist[matches.count - 1]; in getNextSymbol() local132 if ((newLen >= mainLen && newDist < mainDist) in getNextSymbol()134 && !changePair(mainDist, newDist)) in getNextSymbol()138 && 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()
971 double newDist = dx*dx+dy*dy; in icvComputeProjectMatricesNPoints() local972 if( newDist > dist ) in icvComputeProjectMatricesNPoints()974 dist = newDist; in icvComputeProjectMatricesNPoints()1146 double newDist = dx*dx+dy*dy; in icvComputeProjectMatricesNPoints()1147 if( newDist > dist ) in icvComputeProjectMatricesNPoints()1149 dist = newDist; in icvComputeProjectMatricesNPoints()1252 double newDist = dx*dx+dy*dy; in icvComputeProjectMatricesNPoints() local1253 if( newDist > dist ) in icvComputeProjectMatricesNPoints()1255 dist = newDist; in icvComputeProjectMatricesNPoints()