Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/test/
H A Dbasegfx2d.cxx1077 B2DPolygon aNonRect4; in testIsRectangle() local
1078 aNonRect4.append( B2DPoint(0,0) ); in testIsRectangle()
1079 aNonRect4.append( B2DPoint(1,0) ); in testIsRectangle()
1080 aNonRect4.append( B2DPoint(1,1) ); in testIsRectangle()
1081 aNonRect4.append( B2DPoint(0,1) ); in testIsRectangle()
1102 !tools::isRectangle( aNonRect4 )); in testIsRectangle()

Completed in 23 milliseconds