Home
last modified time | relevance | path

Searched refs:fInc (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx61 ip_single(double fVal, double fInc) in ip_single() argument
63 mfInc(fInc) in ip_single()
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx652 double fInc; // step for intermediate points in CalculateCubicSplines() local
665 fInc = ( aParameter[ ni+1 ] - aParameter[ni] ) / static_cast< double >( nGranularity ); in CalculateCubicSplines()
668 fParam = aParameter[ni] + ( fInc * static_cast< double >( nj ) ); in CalculateCubicSplines()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx283 const double fInc(F_PI / (double)nVerSeg); in getLineJoinSegments() local
305 fPos += fInc; in getLineJoinSegments()
/trunk/main/tools/source/generic/
H A Dpoly.cxx632 const double fInc = 1.0 / ( nPoints - 1 ); in Polygon() local
646 for( sal_uInt16 i = 0; i < nPoints; i++, fK_1 += fInc, fK1_1 -= fInc ) in Polygon()

Completed in 42 milliseconds