Searched defs:tweep (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPathOpsAngleIdeas.cpp130 SkDVector sweep[2], tweep[2]; local
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[
[all...]
/external/skia/src/pathops/
H A DSkOpAngle.cpp260 const SkDVector* sweep, * tweep; local
268 tweep = rh->fPart.fSweep;
271 tweep = &scratch[1];
273 double s0xt0 = sweep->crossCheck(*tweep);
361 const SkDVector* tweep = rh->fPart.fSweep; local
363 double s0xt0 = sweep[0].crossCheck(tweep[0]);
364 double s1xt0 = sweep[1].crossCheck(tweep[0]);
366 double s0xt1 = sweep[0].crossCheck(tweep[1]);
367 double s1xt1 = sweep[1].crossCheck(tweep[1]);
369 double t0xt1 = tweep[
1026 const SkDVector* tweep = rh->fPart.fSweep; local
[all...]

Completed in 138 milliseconds