Home
last modified time | relevance | path

Searched refs:crossCheck (Results 1 – 21 of 21) sorted by relevance

/external/skqp/tests/
DPathOpsAngleIdeas.cpp144 double s0xt0 = sweep[0].crossCheck(tweep[0]); in checkParallel()
155 return m0.crossCheck(m1) < 0; in checkParallel()
168 double s0xs1 = sweep[0].crossCheck(sweep[1]); in quadHullsOverlap()
169 double s0xt0 = sweep[0].crossCheck(tweep[0]); in quadHullsOverlap()
170 double s1xt0 = sweep[1].crossCheck(tweep[0]); in quadHullsOverlap()
172 double s0xt1 = sweep[0].crossCheck(tweep[1]); in quadHullsOverlap()
173 double s1xt1 = sweep[1].crossCheck(tweep[1]); in quadHullsOverlap()
175 double t0xt1 = tweep[0].crossCheck(tweep[1]); in quadHullsOverlap()
199 double m0xm1 = m0.crossCheck(m1); in quadHullsOverlap()
538 double midXray = mid.crossCheck(ray); in testQuadAngles()
[all …]
/external/skia/tests/
DPathOpsAngleIdeas.cpp144 double s0xt0 = sweep[0].crossCheck(tweep[0]); in checkParallel()
155 return m0.crossCheck(m1) < 0; in checkParallel()
168 double s0xs1 = sweep[0].crossCheck(sweep[1]); in quadHullsOverlap()
169 double s0xt0 = sweep[0].crossCheck(tweep[0]); in quadHullsOverlap()
170 double s1xt0 = sweep[1].crossCheck(tweep[0]); in quadHullsOverlap()
172 double s0xt1 = sweep[0].crossCheck(tweep[1]); in quadHullsOverlap()
173 double s1xt1 = sweep[1].crossCheck(tweep[1]); in quadHullsOverlap()
175 double t0xt1 = tweep[0].crossCheck(tweep[1]); in quadHullsOverlap()
199 double m0xm1 = m0.crossCheck(m1); in quadHullsOverlap()
538 double midXray = mid.crossCheck(ray); in testQuadAngles()
[all …]
/external/skqp/src/pathops/
DSkPathOpsCurve.cpp127 double s1x3 = fSweep[0].crossCheck(thirdSweep); in setCurveHullSweep()
128 double s3x2 = thirdSweep.crossCheck(fSweep[1]); in setCurveHullSweep()
132 double s2x1 = fSweep[1].crossCheck(fSweep[0]); in setCurveHullSweep()
144 fIsCurve = fSweep[0].crossCheck(fSweep[1]) != 0; in setCurveHullSweep()
DSkOpAngle.cpp319 double xCross = oLine.crossCheck(testPt - xOrigin); in alignmentSameSide()
320 double oCross = xLine.crossCheck(testPt - oOrigin); in alignmentSameSide()
350 double s0xt0 = sweep->crossCheck(*tweep); in checkParallel()
374 double m0xm1 = m0.crossCheck(m1); in checkParallel()
439 double s0xs1 = sweep[0].crossCheck(sweep[1]); in convexHullOverlaps()
440 double s0xt0 = sweep[0].crossCheck(tweep[0]); in convexHullOverlaps()
441 double s1xt0 = sweep[1].crossCheck(tweep[0]); in convexHullOverlaps()
443 double s0xt1 = sweep[0].crossCheck(tweep[1]); in convexHullOverlaps()
444 double s1xt1 = sweep[1].crossCheck(tweep[1]); in convexHullOverlaps()
446 double t0xt1 = tweep[0].crossCheck(tweep[1]); in convexHullOverlaps()
[all …]
DSkIntersections.cpp153 if (test.crossCheck(best) < 0) { in mostOutside()
DSkPathOpsPoint.h62 double crossCheck(const SkDVector& a) const { in crossCheck() function
/external/skia/src/pathops/
DSkPathOpsCurve.cpp127 double s1x3 = fSweep[0].crossCheck(thirdSweep); in setCurveHullSweep()
128 double s3x2 = thirdSweep.crossCheck(fSweep[1]); in setCurveHullSweep()
132 double s2x1 = fSweep[1].crossCheck(fSweep[0]); in setCurveHullSweep()
144 fIsCurve = fSweep[0].crossCheck(fSweep[1]) != 0; in setCurveHullSweep()
DSkOpAngle.cpp319 double xCross = oLine.crossCheck(testPt - xOrigin); in alignmentSameSide()
320 double oCross = xLine.crossCheck(testPt - oOrigin); in alignmentSameSide()
350 double s0xt0 = sweep->crossCheck(*tweep); in checkParallel()
374 double m0xm1 = m0.crossCheck(m1); in checkParallel()
439 double s0xs1 = sweep[0].crossCheck(sweep[1]); in convexHullOverlaps()
440 double s0xt0 = sweep[0].crossCheck(tweep[0]); in convexHullOverlaps()
441 double s1xt0 = sweep[1].crossCheck(tweep[0]); in convexHullOverlaps()
443 double s0xt1 = sweep[0].crossCheck(tweep[1]); in convexHullOverlaps()
444 double s1xt1 = sweep[1].crossCheck(tweep[1]); in convexHullOverlaps()
446 double t0xt1 = tweep[0].crossCheck(tweep[1]); in convexHullOverlaps()
[all …]
DSkIntersections.cpp153 if (test.crossCheck(best) < 0) { in mostOutside()
DSkPathOpsPoint.h62 double crossCheck(const SkDVector& a) const { in crossCheck() function
/external/cldr/tools/java/org/unicode/cldr/util/
DTestStateDictionaryBuilder.java286 crossCheck(new CharSourceWrapper<CharSequence>(myText)); in compare()
287 crossCheck("!" + myText); in compare()
288 crossCheck(myText + "!"); in compare()
307 private void crossCheck(CharSequence myText) { in crossCheck() method in TestStateDictionaryBuilder
308 crossCheck(new CharSourceWrapper<CharSequence>(myText)); in crossCheck()
311 private void crossCheck(CharSource myText) { in crossCheck() method in TestStateDictionaryBuilder
/external/skia/tools/bookmaker/
Ddefinition.h130 bool crossCheck(const Definition& includeToken) const;
Dbookmaker.cpp301 if (!includeParser.crossCheck(bmhParser)) { in main()
DincludeParser.h158 bool crossCheck(BmhParser& );
Ddefinition.cpp596 bool Definition::crossCheck(const Definition& includeToken) const { in crossCheck() function in Definition
DincludeParser.cpp976 if (def->crossCheck(token)) { in checkTokens()
1064 bool IncludeParser::crossCheck(BmhParser& bmhParser) { in crossCheck() function in IncludeParser
/external/skqp/tools/bookmaker/
Ddefinition.h130 bool crossCheck(const Definition& includeToken) const;
Dbookmaker.cpp301 if (!includeParser.crossCheck(bmhParser)) { in main()
DincludeParser.h158 bool crossCheck(BmhParser& );
Ddefinition.cpp596 bool Definition::crossCheck(const Definition& includeToken) const { in crossCheck() function in Definition
DincludeParser.cpp975 if (def->crossCheck(token)) { in checkTokens()
1063 bool IncludeParser::crossCheck(BmhParser& bmhParser) { in crossCheck() function in IncludeParser