Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsQuad.h85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections() function
DSkPathOpsCubic.h84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections() function
DSkPathOpsConic.h83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() function
177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections() function
/third_party/skia/m133/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