Home
last modified time | relevance | path

Searched refs:kMaxIntersections (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsQuad.h37 static const int kMaxIntersections = 4; member
97 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
180 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections()
DSkPathOpsConic.h29 static const int kMaxIntersections = 4; member
96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
190 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections()
DSkPathOpsCubic.h32 static const int kMaxIntersections = 9; member
96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
236 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections()
DSkPathOpsTSect.cpp1770 SkSTArray<SkDCubic::kMaxIntersections * 3, in finish()
1783 SkSTArray<SkDCubic::kMaxIntersections * 2, SkClosestRecord, true> fClosest;