Lines Matching refs:B2DPolyRange
73 B2DPolyRange aDisjunctRanges;
74 B2DPolyRange aEqualRanges;
75 B2DPolyRange aIntersectionN;
76 B2DPolyRange aIntersectionE;
77 B2DPolyRange aIntersectionS;
78 B2DPolyRange aIntersectionW;
79 B2DPolyRange aIntersectionNE;
80 B2DPolyRange aIntersectionSE;
81 B2DPolyRange aIntersectionSW;
82 B2DPolyRange aIntersectionNW;
83 B2DPolyRange aRingIntersection;
84 B2DPolyRange aRingIntersection2;
85 B2DPolyRange aRingIntersectExtraStrip;
86 B2DPolyRange aComplexIntersections;
87 B2DPolyRange aRandomIntersections;
182 &B2DPolyRange::appendElement, in SetUp()
241 void verifyPoly(const char* sName, const char* sSvg, const B2DPolyRange& toTest) in verifyPoly()
268 void validatePoly( const char* pName, const B2DPolyRange& rRange ) in validatePoly()