Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/test/
H A Dbasegfx2d.cxx1056 B2DPolygon aNonRect1; in testIsRectangle() local
1057 aNonRect1.append( B2DPoint(0,0) ); in testIsRectangle()
1058 aNonRect1.append( B2DPoint(1,0) ); in testIsRectangle()
1059 aNonRect1.append( B2DPoint(1,1) ); in testIsRectangle()
1060 aNonRect1.append( B2DPoint(0.5,1) ); in testIsRectangle()
1061 aNonRect1.append( B2DPoint(0.5,0) ); in testIsRectangle()
1062 aNonRect1.setClosed(true); in testIsRectangle()
1096 !tools::isRectangle( aNonRect1 )); in testIsRectangle()

Completed in 37 milliseconds