Searched refs:is_not_monotonic (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkGeometry.cpp | 78 static int is_not_monotonic(int a, int b, int c, int d) function 83 static int is_not_monotonic(int a, int b, int c) function 88 static int is_not_monotonic(float a, float b, float c) function 301 return is_not_monotonic(a, b, c) && valid_unit_divide(a - b, a - b - b + c, tValue); 337 if (is_not_monotonic(a, b, c)) 368 if (is_not_monotonic(a, b, c)) { 557 if (!is_not_monotonic(a, b, c, d))
|
/external/skia/src/core/ |
H A D | SkGeometry.cpp | 78 static int is_not_monotonic(int a, int b, int c, int d) function 83 static int is_not_monotonic(int a, int b, int c) function 88 static int is_not_monotonic(float a, float b, float c) function 301 return is_not_monotonic(a, b, c) && valid_unit_divide(a - b, a - b - b + c, tValue); 337 if (is_not_monotonic(a, b, c)) 368 if (is_not_monotonic(a, b, c)) { 557 if (!is_not_monotonic(a, b, c, d))
|
Completed in 83 milliseconds