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

  /external/skia/tests/
PathOpsAngleIdeas.cpp 166 double s0xs1 = sweep[0].crossCheck(sweep[1]);
169 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
172 tBetweenS |= s0xs1 > 0 ? s0xt1 > 0 && s1xt1 < 0 : s0xt1 < 0 && s1xt1 > 0;
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 330 double s0xs1 = sweep[0].crossCheck(sweep[1]); local
333 bool tBetweenS = s0xs1 > 0 ? s0xt0 > 0 && s1xt0 < 0 : s0xt0 < 0 && s1xt0 > 0;
336 tBetweenS |= s0xs1 > 0 ? s0xt1 > 0 && s1xt1 < 0 : s0xt1 < 0 && s1xt1 > 0;
    [all...]

Completed in 170 milliseconds