Searched refs:validatePoly (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/basegfx/test/ |
| H A D | boxclipper.cxx | 268 void validatePoly( const char* pName, const B2DPolyRange& rRange ) in validatePoly() function in basegfx2d::boxclipper 316 TEST_F(boxclipper, validatePoly) in TEST_F() argument 318 validatePoly("disjunct", aDisjunctRanges); in TEST_F() 319 validatePoly("equal", aEqualRanges); in TEST_F() 320 validatePoly("intersectionN", aIntersectionN); in TEST_F() 321 validatePoly("intersectionE", aIntersectionE); in TEST_F() 322 validatePoly("intersectionS", aIntersectionS); in TEST_F() 323 validatePoly("intersectionW", aIntersectionW); in TEST_F() 324 validatePoly("intersectionNE", aIntersectionNE); in TEST_F() 325 validatePoly("intersectionSE", aIntersectionSE); in TEST_F() [all …]
|