Searched refs:boundsIntersect (Results 1 – 4 of 4) sorted by relevance
/external/skia/experimental/Intersection/ |
D | CubicIntersection_Test.cpp | 490 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right local 502 if (!boundsIntersect && (oldIntersects || newIntersects)) { 505 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect, 589 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right local 596 if (!boundsIntersect && newIntersects) { 599 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection_Test.cpp | 490 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right local 502 if (!boundsIntersect && (oldIntersects || newIntersects)) { 505 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect, 589 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right local 596 if (!boundsIntersect && newIntersects) { 599 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
|
/external/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 420 bool boundsIntersect = rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight in CubicIntersection_RandTest() local 427 if (!boundsIntersect && newIntersects) { in CubicIntersection_RandTest() 430 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect, in CubicIntersection_RandTest()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsCubicIntersectionTest.cpp | 420 bool boundsIntersect = rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight in CubicIntersection_RandTest() local 427 if (!boundsIntersect && newIntersects) { in CubicIntersection_RandTest() 430 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect, in CubicIntersection_RandTest()
|