Searched refs:SkIntersectionHelper (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkAddIntersections.cpp | 13 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 …]
|
D | SkIntersectionHelper.h | 15 class SkIntersectionHelper { 77 bool startAfter(const SkIntersectionHelper& after) { in startAfter()
|
D | SkPathOpsTypes.h | 29 class SkIntersectionHelper; variable 77 void debugAddLoopCount(SkIntersections* , const SkIntersectionHelper& , 78 const SkIntersectionHelper& );
|
D | SkPathOpsDebug.cpp | 286 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, in debugAddLoopCount() 287 const SkIntersectionHelper& wn) { in debugAddLoopCount()
|
/external/skia/gyp/ |
D | core.gypi | 463 '<(skia_src_path)/pathops/SkIntersectionHelper.h',
|