Searched defs:maxIntersections (Results 1 – 6 of 6) sorted by relevance
85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function
83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function