Home
last modified time | relevance | path

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

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