Home | History | Annotate | Download | only in tests

Lines Matching refs:ptAtT

59             SkDPoint xy1 = c1.ptAtT(tt1);
61 SkDPoint xy2 = c2.ptAtT(tt2);
421 xy1 = c1.ptAtT(tt1);
423 xy2 = c2.ptAtT(tt2);
517 SkDPoint xy1 = c1.ptAtT(tt1);
519 SkDPoint xy2 = c2.ptAtT(tt2);
536 t1[0] = c1.ptAtT(t1Seed - t1Step);
537 t1[1] = c1.ptAtT(t1Seed);
538 t1[2] = c1.ptAtT(t1Seed + t1Step);
539 t2[0] = c2.ptAtT(t2Seed - t2Step);
540 t2[1] = c2.ptAtT(t2Seed);
541 t2[2] = c2.ptAtT(t2Seed + t2Step);
582 test = c1.ptAtT(t10);
588 test = c1.ptAtT(t12);
593 test = c2.ptAtT(t20);
599 test = c2.ptAtT(t22);
606 SkDPoint p10 = c1.ptAtT(t10);
607 SkDPoint p1Seed = c1.ptAtT(t1Seed);
608 SkDPoint p12 = c1.ptAtT(t12);
611 SkDPoint p20 = c2.ptAtT(t20);
612 SkDPoint p2Seed = c2.ptAtT(t2Seed);
613 SkDPoint p22 = c2.ptAtT(t22);
664 SkDPoint pt1 = chopped[0].ptAtT(i[0][index]);
665 SkDPoint pt2 = chopped[1].ptAtT(i[1][index]);