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

  /external/skia/src/pathops/
SkOpAngle.cpp 240 double s0xt0 = sweep->crossCheck(*tweep); local
241 if (tangentsDiverge(rh, s0xt0)) {
242 return s0xt0 < 0;
331 double s0xt0 = sweep[0].crossCheck(tweep[0]); local
333 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
341 if ((s0xt0 == 0 && s1xt1 == 0) || (s1xt0 == 0 && s0xt1 == 0)) { // s0 to s1 equals t0 to t1
344 bool sBetweenT = t0xt1 > 0 ? s0xt0 < 0 && s0xt1 > 0 : s0xt0 > 0 && s0xt1 < 0;
350 if (s0xt0 >= 0 && s0xt1 >= 0 && s1xt0 >= 0 && s1xt1 >= 0)
    [all...]
SkOpAngle.h 120 bool tangentsDiverge(const SkOpAngle* rh, double s0xt0) const;
  /external/skia/tests/
PathOpsAngleIdeas.cpp 142 double s0xt0 = sweep[0].crossCheck(tweep[0]); local
143 double m = s0xt0 / s0dt0;
149 return s0xt0 < 0;
167 double s0xt0 = sweep[0].crossCheck(tweep[0]);
169 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
177 if ((s0xt0 == 0 && s1xt1 == 0) || (s1xt0 == 0 && s0xt1 == 0)) { // s0 to s1 equals t0 to t1
180 bool sBetweenT = t0xt1 > 0 ? s0xt0 < 0 && s0xt1 > 0 : s0xt0 > 0 && s0xt1 < 0;
186 if (s0xt0 >= 0 && s0xt1 >= 0 && s1xt0 >= 0 && s1xt1 >= 0)
    [all...]

Completed in 887 milliseconds