Lines Matching refs:fround

193             aTempPoly[1] = ::Point( ::basegfx::fround( rPoint1.getX() ),  in fillLinearGradient()
194 ::basegfx::fround( rPoint1.getY() ) ); in fillLinearGradient()
197 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint2.getX() ), in fillLinearGradient()
198 ::basegfx::fround( rPoint2.getY() ) ); in fillLinearGradient()
240 aTempPoly[1] = ::Point( ::basegfx::fround( rPoint3.getX() ), in fillLinearGradient()
241 ::basegfx::fround( rPoint3.getY() ) ); in fillLinearGradient()
246 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
247 ::basegfx::fround( rPoint4.getY() ) ); in fillLinearGradient()
265 aTempPoly[0] = aTempPoly[4] = ::Point( ::basegfx::fround( rPoint3.getX() ), in fillLinearGradient()
266 ::basegfx::fround( rPoint3.getY() ) ); in fillLinearGradient()
269 aTempPoly[3] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
270 ::basegfx::fround( rPoint4.getY() ) ); in fillLinearGradient()
403 basegfx::fround( fT*rInnerPoint.getX() + (1-fT)*rOuterPoint.getX() ), in fillPolygonalGradient()
404 basegfx::fround( fT*rInnerPoint.getY() + (1-fT)*rOuterPoint.getY() ) ); in fillPolygonalGradient()
467 basegfx::fround( fT*rInnerPoint.getX() + (1-fT)*rOuterPoint.getX() ), in fillPolygonalGradient()
468 basegfx::fround( fT*rInnerPoint.getY() + (1-fT)*rOuterPoint.getY() ) ); in fillPolygonalGradient()
924 … aGrfAttr.SetRotation( static_cast< sal_uInt16 >(::basegfx::fround( nRotate*10.0 )) ); in fillTexturedPolyPolygon()
1011 const ::Size aSz( ::basegfx::fround( aScale.getX() * aBmpSize.Width ), in fillTexturedPolyPolygon()
1012 ::basegfx::fround( aScale.getY() * aBmpSize.Height ) ); in fillTexturedPolyPolygon()
1017 ::basegfx::fround( aOutputPos.getX() ) : aPtRepeat.X(), in fillTexturedPolyPolygon()
1019 ::basegfx::fround( aOutputPos.getY() ) : aPtRepeat.Y() ); in fillTexturedPolyPolygon()
1054 ::basegfx::fround( 255.0*( 1.0 - textures[0].Alpha ) ) ) ); in fillTexturedPolyPolygon()
1125 … ::basegfx::fround( 255.0*( 1.0 - textures[0].Alpha ) ) ) ); in fillTexturedPolyPolygon()