Home
last modified time | relevance | path

Searched defs:maxIntersections (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsQuad.h97 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
180 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
DSkPathOpsCubic.h96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
236 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsConic.h96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
190 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function