Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGeometry.cpp24 static int is_not_monotonic(SkScalar a, SkScalar b, SkScalar c) { in is_not_monotonic() function
201 if (is_not_monotonic(a, b, c)) { in SkChopQuadAtYExtrema()
229 if (is_not_monotonic(a, b, c)) { in SkChopQuadAtXExtrema()
/external/skia/src/core/
DSkGeometry.cpp27 static int is_not_monotonic(SkScalar a, SkScalar b, SkScalar c) { in is_not_monotonic() function
267 if (is_not_monotonic(a, b, c)) { in SkChopQuadAtYExtrema()
295 if (is_not_monotonic(a, b, c)) { in SkChopQuadAtXExtrema()