Lines Matching refs:fround
526 implRenderLine2( basegfx::fround(aPoly.getB2DPoint(i-1)), in implDrawPolygon()
527 basegfx::fround(aPoly.getB2DPoint(i)), in implDrawPolygon()
534 implRenderLine2( basegfx::fround(aPoly.getB2DPoint(nVertices-1)), in implDrawPolygon()
535 basegfx::fround(aPoly.getB2DPoint(0)), in implDrawPolygon()
1342 …::basegfx::B2IRange aLocalDestArea( basegfx::fround(aDestTopLeft.getX() + nScaleX*aUpperLeftOffset… in clipAreaImpl()
1343 … basegfx::fround(aDestTopLeft.getY() + nScaleY*aUpperLeftOffset.getY()), in clipAreaImpl()
1344 … basegfx::fround(aDestTopLeft.getX() + nScaleX*aLowerRightOffset.getX()), in clipAreaImpl()
1345 … basegfx::fround(aDestTopLeft.getY() + nScaleY*aLowerRightOffset.getY()) ); in clipAreaImpl()
1360 …io_rSourceArea = ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset… in clipAreaImpl()
1361 … basegfx::fround(aSourceTopLeft.getY() + aDestUpperLeftOffset.getY()/nScaleY), in clipAreaImpl()
1362 … basegfx::fround(aSourceTopLeft.getX() + aDestLowerRightOffset.getX()/nScaleX), in clipAreaImpl()
1363 … basegfx::fround(aSourceTopLeft.getY() + aDestLowerRightOffset.getY()/nScaleY) ); in clipAreaImpl()