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

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.cpp 56 double ab0x = a[0].x - b[0].x; local
57 double numerA = ab0y * bxLen - byLen * ab0x;
58 double numerB = ab0y * axLen - ayLen * ab0x;
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 147 double ab0x = a[0].fX - b[0].fX; local
148 double numerA = ab0y * bxLen - byLen * ab0x;
149 double numerB = ab0y * axLen - ayLen * ab0x;

Completed in 3586 milliseconds