HomeSort by relevance Sort by last modified time
    Searched defs:moreDist (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp 88 double moreDist = moreX * moreX + moreY * moreY;
89 if (calcDist <= moreDist) {
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 50 double moreDist = (&morePt.fX)[xAxis] - axisIntercept;
51 if (calcDist > 0 ? calcDist <= moreDist : calcDist >= moreDist) {

Completed in 29 milliseconds