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

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

Completed in 45 milliseconds