OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotate_to_hull
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
ConvexHull_Test.cpp
120
static int
rotate_to_hull
(const Cubic& cubic, char order[4], size_t idx, size_t inr) {
function
234
int cmp =
rotate_to_hull
(cubic, cmpOrder, index, inner);
379
cmp =
rotate_to_hull
(cubic, cmpOrder, index, 0);
381
// FIXME: make
rotate_to_hull
work for degenerate 2 edge hull cases
387
// FIXME: make
rotate_to_hull
work for index == 3 etc
/external/skia/experimental/Intersection/
ConvexHull_Test.cpp
120
static int
rotate_to_hull
(const Cubic& cubic, char order[4], size_t idx, size_t inr) {
function
234
int cmp =
rotate_to_hull
(cubic, cmpOrder, index, inner);
379
cmp =
rotate_to_hull
(cubic, cmpOrder, index, 0);
381
// FIXME: make
rotate_to_hull
work for degenerate 2 edge hull cases
387
// FIXME: make
rotate_to_hull
work for index == 3 etc
Completed in 114 milliseconds