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

  /external/skia/src/pathops/
SkDLineIntersection.cpp 227 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX);
228 if (between(left, xIntercept, right)) {
229 fT[1][0] = (xIntercept - left) / (right - left);
236 fPt[0].fX = xIntercept;
  /external/skqp/src/pathops/
SkDLineIntersection.cpp 227 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX);
228 if (between(left, xIntercept, right)) {
229 fT[1][0] = (xIntercept - left) / (right - left);
236 fPt[0].fX = xIntercept;

Completed in 282 milliseconds