Searched refs:fDistB (Results 1 – 2 of 2) sorted by relevance
171 const double fDistB(getDistanceBlue(rColor)); in getDistance() local173 return sqrt(fDistR * fDistR + fDistG * fDistG + fDistB * fDistB); in getDistance()180 const double fDistB(getDistanceBlue(rColor)); in getMinimumDistance() local183 return (fRetval < fDistB ? fRetval : fDistB); in getMinimumDistance()190 const double fDistB(getDistanceBlue(rColor)); in getMaximumDistance() local193 return (fRetval > fDistB ? fRetval : fDistB); in getMaximumDistance()
1168 double fDistB = ( aVecB -= rPoly[ nIndPrev ] ).GetLength(); in ImplReduceEdges() local1170 double fLenFact = ( fDistB != 0.0 ) ? fLenWithB / fDistB : 1.0; in ImplReduceEdges()1198 double fRelLen = 1.0 - sqrt( fDistB / rArea ); in ImplReduceEdges()
Completed in 21 milliseconds