Lines Matching refs:fLength
55 double fLength(0.0); in B2DCubicBezierHelper() local
62 fLength += aEdge.getLength(); in B2DCubicBezierHelper()
63 maLengthArray.push_back(fLength); in B2DCubicBezierHelper()
74 fLength += aLastEdge.getLength(); in B2DCubicBezierHelper()
75 maLengthArray.push_back(fLength); in B2DCubicBezierHelper()
95 const double fLength(getLength()); in distanceToRelative() local
97 if(fTools::moreOrEqual(fDistance, fLength)) in distanceToRelative()
107 return fDistance / fLength; in distanceToRelative()
127 const double fLength(getLength()); in relativeToDistance() local
131 return fLength; in relativeToDistance()
139 return fRelative * fLength; in relativeToDistance()