Searched refs:kMaxIntersections (Results 1 – 4 of 4) sorted by relevance
24 static const int kMaxIntersections = 4; member
17 static const int kMaxIntersections = 4; member
23 static const int kMaxIntersections = 9; member
1882 SkSTArray<TCurve::kMaxIntersections * 3, in finish()1896 SkSTArray<TCurve::kMaxIntersections * 2, SkClosestRecord<TCurve, OppCurve>, true> fClosest;1910 intersections->setMax(TCurve::kMaxIntersections * 3); // give extra for slop in BinarySearch()1972 if (sect1->collapsed() > TCurve::kMaxIntersections) { in BinarySearch()2094 SkASSERT(intersections->used() <= TCurve::kMaxIntersections); in BinarySearch()