Home
last modified time | relevance | path

Searched refs:bxLen (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkDLineIntersection.cpp101 double bxLen = b[1].fX - b[0].fX; in intersect() local
110 double ayBxLen = ayLen * bxLen; in intersect()
118 double numerA = ab0y * bxLen - byLen * ab0x; in intersect()
/third_party/flutter/skia/src/pathops/
DSkDLineIntersection.cpp101 double bxLen = b[1].fX - b[0].fX; in intersect() local
110 double ayBxLen = ayLen * bxLen; in intersect()
118 double numerA = ab0y * bxLen - byLen * ab0x; in intersect()