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

  /external/chromium_org/third_party/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...]
  /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 232 milliseconds