Home
last modified time | relevance | path

Searched refs:maxIntersections (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsQuad.h85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
DSkPathOpsConic.h83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsCubic.h84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsTCurve.h36 virtual int maxIntersections() const = 0;
DSkPathOpsTSect.cpp1785 intersections->setMax(sect1->fCurve.maxIntersections() + 4); // give extra for slop in BinarySearch()
1908 if (sect1->collapsed() > sect1->fCurve.maxIntersections()) { in BinarySearch()
2081 SkOPOBJASSERT(intersections, intersections->used() <= sect1->fCurve.maxIntersections()); in BinarySearch()