Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/test/
H A Dgenericclipper.cxx58 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()
[all …]

Completed in 6 milliseconds