Home
last modified time | relevance | path

Searched refs:thisPar (Results 1 – 8 of 8) sorted by relevance

/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/sc/classes/
H A DAtsFile.sc45 numPartials.do({arg thisPar;
47 thisParData = this.getParFreq(thisPar);
51 data[10 + (inc * increment + 2 + (thisPar * offset))] = lastVal;
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGPatternFrame.cpp503 const SVGAnimatedPreserveAspectRatio& thisPar = in GetPreserveAspectRatio() local
506 if (thisPar.IsExplicitlySet()) { in GetPreserveAspectRatio()
507 return thisPar; in GetPreserveAspectRatio()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGPatternFrame.cpp490 const SVGAnimatedPreserveAspectRatio &thisPar = in GetPreserveAspectRatio() local
493 if (thisPar.IsExplicitlySet()) return thisPar; in GetPreserveAspectRatio()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGPatternFrame.cpp503 const SVGAnimatedPreserveAspectRatio& thisPar = in GetPreserveAspectRatio() local
506 if (thisPar.IsExplicitlySet()) { in GetPreserveAspectRatio()
507 return thisPar; in GetPreserveAspectRatio()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGPatternFrame.cpp514 const SVGAnimatedPreserveAspectRatio &thisPar = in GetPreserveAspectRatio() local
517 if (thisPar.IsExplicitlySet()) in GetPreserveAspectRatio()
518 return thisPar; in GetPreserveAspectRatio()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGPatternFrame.cpp503 const SVGAnimatedPreserveAspectRatio& thisPar = in GetPreserveAspectRatio() local
506 if (thisPar.IsExplicitlySet()) { in GetPreserveAspectRatio()
507 return thisPar; in GetPreserveAspectRatio()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGPatternFrame.cpp500 const SVGAnimatedPreserveAspectRatio& thisPar = in GetPreserveAspectRatio() local
503 if (thisPar.IsExplicitlySet()) { in GetPreserveAspectRatio()
504 return thisPar; in GetPreserveAspectRatio()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/
H A DJoshPVUGens.cpp2652 int thisPar; in PV_SpectralEnhance_next() local
2657 while (((thisPar = (int)roundf((float)(i * j) * ratio)) < numbins) && (i < numPartials)){ in PV_SpectralEnhance_next()
2658 p->bin[thisPar].mag += (curMag * (strength / (float)i)); in PV_SpectralEnhance_next()