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

  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 222 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX);
223 if (between(left, xIntercept, right)) {
224 fT[1][0] = (xIntercept - left) / (right - left);
231 fPt[0].fX = xIntercept;
  /external/skia/src/pathops/
SkDLineIntersection.cpp 222 double xIntercept = line[0].fX + fT[0][0] * (line[1].fX - line[0].fX);
223 if (between(left, xIntercept, right)) {
224 fT[1][0] = (xIntercept - left) / (right - left);
231 fPt[0].fX = xIntercept;

Completed in 53 milliseconds