Searched defs:maxDist (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng2-win.c946 double angle=0.0, aoffset=0.0, maxDist, dist; local
970 maxDist = (double)((hw*hw) + (hh*hh));
980 dist = (double)((x*x) + (y*y)) / maxDist;
H A Drpng2-x.c1216 double angle=0.0, aoffset=0.0, maxDist, dist; local
1240 maxDist = (double)((hw*hw) + (hh*hh));
1250 dist = (double)((x*x) + (y*y)) / maxDist;
1985 double angle=0.0, aoffset=0.0, maxDist, dist; local
2005 maxDist = (double)((hw*hw) + (hh*hh));
2015 dist = (double)((x*x) + (y*y)) / maxDist;
/external/opencv/cvaux/src/
H A Dcvepilines.cpp1214 double maxDist; local
1221 maxDist = -1.0;
1234 if( distance > maxDist )
1238 maxDist = distance;
1245 if( maxDist >= 0 )
1249 if( maxDist > 0 )
1950 double maxDist = 0; local
1964 if( dist > maxDist)
1966 maxDist = dist;
2225 float maxDist local
[all...]

Completed in 119 milliseconds