Lines Matching refs:validatePoly
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()
326 validatePoly("intersectionSW", aIntersectionSW); in TEST_F()
327 validatePoly("intersectionNW", aIntersectionNW); in TEST_F()