HomeSort by relevance Sort by last modified time
    Searched refs:boundsIntersect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 490 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
502 if (!boundsIntersect && (oldIntersects || newIntersects)) {
504 SkDebugf("%s %d unexpected intersection boundsIntersect=%d oldIntersects=%d"
505 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
589 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
596 if (!boundsIntersect && newIntersects) {
598 SkDebugf("%s %d unexpected intersection boundsIntersect=%d "
599 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
  /external/skia/experimental/Intersection/
CubicIntersection_Test.cpp 490 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
502 if (!boundsIntersect && (oldIntersects || newIntersects)) {
504 SkDebugf("%s %d unexpected intersection boundsIntersect=%d oldIntersects=%d"
505 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
589 bool boundsIntersect = rect1.left <= rect2.right && rect2.left <= rect2.right
596 if (!boundsIntersect && newIntersects) {
598 SkDebugf("%s %d unexpected intersection boundsIntersect=%d "
599 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicIntersectionTest.cpp 420 bool boundsIntersect = rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight
427 if (!boundsIntersect && newIntersects) {
429 SkDebugf("%s %d unexpected intersection boundsIntersect=%d "
430 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 420 bool boundsIntersect = rect1.fLeft <= rect2.fRight && rect2.fLeft <= rect2.fRight
427 if (!boundsIntersect && newIntersects) {
429 SkDebugf("%s %d unexpected intersection boundsIntersect=%d "
430 " newIntersects=%d\n%s %s\n", __FUNCTION__, test, boundsIntersect,

Completed in 424 milliseconds