Home | History | Annotate | Download | only in pathops

Lines Matching full:s1x3

866     double s1x3 = fSweep[0].crossCheck(thirdSweep);
868 if (s1x3 * s3x2 >= 0) { // if third vector is on or between first two vectors
874 SkASSERT(s1x3 * s2x1 < 0 || s1x3 * s3x2 < 0);
876 SkASSERT(s2x1 * s1x3 > 0);