Home | History | Annotate | Download | only in pathops

Lines Matching refs:tweep

337     const SkDVector* sweep, * tweep;
345 tweep = rh->fPart.fSweep;
348 tweep = &scratch[1];
350 double s0xt0 = sweep->crossCheck(*tweep);
438 const SkDVector* tweep = rh->fPart.fSweep;
440 double s0xt0 = sweep[0].crossCheck(tweep[0]);
441 double s1xt0 = sweep[1].crossCheck(tweep[0]);
443 double s0xt1 = sweep[0].crossCheck(tweep[1]);
444 double s1xt1 = sweep[1].crossCheck(tweep[1]);
446 double t0xt1 = tweep[0].crossCheck(tweep[1]);
1128 const SkDVector* tweep = rh->fPart.fSweep;
1129 double s0dt0 = sweep[0].dot(tweep[0]);
1136 double tDist = tweep[0].length() * m;