Searched refs:is_not_monotonic (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkGeometry.cpp86 static int is_not_monotonic(int a, int b, int c, int d) function
91 static int is_not_monotonic(int a, int b, int c) function
96 static int is_not_monotonic(float a, float b, float c) function
309 return is_not_monotonic(a, b, c) && valid_unit_divide(a - b, a - b - b + c, tValue);
345 if (is_not_monotonic(a, b, c))
376 if (is_not_monotonic(a, b, c)) {
562 if (!is_not_monotonic(a, b, c, d))

Completed in 43 milliseconds