Lines Matching refs:ptAtT
53 SkDPoint xy1 = cubic1.ptAtT(tt1);
55 SkDPoint xy2 = cubic2.ptAtT(tt2);
347 xy1 = cubic1.ptAtT(tt1);
349 xy2 = cubic2.ptAtT(tt2);
434 SkDPoint xy1 = cubic1.ptAtT(tt1);
436 SkDPoint xy2 = cubic2.ptAtT(tt2);
450 t1[0] = cubic1.ptAtT(t1Seed - t1Step);
451 t1[1] = cubic1.ptAtT(t1Seed);
452 t1[2] = cubic1.ptAtT(t1Seed + t1Step);
453 t2[0] = cubic2.ptAtT(t2Seed - t2Step);
454 t2[1] = cubic2.ptAtT(t2Seed);
455 t2[2] = cubic2.ptAtT(t2Seed + t2Step);
496 test = cubic1.ptAtT(t10);
502 test = cubic1.ptAtT(t12);
507 test = cubic2.ptAtT(t20);
513 test = cubic2.ptAtT(t22);
520 SkDPoint p10 = cubic1.ptAtT(t10);
521 SkDPoint p1Seed = cubic1.ptAtT(t1Seed);
522 SkDPoint p12 = cubic1.ptAtT(t12);
525 SkDPoint p20 = cubic2.ptAtT(t20);
526 SkDPoint p2Seed = cubic2.ptAtT(t2Seed);
527 SkDPoint p22 = cubic2.ptAtT(t22);
563 max[idx2], cubic.ptAtT(max[idx2]).fX, cubic.ptAtT(max[idx2]).fY);
584 SkDPoint pt1 = cubic.ptAtT(i[0][0]);
585 SkDPoint pt2 = cubic.ptAtT(i[1][0]);