Searched refs:fRelative (Results 1 – 4 of 4) sorted by relevance
124 double B2DCubicBezierHelper::relativeToDistance(double fRelative) const in relativeToDistance()126 if(fRelative <= 0.0) in relativeToDistance()133 if(fTools::moreOrEqual(fRelative, 1.0)) in relativeToDistance()143 return fRelative * fLength; in relativeToDistance()147 const double fIndex(fRelative * static_cast< double >(mnEdgeCount)); in relativeToDistance()
351 double fRelative(fZero); in getPositionAbsolute() local355 fRelative = fDistance / fEdgeLength; in getPositionAbsolute()359 aRetval += interpolate(aRetval, aNextPoint, fRelative); in getPositionAbsolute()
54 double relativeToDistance(double fRelative) const;
2070 const double fRelative(pA->GetWidth() / fTextLength); in interpretMetafile() local2072 if(fabs(fRelative - 1.0) >= 0.035) in interpretMetafile()2078 aTextArray[a] *= fRelative; in interpretMetafile()
Completed in 40 milliseconds