Home
last modified time | relevance | path

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

/AOO42X/main/basegfx/source/workbench/
H A Dbezierclip.cxx1371 Polygon2D aTestPoly(4); in main() local
1372 aTestPoly[0] = someCurves[i].p0; in main()
1373 aTestPoly[1] = someCurves[i].p1; in main()
1374 aTestPoly[2] = someCurves[i].p2; in main()
1375 aTestPoly[3] = someCurves[i].p3; in main()
1377 aTestPoly[0].x += convHull_xOffset; in main()
1378 aTestPoly[1].x += convHull_xOffset; in main()
1379 aTestPoly[2].x += convHull_xOffset; in main()
1380 aTestPoly[3].x += convHull_xOffset; in main()
1383 << aTestPoly[0].x << "," in main()
[all …]