Lines Matching refs:appendDouble
856 static void appendDouble( double fValue, OStringBuffer& rBuffer, sal_Int32 nPrecision = 5 ) in appendDouble() function
906 appendDouble( (double)cByte / 255.0, rBuffer ); in appendColor()
910 appendDouble( (double)rColor.GetRed() / 255.0, rBuffer ); in appendColor()
912 appendDouble( (double)rColor.GetGreen() / 255.0, rBuffer ); in appendColor()
914 appendDouble( (double)rColor.GetBlue() / 255.0, rBuffer ); in appendColor()
1070 appendDouble( f[0], rBuffer ); in append()
1072 appendDouble( f[1], rBuffer ); in append()
1074 appendDouble( f[2], rBuffer ); in append()
1076 appendDouble( f[3], rBuffer ); in append()
1283 appendDouble( (double)m_nTransTime/1000.0, aLine, 3 ); in emit()
1423 appendDouble( fValue, rBuffer, nLog10Divisor ); in appendPixelPoint()
1429 appendDouble( fValue, rBuffer, nLog10Divisor ); in appendPixelPoint()
1622 appendDouble( fLength, rBuffer, nPrecision ); in appendMappedLength()
1687 appendDouble( 72.0/double(m_pWriter->getReferenceDevice()->ImplGetDPIX()), rBuffer ); in appendLineInfo()
2474 appendDouble( 72.0/double(getReferenceDevice()->ImplGetDPIX()), aBuf ); in newPage()
3050 appendDouble( it->m_aTransform.matrix[0], aTilingObj ); in emitTilings()
3052 appendDouble( it->m_aTransform.matrix[1], aTilingObj ); in emitTilings()
3054 appendDouble( it->m_aTransform.matrix[3], aTilingObj ); in emitTilings()
3056 appendDouble( it->m_aTransform.matrix[4], aTilingObj ); in emitTilings()
3058 appendDouble( it->m_aTransform.matrix[2], aTilingObj ); in emitTilings()
3060 appendDouble( it->m_aTransform.matrix[5], aTilingObj ); in emitTilings()
8003 appendDouble( (double)aDiff.X()/fLen, aLine ); in drawWaveLine()
8005 appendDouble( -(double)aDiff.Y()/fLen, aLine ); in drawWaveLine()
8007 appendDouble( (double)aDiff.Y()/fLen, aLine ); in drawWaveLine()
8009 appendDouble( (double)aDiff.X()/fLen, aLine ); in drawWaveLine()
9174 appendDouble( fLimit, aLine ); in drawPolyLine()
9283 appendDouble( 1.0/double(getReferenceDevice()->ImplGetDPIX()), aLine ); in drawPixel()
9285 appendDouble( 1.0/double(getReferenceDevice()->ImplGetDPIY()), aLine ); in drawPixel()
9312 appendDouble( 1.0/double(getReferenceDevice()->ImplGetDPIX()), aPixel ); in drawPixel()
9314 appendDouble( 1.0/double(getReferenceDevice()->ImplGetDPIY()), aPixel ); in drawPixel()
9421 appendDouble( rObject.m_fAlpha, aLine ); in writeTransparentObject()
9424 appendDouble( rObject.m_fAlpha, aLine ); in writeTransparentObject()