Home
last modified time | relevance | path

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

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