Home
last modified time | relevance | path

Searched refs:kMaxIntersections (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsQuad.h24 static const int kMaxIntersections = 4; member
DSkPathOpsConic.h17 static const int kMaxIntersections = 4; member
DSkPathOpsCubic.h23 static const int kMaxIntersections = 9; member
DSkPathOpsTSect.h1882 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()