HomeSort by relevance Sort by last modified time
    Searched refs:tweep (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
PathOpsAngleIdeas.cpp 130 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[1])
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 130 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[1])
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 337 const SkDVector* sweep, * tweep; local
345 tweep = rh->fPart.fSweep;
348 tweep = &scratch[1];
350 double s0xt0 = sweep->crossCheck(*tweep);
438 const SkDVector* tweep = rh->fPart.fSweep; local
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; local
    [all...]
  /external/skqp/src/pathops/
SkOpAngle.cpp 337 const SkDVector* sweep, * tweep; local
345 tweep = rh->fPart.fSweep;
348 tweep = &scratch[1];
350 double s0xt0 = sweep->crossCheck(*tweep);
438 const SkDVector* tweep = rh->fPart.fSweep; local
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; local
    [all...]

Completed in 605 milliseconds