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

  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 140 double ab0y = a[0].fY - b[0].fY; local
142 double numerA = ab0y * bxLen - byLen * ab0x;
143 double numerB = ab0y * axLen - ayLen * ab0x;
  /external/skia/src/pathops/
SkDLineIntersection.cpp 140 double ab0y = a[0].fY - b[0].fY; local
142 double numerA = ab0y * bxLen - byLen * ab0x;
143 double numerB = ab0y * axLen - ayLen * ab0x;

Completed in 192 milliseconds