Searched refs:s1x3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp914 double s1x3 = fSweep[0].crossCheck(thirdSweep); local
916 if (s1x3 * s3x2 >= 0) { // if third vector is on or between first two vectors
922 SkASSERT(s1x3 * s2x1 < 0 || s1x3 * s3x2 < 0);
924 SkASSERT(s2x1 * s1x3 > 0);
/external/skia/src/pathops/
H A DSkOpAngle.cpp917 double s1x3 = fSweep[0].crossCheck(thirdSweep); local
919 if (s1x3 * s3x2 >= 0) { // if third vector is on or between first two vectors
925 SkASSERT(s1x3 * s2x1 < 0 || s1x3 * s3x2 < 0);
927 SkASSERT(s2x1 * s1x3 > 0);

Completed in 125 milliseconds