Home
last modified time | relevance | path

Searched refs:nDecs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx127 double SVGAttributeWriter::ImplRound( double fValue, sal_Int32 nDecs ) in ImplRound() argument
129 return( floor( fValue * pow( 10.0, (int)nDecs ) + 0.5 ) / pow( 10.0, (int)nDecs ) ); in ImplRound()
H A Dsvgwriter.hxx121 double ImplRound( double fVal, sal_Int32 nDecs = 3 );

Completed in 25 milliseconds