Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsConic.h83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsQuad.h85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
DSkPathOpsTCurve.h36 virtual int maxIntersections() const = 0;
DSkPathOpsCubic.h84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsTSect.cpp1785 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()
/external/skqp/src/pathops/
DSkPathOpsConic.h83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsQuad.h85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
DSkPathOpsTCurve.h36 virtual int maxIntersections() const = 0;
DSkPathOpsCubic.h84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsTSect.cpp1785 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()