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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 269 double bestDist1 = 1;
275 if (bestDist1 > dist) {
276 bestDist1 = dist;
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 269 double bestDist1 = 1;
275 if (bestDist1 > dist) {
276 bestDist1 = dist;

Completed in 192 milliseconds