Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGeometry.cpp62 static int is_not_monotonic(int a, int b, int c, int d) in is_not_monotonic() function
67 static int is_not_monotonic(int a, int b, int c) in is_not_monotonic() function
72 static int is_not_monotonic(float a, float b, float c) in is_not_monotonic() function
285 return is_not_monotonic(a, b, c) && valid_unit_divide(a - b, a - b - b + c, tValue); in SkFindQuadExtrema()
321 if (is_not_monotonic(a, b, c)) in SkChopQuadAtYExtrema()
352 if (is_not_monotonic(a, b, c)) { in SkChopQuadAtXExtrema()
538 if (!is_not_monotonic(a, b, c, d)) in SkFindCubicExtrema()