Searched refs:crossCheck (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCurve.cpp127 double s1x3 = fSweep[0].crossCheck(thirdSweep);
128 double s3x2 = thirdSweep.crossCheck(fSweep[1]);
132 double s2x1 = fSweep[1].crossCheck(fSweep[0]);
144 fIsCurve = fSweep[0].crossCheck(fSweep[1]) != 0;
H A DSkOpAngle.cpp242 double xCross = oLine.crossCheck(testPt - xOrigin);
243 double oCross = xLine.crossCheck(testPt - oOrigin);
273 double s0xt0 = sweep->crossCheck(*tweep);
297 double m0xm1 = m0.crossCheck(m1);
362 double s0xs1 = sweep[0].crossCheck(sweep[1]);
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[0].crossCheck(twee
[all...]
H A DSkIntersections.cpp144 if (test.crossCheck(best) < 0) {
H A DSkPathOpsPoint.h62 double crossCheck(const SkDVector& a) const { function in struct:SkDVector
/external/skqp/src/pathops/
H A DSkPathOpsCurve.cpp127 double s1x3 = fSweep[0].crossCheck(thirdSweep);
128 double s3x2 = thirdSweep.crossCheck(fSweep[1]);
132 double s2x1 = fSweep[1].crossCheck(fSweep[0]);
144 fIsCurve = fSweep[0].crossCheck(fSweep[1]) != 0;
H A DSkOpAngle.cpp242 double xCross = oLine.crossCheck(testPt - xOrigin);
243 double oCross = xLine.crossCheck(testPt - oOrigin);
273 double s0xt0 = sweep->crossCheck(*tweep);
297 double m0xm1 = m0.crossCheck(m1);
362 double s0xs1 = sweep[0].crossCheck(sweep[1]);
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[0].crossCheck(twee
[all...]
H A DSkIntersections.cpp144 if (test.crossCheck(best) < 0) {
H A DSkPathOpsPoint.h62 double crossCheck(const SkDVector& a) const { function in struct:SkDVector
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp144 double s0xt0 = sweep[0].crossCheck(tweep[0]);
155 return m0.crossCheck(m1) < 0;
168 double s0xs1 = sweep[0].crossCheck(sweep[1]);
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]);
199 double m0xm1 = m0.crossCheck(m1);
538 double midXray = mid.crossCheck(ra
[all...]
/external/skqp/tests/
H A DPathOpsAngleIdeas.cpp144 double s0xt0 = sweep[0].crossCheck(tweep[0]);
155 return m0.crossCheck(m1) < 0;
168 double s0xs1 = sweep[0].crossCheck(sweep[1]);
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]);
199 double m0xm1 = m0.crossCheck(m1);
538 double midXray = mid.crossCheck(ra
[all...]
/external/skia/tools/bookmaker/
H A Dbookmaker.h834 bool crossCheck(const Definition& includeToken) const;
1532 bool crossCheck(BmhParser& );
H A DincludeParser.cpp210 bool IncludeParser::crossCheck(BmhParser& bmhParser) { function in class:IncludeParser
415 if (def->crossCheck(token)) {
H A Dbookmaker.cpp1987 if (!includeParser.crossCheck(bmhParser)) {
H A Ddefinition.cpp827 bool Definition::crossCheck(const Definition& includeToken) const { function in class:Definition
/external/skqp/tools/bookmaker/
H A Dbookmaker.h827 bool crossCheck(const Definition& includeToken) const;
1501 bool crossCheck(BmhParser& );
H A DincludeParser.cpp210 bool IncludeParser::crossCheck(BmhParser& bmhParser) { function in class:IncludeParser
409 if (def->crossCheck(token)) {
H A Ddefinition.cpp826 bool Definition::crossCheck(const Definition& includeToken) const { function in class:Definition
H A Dbookmaker.cpp1878 if (!includeParser.crossCheck(bmhParser)) {

Completed in 402 milliseconds