Searched refs:verifyPoly (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/basegfx/test/ |
H A D | boxclipper.cxx | 260 void verifyPoly() in verifyPoly() function in basegfx2d::boxclipper 280 verifyPoly("disjunct", disjunct, aDisjunctRanges); in verifyPoly() 281 verifyPoly("equal", equal, aEqualRanges); in verifyPoly() 282 verifyPoly("intersectionN", intersectionN, aIntersectionN); in verifyPoly() 283 verifyPoly("intersectionE", intersectionE, aIntersectionE); in verifyPoly() 284 verifyPoly("intersectionS", intersectionS, aIntersectionS); in verifyPoly() 285 verifyPoly("intersectionW", intersectionW, aIntersectionW); in verifyPoly() 286 verifyPoly("intersectionNE", intersectionNE, aIntersectionNE); in verifyPoly() 287 verifyPoly("intersectionSE", intersectionSE, aIntersectionSE); in verifyPoly() 288 verifyPoly("intersectionSW", intersectionSW, aIntersectionSW); in verifyPoly() [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 140 verifyPoly("union", unionSvg, aUnion2); in verifySimpleRange() 141 verifyPoly("intersect", intersectSvg, aIntersect); in verifySimpleRange() 142 verifyPoly("xor", xorSvg, aXor); in verifySimpleRange() 143 verifyPoly("subtract", subtractSvg, aSubtract); in verifySimpleRange() 162 verifyPoly("mixed clip", mixedClipSvg, aMixedClip); in verifyMixedClips()
|
Completed in 16 milliseconds