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

  /external/skia/include/core/
SkEdgeClipper.h 51 void sk_assert_monotonic_x(const SkPoint pts[], int count);
54 #define sk_assert_monotonic_x(pts, count) macro
  /external/skia/src/core/
SkQuadClipper.h 70 void sk_assert_monotonic_x(const SkPoint pts[], int count);
73 #define sk_assert_monotonic_x(pts, count) macro
SkEdgeClipper.cpp 409 // sk_assert_monotonic_x(&monoX[x * 3], 4);
517 void sk_assert_monotonic_x(const SkPoint pts[], int count) {

Completed in 869 milliseconds