Lines Matching refs:SkIntersections

16                                       const SkIntersectionHelper& wn, const SkIntersections& i) {  in debugShowLineIntersection()
37 const SkIntersections& i) { in debugShowQuadLineIntersection()
57 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowQuadIntersection()
77 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicLineIntersection()
97 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicQuadIntersection()
117 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicIntersection()
138 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicLineIntersection()
158 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicQuadIntersection()
178 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicConicIntersection()
198 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicIntersection()
219 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowLineIntersection() argument
223 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowQuadLineIntersection() argument
227 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowQuadIntersection() argument
231 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicLineIntersection() argument
235 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicQuadIntersection() argument
239 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicIntersection() argument
243 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicLineIntersection() argument
247 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicQuadIntersection() argument
251 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicConicIntersection() argument
255 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicIntersection() argument
284 SkIntersections ts { SkDEBUGCODE(test->globalState()) }; in AddIntersectTs()