Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkIntersectionHelper

13 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt,
14 const SkIntersectionHelper& wn, const SkIntersections& i) {
33 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt,
34 const SkIntersectionHelper& wn,
54 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt,
55 const SkIntersectionHelper& wn, const SkIntersections& i) {
74 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt,
75 const SkIntersectionHelper& wn, const SkIntersections& i) {
94 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt,
95 const SkIntersectionHelper& wn, const SkIntersections& i) {
114 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt,
115 const SkIntersectionHelper& wn, const SkIntersections& i) {
135 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt,
136 const SkIntersectionHelper& wn, const SkIntersections& i) {
155 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt,
156 const SkIntersectionHelper& wn, const SkIntersections& i) {
175 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt,
176 const SkIntersectionHelper& wn, const SkIntersections& i) {
195 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt,
196 const SkIntersectionHelper& wn, const SkIntersections& i) {
216 static void debugShowLineIntersection(int , const SkIntersectionHelper& ,
217 const SkIntersectionHelper& , const SkIntersections& ) {
220 static void debugShowQuadLineIntersection(int , const SkIntersectionHelper& ,
221 const SkIntersectionHelper& , const SkIntersections& ) {
224 static void debugShowQuadIntersection(int , const SkIntersectionHelper& ,
225 const SkIntersectionHelper& , const SkIntersections& ) {
228 static void debugShowConicLineIntersection(int , const SkIntersectionHelper& ,
229 const SkIntersectionHelper& , const SkIntersections& ) {
232 static void debugShowConicQuadIntersection(int , const SkIntersectionHelper& ,
233 const SkIntersectionHelper& , const SkIntersections& ) {
236 static void debugShowConicIntersection(int , const SkIntersectionHelper& ,
237 const SkIntersectionHelper& , const SkIntersections& ) {
240 static void debugShowCubicLineIntersection(int , const SkIntersectionHelper& ,
241 const SkIntersectionHelper& , const SkIntersections& ) {
244 static void debugShowCubicQuadIntersection(int , const SkIntersectionHelper& ,
245 const SkIntersectionHelper& , const SkIntersections& ) {
248 static void debugShowCubicConicIntersection(int , const SkIntersectionHelper& ,
249 const SkIntersectionHelper& , const SkIntersections& ) {
252 static void debugShowCubicIntersection(int , const SkIntersectionHelper& ,
253 const SkIntersectionHelper& , const SkIntersections& ) {
268 SkIntersectionHelper wt;
271 SkIntersectionHelper wn;
289 case SkIntersectionHelper::kHorizontalLine_Segment:
292 case SkIntersectionHelper::kHorizontalLine_Segment:
293 case SkIntersectionHelper::kVerticalLine_Segment:
294 case SkIntersectionHelper::kLine_Segment:
299 case SkIntersectionHelper::kQuad_Segment:
304 case SkIntersectionHelper::kConic_Segment:
309 case SkIntersectionHelper::kCubic_Segment:
318 case SkIntersectionHelper::kVerticalLine_Segment:
321 case SkIntersectionHelper::kHorizontalLine_Segment:
322 case SkIntersectionHelper::kVerticalLine_Segment:
323 case SkIntersectionHelper::kLine_Segment: {
329 case SkIntersectionHelper::kQuad_Segment: {
335 case SkIntersectionHelper::kConic_Segment: {
341 case SkIntersectionHelper::kCubic_Segment: {
351 case SkIntersectionHelper::kLine_Segment:
353 case SkIntersectionHelper::kHorizontalLine_Segment:
358 case SkIntersectionHelper::kVerticalLine_Segment:
363 case SkIntersectionHelper::kLine_Segment:
367 SkIntersectionHelper::kQuad_Segment:
372 case SkIntersectionHelper::kConic_Segment:
377 case SkIntersectionHelper::kCubic_Segment:
386 case SkIntersectionHelper::kQuad_Segment:
388 case SkIntersectionHelper::kHorizontalLine_Segment:
393 case SkIntersectionHelper::kVerticalLine_Segment:
398 case SkIntersectionHelper::kLine_Segment:
402 case SkIntersectionHelper::kQuad_Segment: {
407 case SkIntersectionHelper::kConic_Segment: {
414 case SkIntersectionHelper::kCubic_Segment: {
424 case SkIntersectionHelper::kConic_Segment:
426 case SkIntersectionHelper::kHorizontalLine_Segment:
431 case SkIntersectionHelper::kVerticalLine_Segment:
436 case SkIntersectionHelper::kLine_Segment:
440 case SkIntersectionHelper::kQuad_Segment: {
446 case SkIntersectionHelper::kConic_Segment: {
452 case SkIntersectionHelper::kCubic_Segment: {
461 case SkIntersectionHelper::kCubic_Segment:
463 case SkIntersectionHelper::kHorizontalLine_Segment:
468 case SkIntersectionHelper::kVerticalLine_Segment:
473 case SkIntersectionHelper::kLine_Segment:
477 case SkIntersectionHelper::kQuad_Segment: {
482 case SkIntersectionHelper::kConic_Segment: {
488 case SkIntersectionHelper::kCubic_Segment: {