Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/test/
H A Dbasegfx2d.cxx1071 B2DPolygon aNonRect3; in testIsRectangle() local
1072 aNonRect3.append( B2DPoint(0,0) ); in testIsRectangle()
1073 aNonRect3.append( B2DPoint(1,0) ); in testIsRectangle()
1074 aNonRect3.append( B2DPoint(1,1) ); in testIsRectangle()
1075 aNonRect3.setClosed(true); in testIsRectangle()
1100 !tools::isRectangle( aNonRect3 )); in testIsRectangle()

Completed in 9 milliseconds