Searched refs:fDistB (Results 1 – 2 of 2) sorted by relevance
170 const double fDistB(getDistanceBlue(rColor)); in getDistance() local172 return sqrt(fDistR * fDistR + fDistG * fDistG + fDistB * fDistB); in getDistance()179 const double fDistB(getDistanceBlue(rColor)); in getMinimumDistance() local182 return (fRetval < fDistB ? fRetval : fDistB); in getMinimumDistance()189 const double fDistB(getDistanceBlue(rColor)); in getMaximumDistance() local192 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 31 milliseconds