Home
last modified time | relevance | path

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

/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx956 B2DPolygon aNonRect5; in TEST_F() local
957 aNonRect5.append( B2DPoint(0,0) ); in TEST_F()
958 aNonRect5.append( B2DPoint(1,0) ); in TEST_F()
959 aNonRect5.append( B2DPoint(1,1) ); in TEST_F()
960 aNonRect5.append( B2DPoint(0,1) ); in TEST_F()
961 aNonRect5.setControlPoints(1,B2DPoint(1,0),B2DPoint(-11,0)); in TEST_F()
962 aNonRect5.setClosed(true); in TEST_F()
970 ASSERT_TRUE(!tools::isRectangle( aNonRect5 )) << "checking non-rectangle-ness of polygon 5"; in TEST_F()

Completed in 17 milliseconds