Lines Matching refs:aSelfIntersecting
58 B2DPolygon aSelfIntersecting; member in basegfx2d::genericclipper
65 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()
87 tools::prepareForPolygonOperation(aSelfIntersecting)); in validate()