Home | History | Annotate | Download | only in tests

Lines Matching refs:tweep

130     SkDVector sweep[2], tweep[2];
132 setQuadHullSweep(quad2, tweep);
142 double s0dt0 = sweep[0].dot(tweep[0]);
144 double s0xt0 = sweep[0].crossCheck(tweep[0]);
147 double tDist = tweep[0].length() * m;
165 SkDVector sweep[2], tweep[2];
167 setQuadHullSweep(quad2, tweep);
169 double s0xt0 = sweep[0].crossCheck(tweep[0]);
170 double s1xt0 = sweep[1].crossCheck(tweep[0]);
172 double s0xt1 = sweep[0].crossCheck(tweep[1]);
173 double s1xt1 = sweep[1].crossCheck(tweep[1]);
175 double t0xt1 = tweep[0].crossCheck(tweep[1]);
829 SkDVector sweep[2], tweep[2];
831 setQuadHullSweep(quad2, tweep);
832 double s0xt0 = sweep[0].crossCheck(tweep[0]);