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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 494 bool oldIntersects = intersect(cubic1, cubic2, i1);
496 bool oldIntersects = false;
502 if (!boundsIntersect && (oldIntersects || newIntersects)) {
504 SkDebugf("%s %d unexpected intersection boundsIntersect=%d oldIntersects=%d"
506 oldIntersects, newIntersects, __FUNCTION__, str);
510 if (oldIntersects && !newIntersects) {
512 SkDebugf("%s %d missing intersection oldIntersects=%d newIntersects=%d\n%s %s\n",
513 __FUNCTION__, test, oldIntersects, newIntersects, __FUNCTION__, str);
517 if (!oldIntersects && !newIntersects) {
  /external/skia/experimental/Intersection/
CubicIntersection_Test.cpp 494 bool oldIntersects = intersect(cubic1, cubic2, i1);
496 bool oldIntersects = false;
502 if (!boundsIntersect && (oldIntersects || newIntersects)) {
504 SkDebugf("%s %d unexpected intersection boundsIntersect=%d oldIntersects=%d"
506 oldIntersects, newIntersects, __FUNCTION__, str);
510 if (oldIntersects && !newIntersects) {
512 SkDebugf("%s %d missing intersection oldIntersects=%d newIntersects=%d\n%s %s\n",
513 __FUNCTION__, test, oldIntersects, newIntersects, __FUNCTION__, str);
517 if (!oldIntersects && !newIntersects) {

Completed in 127 milliseconds