Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/test/
H A Dbasegfx2d.cxx1064 B2DPolygon aNonRect2; in testIsRectangle() local
1065 aNonRect2.append( B2DPoint(0,0) ); in testIsRectangle()
1066 aNonRect2.append( B2DPoint(1,1) ); in testIsRectangle()
1067 aNonRect2.append( B2DPoint(1,0) ); in testIsRectangle()
1068 aNonRect2.append( B2DPoint(0,1) ); in testIsRectangle()
1069 aNonRect2.setClosed(true); in testIsRectangle()
1098 !tools::isRectangle( aNonRect2 )); in testIsRectangle()

Completed in 21 milliseconds