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

  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 30 int MAXDEPTH = 64; /* Maximum depth for recursion */
32 #define EPSILON (ldexp(1.0,-MAXDEPTH-1)) /*Flatness control value */
215 if (depth >= MAXDEPTH) {
  /external/skia/experimental/Intersection/
NearestPoint.cpp 30 int MAXDEPTH = 64; /* Maximum depth for recursion */
32 #define EPSILON (ldexp(1.0,-MAXDEPTH-1)) /*Flatness control value */
215 if (depth >= MAXDEPTH) {

Completed in 149 milliseconds