Lines Matching refs:fround
160 aViewMatrix.x0 = basegfx::fround( aViewMatrix.x0 ); in useStates()
161 aViewMatrix.y0 = basegfx::fround( aViewMatrix.y0 ); in useStates()
166 aCombinedMatrix.x0 = basegfx::fround( aCombinedMatrix.x0 ); in useStates()
167 aCombinedMatrix.y0 = basegfx::fround( aCombinedMatrix.y0 ); in useStates()
789 aScaledTextureMatrix.x0 = basegfx::fround( aScaledTextureMatrix.x0 ); in doOperation()
790 aScaledTextureMatrix.y0 = basegfx::fround( aScaledTextureMatrix.y0 ); in doOperation()
974 nX = basegfx::fround( nX ); in doPolyPolygonImplementation()
975 nY = basegfx::fround( nY ); in doPolyPolygonImplementation()
1322 basegfx::fround( rSize.Width * aMatrix.xx ) > 8 && in implDrawBitmapSurface()
1323 basegfx::fround( rSize.Height* aMatrix.yy ) > 8 ) in implDrawBitmapSurface()
1327 dWidth = basegfx::fround( rSize.Width * aMatrix.xx ); in implDrawBitmapSurface()
1328 dHeight = basegfx::fround( rSize.Height* aMatrix.yy ); in implDrawBitmapSurface()