Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsQuad.h25 static const int kMaxIntersections = 4; member
85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections()
DSkPathOpsConic.h16 static const int kMaxIntersections = 4; member
83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections()
DSkPathOpsCubic.h20 static const int kMaxIntersections = 9; member
84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections()
DSkPathOpsTSect.cpp1757 SkSTArray<SkDCubic::kMaxIntersections * 3, in finish()
1771 SkSTArray<SkDCubic::kMaxIntersections * 2, SkClosestRecord, true> fClosest;
/third_party/skia/src/pathops/
DSkPathOpsConic.h16 static const int kMaxIntersections = 4; member
83 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
177 int maxIntersections() const override { return SkDConic::kMaxIntersections; } in maxIntersections()
DSkPathOpsQuad.h25 static const int kMaxIntersections = 4; member
85 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
168 int maxIntersections() const override { return SkDQuad::kMaxIntersections; } in maxIntersections()
DSkPathOpsCubic.h20 static const int kMaxIntersections = 9; member
84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
224 int maxIntersections() const override { return SkDCubic::kMaxIntersections; } in maxIntersections()
DSkPathOpsTSect.cpp1758 SkSTArray<SkDCubic::kMaxIntersections * 3, in finish()
1771 SkSTArray<SkDCubic::kMaxIntersections * 2, SkClosestRecord, true> fClosest;