Searched refs:fInc (Results 1 – 4 of 4) sorted by relevance
61 ip_single(double fVal, double fInc) in ip_single() argument63 mfInc(fInc) in ip_single()
652 double fInc; // step for intermediate points in CalculateCubicSplines() local665 fInc = ( aParameter[ ni+1 ] - aParameter[ni] ) / static_cast< double >( nGranularity ); in CalculateCubicSplines()668 fParam = aParameter[ni] + ( fInc * static_cast< double >( nj ) ); in CalculateCubicSplines()
283 const double fInc(F_PI / (double)nVerSeg); in getLineJoinSegments() local305 fPos += fInc; in getLineJoinSegments()
632 const double fInc = 1.0 / ( nPoints - 1 ); in Polygon() local646 for( sal_uInt16 i = 0; i < nPoints; i++, fK_1 += fInc, fK1_1 -= fInc ) in Polygon()
Completed in 43 milliseconds