Searched refs:maxIntersections (Results 1 – 10 of 10) sorted by relevance
83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function
85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
36 virtual int maxIntersections() const = 0;
84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function
1785 intersections->setMax(sect1->fCurve.maxIntersections() + 4); // give extra for slop in BinarySearch()1908 if (sect1->collapsed() > sect1->fCurve.maxIntersections()) { in BinarySearch()2082 SkOPOBJASSERT(intersections, intersections->used() <= sect1->fCurve.maxIntersections()); in BinarySearch()