Home
last modified time | relevance | path

Searched refs:distU (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp104 SkDVector distU = {xy.fY - y, xy.fX - realPtX}; in NearPointH() local
105 double distSq = distU.fX * distU.fX + distU.fY * distU.fY; in NearPointH()
139 SkDVector distU = {xy.fX - x, xy.fY - realPtY}; in NearPointV() local
140 double distSq = distU.fX * distU.fX + distU.fY * distU in NearPointV()
[all...]

Completed in 1 milliseconds