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

  /external/skia/src/pathops/
SkDLineIntersection.cpp 115 double ab0x = a[0].fX - b[0].fX; local
116 double numerA = ab0y * bxLen - byLen * ab0x;
117 double numerB = ab0y * axLen - ayLen * ab0x;

Completed in 333 milliseconds