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

  /external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull_Test.cpp 11 const Cubic convex[] = { variable
19 size_t convex_count = sizeof(convex) / sizeof(convex[0]);
79 { convex, convex_count },
115 // brute force way to find convex hull:
119 // if so, the two points must be an edge of the convex hull
  /external/skia/experimental/Intersection/
ConvexHull_Test.cpp 11 const Cubic convex[] = { variable
19 size_t convex_count = sizeof(convex) / sizeof(convex[0]);
79 { convex, convex_count },
115 // brute force way to find convex hull:
119 // if so, the two points must be an edge of the convex hull

Completed in 342 milliseconds