Home
last modified time | relevance | path

Searched refs:SkIntersectionHelper (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
DSkAddIntersections.cpp15 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 …]
DSkIntersectionHelper.h18 class SkIntersectionHelper {
80 bool startAfter(const SkIntersectionHelper& after) { in startAfter()
DSkPathOpsTypes.h30 class SkIntersectionHelper; variable
90 void debugAddLoopCount(SkIntersections* , const SkIntersectionHelper& ,
91 const SkIntersectionHelper& );
DBUILD.bazel13 "SkIntersectionHelper.h",
DSkPathOpsDebug.cpp565 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, in debugAddLoopCount()
566 const SkIntersectionHelper& wn) { in debugAddLoopCount()
/third_party/skia/gn/
Dcore.gni512 "$_src/pathops/SkIntersectionHelper.h",