Lines Matching defs:c1
24 SkDCubic c1, c2;
25 c1.debugSet(cubic1.fPts);
28 int order1 = reduce1.reduce(c1, SkReduceOrder::kNo_Quadratics);
44 tIntersections.intersect(c1, c2);
59 SkDPoint xy1 = c1.ptAtT(tt1);
389 SkDCubic c1, c2;
390 c1.debugSet(cubic1.fPts);
392 SkASSERT(ValidCubic(c1));
404 intersections.intersect(c1, c2);
421 xy1 = c1.ptAtT(tt1);
495 SkDCubic c1, c2;
496 c1.debugSet(cubic1.fPts);
498 rect1.setBounds(c1);
506 int newIntersects = intersections2.intersect(c1, c2);
517 SkDPoint xy1 = c1.ptAtT(tt1);
532 SkDCubic c1, c2;
533 c1.debugSet(cubic1.fPts);
536 t1[0] = c1.ptAtT(t1Seed - t1Step);
537 t1[1] = c1.ptAtT(t1Seed);
538 t1[2] = c1.ptAtT(t1Seed + t1Step);
582 test = c1.ptAtT(t10);
588 test = c1.ptAtT(t12);
606 SkDPoint p10 = c1.ptAtT(t10);
607 SkDPoint p1Seed = c1.ptAtT(t1Seed);
608 SkDPoint p12 = c1.ptAtT(t12);