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

  /external/skia/src/pathops/
SkOpAngle.cpp 350 double s0xt0 = sweep->crossCheck(*tweep); local
351 if (tangentsDiverge(rh, s0xt0)) {
352 return s0xt0 < 0;
440 double s0xt0 = sweep[0].crossCheck(tweep[0]); local
442 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
450 if ((s0xt0 == 0 && s1xt1 == 0) || (s1xt0 == 0 && s0xt1 == 0)) { // s0 to s1 equals t0 to t1
453 bool sBetweenT = t0xt1 > 0 ? s0xt0 < 0 && s0xt1 > 0 : s0xt0 > 0 && s0xt1 < 0;
459 if (s0xt0 >= 0 && s0xt1 >= 0 && s1xt0 >= 0 && s1xt1 >= 0)
    [all...]
SkOpAngle.h 120 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0);
  /external/skqp/src/pathops/
SkOpAngle.cpp 350 double s0xt0 = sweep->crossCheck(*tweep); local
351 if (tangentsDiverge(rh, s0xt0)) {
352 return s0xt0 < 0;
440 double s0xt0 = sweep[0].crossCheck(tweep[0]); local
442 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
450 if ((s0xt0 == 0 && s1xt1 == 0) || (s1xt0 == 0 && s0xt1 == 0)) { // s0 to s1 equals t0 to t1
453 bool sBetweenT = t0xt1 > 0 ? s0xt0 < 0 && s0xt1 > 0 : s0xt0 > 0 && s0xt1 < 0;
459 if (s0xt0 >= 0 && s0xt1 >= 0 && s1xt0 >= 0 && s1xt1 >= 0)
    [all...]
SkOpAngle.h 120 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0);
  /external/skia/tests/
PathOpsAngleIdeas.cpp 144 double s0xt0 = sweep[0].crossCheck(tweep[0]); local
145 double m = s0xt0 / s0dt0;
151 return s0xt0 < 0;
169 double s0xt0 = sweep[0].crossCheck(tweep[0]);
171 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
179 if ((s0xt0 == 0 && s1xt1 == 0) || (s1xt0 == 0 && s0xt1 == 0)) { // s0 to s1 equals t0 to t1
182 bool sBetweenT = t0xt1 > 0 ? s0xt0 < 0 && s0xt1 > 0 : s0xt0 > 0 && s0xt1 < 0;
188 if (s0xt0 >= 0 && s0xt1 >= 0 && s1xt0 >= 0 && s1xt1 >= 0)
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 144 double s0xt0 = sweep[0].crossCheck(tweep[0]); local
145 double m = s0xt0 / s0dt0;
151 return s0xt0 < 0;
169 double s0xt0 = sweep[0].crossCheck(tweep[0]);
171 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
179 if ((s0xt0 == 0 && s1xt1 == 0) || (s1xt0 == 0 && s0xt1 == 0)) { // s0 to s1 equals t0 to t1
182 bool sBetweenT = t0xt1 > 0 ? s0xt0 < 0 && s0xt1 > 0 : s0xt0 > 0 && s0xt1 < 0;
188 if (s0xt0 >= 0 && s0xt1 >= 0 && s1xt0 >= 0 && s1xt1 >= 0)
    [all...]

Completed in 1315 milliseconds