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

  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 284 double max_distance_above; /* maximum of these */ variable
323 max_distance_above = 0.0;
330 max_distance_above = MAX(max_distance_above, distance[i]);
347 c2 = c + max_distance_above;
  /external/skia/experimental/Intersection/
NearestPoint.cpp 284 double max_distance_above; /* maximum of these */ variable
323 max_distance_above = 0.0;
330 max_distance_above = MAX(max_distance_above, distance[i]);
347 c2 = c + max_distance_above;

Completed in 368 milliseconds