Searched refs:aSelfIntersecting (Results 1 – 1 of 1) sorted by relevance
58 B2DPolygon aSelfIntersecting; member in basegfx2d::genericclipper65 aSelfIntersecting.append(B2DPoint(0, 0)); in setUp()66 aSelfIntersecting.append(B2DPoint(0, 100)); in setUp()67 aSelfIntersecting.append(B2DPoint(75, 100)); in setUp()68 aSelfIntersecting.append(B2DPoint(75, 50)); in setUp()69 aSelfIntersecting.append(B2DPoint(25, 50)); in setUp()70 aSelfIntersecting.append(B2DPoint(25, 150)); in setUp()71 aSelfIntersecting.append(B2DPoint(100,150)); in setUp()72 aSelfIntersecting.append(B2DPoint(100,0)); in setUp()73 aSelfIntersecting.setClosed(true); in setUp()[all …]
Completed in 8 milliseconds