Searched refs:verifyPoly (Results 1 – 2 of 2) sorted by relevance
/trunk/main/basegfx/test/ |
H A D | boxclipper.cxx | 338 TEST_F(boxclipper, verifyPoly) in TEST_F() argument 359 verifyPoly("disjunct", disjunct, aDisjunctRanges); in TEST_F() 360 verifyPoly("equal", equal, aEqualRanges); in TEST_F() 361 verifyPoly("intersectionN", intersectionN, aIntersectionN); in TEST_F() 362 verifyPoly("intersectionE", intersectionE, aIntersectionE); in TEST_F() 363 verifyPoly("intersectionS", intersectionS, aIntersectionS); in TEST_F() 364 verifyPoly("intersectionW", intersectionW, aIntersectionW); in TEST_F() 365 verifyPoly("intersectionNE", intersectionNE, aIntersectionNE); in TEST_F() 366 verifyPoly("intersectionSE", intersectionSE, aIntersectionSE); in TEST_F() 367 verifyPoly("intersectionSW", intersectionSW, aIntersectionSW); in TEST_F() [all …]
|
H A D | clipstate.cxx | 105 void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest) in verifyPoly() function in basegfx2d::clipstate 135 verifyPoly("union", unionSvg, aUnion2); in TEST_F() 137 verifyPoly("intersect", intersectSvg, aIntersect); in TEST_F() 138 verifyPoly("xor", xorSvg, aXor); in TEST_F() 140 verifyPoly("subtract", subtractSvg, aSubtract); in TEST_F() 160 verifyPoly("mixed clip", mixedClipSvg, aMixedClip); in TEST_F()
|
Completed in 18 milliseconds