Home
last modified time | relevance | path

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

/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx944 B2DPolygon aNonRect3; in TEST_F() local
945 aNonRect3.append( B2DPoint(0,0) ); in TEST_F()
946 aNonRect3.append( B2DPoint(1,0) ); in TEST_F()
947 aNonRect3.append( B2DPoint(1,1) ); in TEST_F()
948 aNonRect3.setClosed(true); in TEST_F()
968 ASSERT_TRUE(!tools::isRectangle( aNonRect3 )) << "checking non-rectangle-ness of polygon 3"; in TEST_F()

Completed in 22 milliseconds