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

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

Completed in 95 milliseconds