Searched refs:SkIntersectionHelper (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkAddIntersections.cpp | 15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() 16 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowLineIntersection() 35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() 36 const SkIntersectionHelper& wn, in debugShowQuadLineIntersection() 56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() 57 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowQuadIntersection() 76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() 77 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicLineIntersection() 96 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection() 97 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicQuadIntersection() [all …]
|
D | SkIntersectionHelper.h | 18 class SkIntersectionHelper { 80 bool startAfter(const SkIntersectionHelper& after) { in startAfter()
|
D | SkPathOpsTypes.h | 30 class SkIntersectionHelper; variable 90 void debugAddLoopCount(SkIntersections* , const SkIntersectionHelper& , 91 const SkIntersectionHelper& );
|
D | BUILD.bazel | 13 "SkIntersectionHelper.h",
|
D | SkPathOpsDebug.cpp | 565 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, in debugAddLoopCount() 566 const SkIntersectionHelper& wn) { in debugAddLoopCount()
|
/third_party/skia/gn/ |
D | core.gni | 512 "$_src/pathops/SkIntersectionHelper.h",
|