Lines Matching refs:aComplexIntersections
86 B2DPolyRange aComplexIntersections; member in basegfx2d::boxclipper
150 aComplexIntersections.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp()
151 aComplexIntersections.appendElement( aOffside, ORIENTATION_NEGATIVE ); in setUp()
152 aComplexIntersections.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp()
153 aComplexIntersections.appendElement( aNorth, ORIENTATION_NEGATIVE ); in setUp()
154 aComplexIntersections.appendElement( aEast, ORIENTATION_NEGATIVE ); in setUp()
155 aComplexIntersections.appendElement( aSouth, ORIENTATION_NEGATIVE ); in setUp()
156 aComplexIntersections.appendElement( aWest, ORIENTATION_NEGATIVE ); in setUp()
157 aComplexIntersections.appendElement( aNorthEast, ORIENTATION_NEGATIVE ); in setUp()
158 aComplexIntersections.appendElement( aSouthEast, ORIENTATION_NEGATIVE ); in setUp()
159 aComplexIntersections.appendElement( aSouthWest, ORIENTATION_NEGATIVE ); in setUp()
160 aComplexIntersections.appendElement( aNorthWest, ORIENTATION_NEGATIVE ); in setUp()
293 verifyPoly("complexIntersections", complexIntersections, aComplexIntersections); in verifyPoly()
324 dumpSvg("complexIntersections",aComplexIntersections.solveCrossovers()); in getPolyPolygon()