Home
last modified time | relevance | path

Searched refs:sharpCount (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/
H A Dcrease.cpp119 int sharpCount = 0; in SubdivideEdgeSharpnessAtVertex() local
122 sharpCount ++; in SubdivideEdgeSharpnessAtVertex()
126 if (sharpCount > 1) { in SubdivideEdgeSharpnessAtVertex()
129 float avgSharpnessAtVertex = (sharpSum - edgeSharpness) / (float)(sharpCount - 1); in SubdivideEdgeSharpnessAtVertex()
158 int sharpCount = 0; in SubdivideEdgeSharpnessesAroundVertex() local
161 sharpCount ++; in SubdivideEdgeSharpnessesAroundVertex()
169 if (sharpCount == 0) { in SubdivideEdgeSharpnessesAroundVertex()
182 } else if (sharpCount == 1) { in SubdivideEdgeSharpnessesAroundVertex()
186 float pOtherAverage = (sharpSum - pSharp) / (float)(sharpCount - 1); in SubdivideEdgeSharpnessesAroundVertex()
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dkey.py74 def sharpsToPitch(sharpCount): argument
111 if sharpCount is None:
112 sharpCount = 0 # fix for C major
114 if sharpCount in _sharpsToPitchCache:
116 return copy.deepcopy(_sharpsToPitchCache[sharpCount])
121 if sharpCount > 0:
123 elif sharpCount < 0:
129 for i in range(abs(sharpCount)):
133 _sharpsToPitchCache[sharpCount] = pitchInit
/dports/audio/py-music21/music21-7.1.0/music21/analysis/
H A Denharmonics.py113 sharpCount = joinedPossibility.count('#')
114 score = (flatCount + sharpCount + 1) * self.ruleObject.alterationPenalty
128 sharpCount = joinedPossibility.count('#')
129 score = min([flatCount, sharpCount]) * self.ruleObject.mixSharpsFlatsPenalty
H A Ddiscrete.py310 sharpCount = 0
316 sharpCount += 1
317 return sharpCount, flatCount
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A DCCGSubSurf_legacy.c778 sharpCount++; in ccgSubSurf__calcSubdivLevel()
786 if (sharpCount) { in ccgSubSurf__calcSubdivLevel()
787 avgSharpness /= sharpCount; in ccgSubSurf__calcSubdivLevel()
849 sharpCount = seamEdges; in ccgSubSurf__calcSubdivLevel()
899 int sharpCount = 0; in ccgSubSurf__calcSubdivLevel() local
904 sharpCount = 2; in ccgSubSurf__calcSubdivLevel()
912 sharpCount = 0; in ccgSubSurf__calcSubdivLevel()
972 if (sharpCount == 2) { in ccgSubSurf__calcSubdivLevel()
1122 sharpCount++; in ccgSubSurf__sync_legacy()
1130 if (sharpCount) { in ccgSubSurf__sync_legacy()
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddeclinfo.l67 int sharpCount; member
196 yyextra->sharpCount=0;
215 yyextra->sharpCount++;
222 if (yyextra->sharpCount)
223 --yyextra->sharpCount;
H A Dcode.l142 int sharpCount = 0; member
840 yyextra->sharpCount=1;
854 ++yyextra->sharpCount;
873 yyextra->sharpCount=1;
878 ++yyextra->sharpCount;
921 yyextra->sharpCount=0;
1078 yyextra->sharpCount=0;
1085 yyextra->sharpCount=0;
1095 yyextra->sharpCount++;
1099 yyextra->sharpCount--;
[all …]
H A Dscanner.l97 int sharpCount = 0 ; member
1902 yyextra->sharpCount=0;
1915 yyextra->sharpCount=0;
1945 yyextra->sharpCount++;
1965 if (yyextra->roundCount==0 && --yyextra->sharpCount<=0)
1975 --yyextra->sharpCount;
1976 if (yyextra->roundCount==0 && yyextra->sharpCount<=0)
6082 yyextra->sharpCount=1;
6090 yyextra->sharpCount=1;
6109 if (yyextra->roundCount==0) yyextra->sharpCount++;
[all …]
H A Ddoctokenizer.l81 int sharpCount=0; member
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/IOSupport/SequenceParsing/
H A DSequenceParsing.cpp445 matchesHashTag(int sharpCount, in matchesHashTag() argument
460 return numberMatchDigits(sharpCount, variable, frameNumber); in matchesHashTag()
582 int sharpCount = 0; in matchesPattern_v2() local
589 ++sharpCount; in matchesPattern_v2()
632 if (sharpCount > 0) { ///If we found # in matchesPattern_v2()
639 if ( !matchesHashTag(sharpCount, filenameCpy, filenameIt, &endHashTag, &fNumber) ) { in matchesPattern_v2()
654 patternIt += sharpCount; in matchesPattern_v2()
657 assert(sharpCount == 0 && !foundLongView && !foundShortView); in matchesPattern_v2()
680 assert(sharpCount == 0 && !foundPrintFLikeSyntax && !foundShortView); in matchesPattern_v2()
703 assert(sharpCount == 0 && !foundPrintFLikeSyntax && !foundLongView); in matchesPattern_v2()
/dports/audio/py-music21/music21-7.1.0/music21/midi/
H A Dtranslate.py964 sharpCount = post[0] - 256 # need negative values
966 sharpCount = post[0]
973 ks = key.KeySignature(sharpCount)
1011 sharpCount = ks.sharps
1019 me.data = midiModule.putNumbersAsList([sharpCount, mode])
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DcatmarkPatchBuilder.cpp743 int sharpCount = 0; in Initialize() local
783 sharpCount += corner.isSharp; in Initialize()
831 (irregularValence > 2) && (sharpCount == 0); in Initialize()
H A DloopPatchBuilder.cpp720 int sharpCount = 0; in Initialize() local
759 sharpCount += corner.isSharp; in Initialize()
807 (irregularValence > 2) && (sharpCount == 0); in Initialize()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DNotationTypes.h594 KeyDetails(bool sharps, bool minor, int sharpCount,
H A DNotationTypes.cpp716 Key::KeyDetails::KeyDetails(bool sharps, bool minor, int sharpCount,
719 : m_sharps(sharps), m_minor(minor), m_sharpCount(sharpCount),
/dports/audio/py-music21/music21-7.1.0/music21/abcFormat/
H A D__init__.py2448 sharpCount, mode = t.getKeySignatureParameters()
2449 lastKeySignature = key.KeySignature(sharpCount)