Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/test/
H A Dbasegfx2d.cxx950 B2DPolygon aNonRect4; in TEST_F() local
951 aNonRect4.append( B2DPoint(0,0) ); in TEST_F()
952 aNonRect4.append( B2DPoint(1,0) ); in TEST_F()
953 aNonRect4.append( B2DPoint(1,1) ); in TEST_F()
954 aNonRect4.append( B2DPoint(0,1) ); in TEST_F()
969 ASSERT_TRUE(!tools::isRectangle( aNonRect4 )) << "checking non-rectangle-ness of polygon 4"; in TEST_F()

Completed in 12 milliseconds