Home
last modified time | relevance | path

Searched refs:fDistB (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolor.hxx171 const double fDistB(getDistanceBlue(rColor)); in getDistance() local
173 return sqrt(fDistR * fDistR + fDistG * fDistG + fDistB * fDistB); in getDistance()
180 const double fDistB(getDistanceBlue(rColor)); in getMinimumDistance() local
183 return (fRetval < fDistB ? fRetval : fDistB); in getMinimumDistance()
190 const double fDistB(getDistanceBlue(rColor)); in getMaximumDistance() local
193 return (fRetval > fDistB ? fRetval : fDistB); in getMaximumDistance()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1168 double fDistB = ( aVecB -= rPoly[ nIndPrev ] ).GetLength(); in ImplReduceEdges() local
1170 double fLenFact = ( fDistB != 0.0 ) ? fLenWithB / fDistB : 1.0; in ImplReduceEdges()
1198 double fRelLen = 1.0 - sqrt( fDistB / rArea ); in ImplReduceEdges()

Completed in 27 milliseconds