Lines Matching refs:SkIntersections
14 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowLineIntersection()
35 const SkIntersections& i) { in debugShowQuadLineIntersection()
55 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowQuadIntersection()
75 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicLineIntersection()
95 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicQuadIntersection()
115 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowConicIntersection()
136 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicLineIntersection()
156 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicQuadIntersection()
176 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicConicIntersection()
196 const SkIntersectionHelper& wn, const SkIntersections& i) { in debugShowCubicIntersection()
217 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowLineIntersection() argument
221 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowQuadLineIntersection() argument
225 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowQuadIntersection() argument
229 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicLineIntersection() argument
233 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicQuadIntersection() argument
237 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowConicIntersection() argument
241 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicLineIntersection() argument
245 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicQuadIntersection() argument
249 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicConicIntersection() argument
253 const SkIntersectionHelper& , const SkIntersections& ) { in debugShowCubicIntersection() argument
283 SkIntersections ts; in AddIntersectTs()