Home
last modified time | relevance | path

Searched refs:rampValue (Results 1 – 2 of 2) sorted by relevance

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/headless/
H A DUnitTestsMSEG.cpp347 float rampValue = 1.0 - rampPhase; variable
349 REQUIRE(c.v == Approx(rampValue));
401 float rampValue = 1.0 - rampPhase; variable
403 REQUIRE(c.v == Approx(rampValue));
416 auto rampValue = -1.0 + rampPhase; variable
418 REQUIRE(c.v == Approx(rampValue).margin(1e-4));
428 auto rampValue = -rampPhase * 1.0999999 + 0.0999999; variable
430 REQUIRE(c.v == Approx(rampValue).margin(1e-4));
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/B2DPlugin/
H A DB2DPlugin.c1928 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillLinearGradientAArampdsdsXfromto()
1944 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillLinearGradientAArampdsdsXfromto()
1960 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillLinearGradientAArampdsdsXfromto()
2022 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillRadialDecreasingAArampdeltaSTdsXdtXfromto()
2035 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillRadialDecreasingAArampdeltaSTdsXdtXfromto()
2044 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillRadialDecreasingAArampdeltaSTdsXdtXfromto()
2057 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillRadialDecreasingAArampdeltaSTdsXdtXfromto()
2066 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillRadialDecreasingAArampdeltaSTdsXdtXfromto()
2319 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillRadialIncreasingAArampdeltaSTdsXdtXfromto()
2341 rampValue = ((usqInt) (rampValue & colorMask)) >> colorShift; in fillRadialIncreasingAArampdeltaSTdsXdtXfromto()
[all …]