Searched refs:newIntersects (Results 1 – 4 of 4) sorted by relevance
/external/skia/experimental/Intersection/ |
D | CubicIntersection_Test.cpp | 501 bool newIntersects = intersect3(cubic1, cubic2, i2); local 502 if (!boundsIntersect && (oldIntersects || newIntersects)) { 506 oldIntersects, newIntersects, __FUNCTION__, str); 510 if (oldIntersects && !newIntersects) { 513 __FUNCTION__, test, oldIntersects, newIntersects, __FUNCTION__, str); 517 if (!oldIntersects && !newIntersects) { 595 bool newIntersects = intersect3(cubic1, cubic2, intersections2); local 596 if (!boundsIntersect && newIntersects) { 600 newIntersects, __FUNCTION__, str);
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection_Test.cpp | 501 bool newIntersects = intersect3(cubic1, cubic2, i2); local 502 if (!boundsIntersect && (oldIntersects || newIntersects)) { 506 oldIntersects, newIntersects, __FUNCTION__, str); 510 if (oldIntersects && !newIntersects) { 513 __FUNCTION__, test, oldIntersects, newIntersects, __FUNCTION__, str); 517 if (!oldIntersects && !newIntersects) { 595 bool newIntersects = intersect3(cubic1, cubic2, intersections2); local 596 if (!boundsIntersect && newIntersects) { 600 newIntersects, __FUNCTION__, str);
|
/external/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 426 int newIntersects = intersections2.intersect(cubic1, cubic2); in CubicIntersection_RandTest() local 427 if (!boundsIntersect && newIntersects) { in CubicIntersection_RandTest() 431 newIntersects, __FUNCTION__, str); in CubicIntersection_RandTest()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 426 int newIntersects = intersections2.intersect(cubic1, cubic2); in CubicIntersection_RandTest() local 427 if (!boundsIntersect && newIntersects) { in CubicIntersection_RandTest() 431 newIntersects, __FUNCTION__, str); in CubicIntersection_RandTest()
|