Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkAddIntersections.cpp13 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection()
14 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowLineIntersection()
33 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection()
34 const SkIntersectionHelper& wn, in debugShowQuadLineIntersection()
54 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection()
55 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowQuadIntersection()
74 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection()
75 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicLineIntersection()
94 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection()
95 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& );
DSkPathOpsDebug.cpp588 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, in debugAddLoopCount()
589 const SkIntersectionHelper& wn) { in debugAddLoopCount()
/external/skia/gn/
Dcore.gni508 "$_src/pathops/SkIntersectionHelper.h",