Home
last modified time | relevance | path

Searched refs:s0xt0 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp350 double s0xt0 = sweep->crossCheck(*tweep); in checkParallel() local
351 if (tangentsDiverge(rh, s0xt0)) { in checkParallel()
352 return s0xt0 < 0; in checkParallel()
440 double s0xt0 = sweep[0].crossCheck(tweep[0]); in convexHullOverlaps() local
442 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0; in convexHullOverlaps()
450 if ((s0xt0 == 0 && s1xt1 == 0) || (s1xt0 == 0 && s0xt1 == 0)) { // s0 to s1 equals t0 to t1 in convexHullOverlaps()
453 bool sBetweenT = t0xt1 > 0 ? s0xt0 < 0 && s0xt1 > 0 : s0xt0 > 0 && s0xt1 < 0; in convexHullOverlaps()
459 if (s0xt0 > in convexHullOverlaps()
1114 tangentsDiverge(const SkOpAngle* rh, double s0xt0) tangentsDiverge() argument
[all...]
H A DSkOpAngle.h120 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0);
/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp144 double s0xt0 = sweep[0].crossCheck(tweep[0]); in checkParallel() local
145 double m = s0xt0 / s0dt0; in checkParallel()
151 return s0xt0 < 0; in checkParallel()
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 >
[all...]

Completed in 3 milliseconds