HomeSort by relevance Sort by last modified time
    Searched refs:is_not_monotonic (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
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))
    [all...]
  /external/skia/src/core/
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))
    [all...]

Completed in 4666 milliseconds