Searched defs:maxIntersections (Results 1 – 3 of 3) sorted by relevance
97 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function180 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function190 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function
96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function236 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function