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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp146 SkDVector distU = {xy.fY - y, xy.fX - realPtX}; local
147 double distSq = distU.fX * distU.fX + distU.fY * distU.fY;
181 SkDVector distU = {xy.fX - x, xy.fY - realPtY}; local
182 double distSq = distU.fX * distU.fX + distU.fY * distU
[all...]
/external/skia/src/pathops/
H A DSkPathOpsLine.cpp146 SkDVector distU = {xy.fY - y, xy.fX - realPtX}; local
147 double distSq = distU.fX * distU.fX + distU.fY * distU.fY;
181 SkDVector distU = {xy.fX - x, xy.fY - realPtY}; local
182 double distSq = distU.fX * distU.fX + distU.fY * distU
[all...]

Completed in 107 milliseconds