Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkQuadClipper.h63 void sk_assert_monotonic_y(const SkPoint pts[], int count);
66 #define sk_assert_monotonic_y(pts, count) macro
DSkEdgeClipper.h51 void sk_assert_monotonic_y(const SkPoint pts[], int count);
54 #define sk_assert_monotonic_y(pts, count) macro
DSkEdgeClipper.cpp542 void sk_assert_monotonic_y(const SkPoint pts[], int count) { in sk_assert_monotonic_y() function