Lines Matching refs:fLength
59 double fLength(0.0); in B2DCubicBezierHelper() local
66 fLength += aEdge.getLength(); in B2DCubicBezierHelper()
67 maLengthArray.push_back(fLength); in B2DCubicBezierHelper()
78 fLength += aLastEdge.getLength(); in B2DCubicBezierHelper()
79 maLengthArray.push_back(fLength); in B2DCubicBezierHelper()
99 const double fLength(getLength()); in distanceToRelative() local
101 if(fTools::moreOrEqual(fDistance, fLength)) in distanceToRelative()
111 return fDistance / fLength; in distanceToRelative()
131 const double fLength(getLength()); in relativeToDistance() local
135 return fLength; in relativeToDistance()
143 return fRelative * fLength; in relativeToDistance()