Home
last modified time | relevance | path

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

/trunk/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()
1383 << aTestPoly[0].x << "," in main()
1384 << aTestPoly[1].x << "," in main()
1385 << aTestPoly[2].x << "," in main()
1387 << aTestPoly[0].y << "," in main()
1388 << aTestPoly[1].y << "," in main()
1389 << aTestPoly[2].y << "," in main()
[all …]

Completed in 23 milliseconds