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()