Home
last modified time | relevance | path

Searched refs:joinY (Results 1 – 4 of 4) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_Path.cpp1101 float startX = 0, startY = 0, joinX = 0, joinY = 0, endX, endY; in createPathWithRoundedCorners() local
1113 joinY = elements[n - 4]; in createPathWithRoundedCorners()
1126 joinY = elements[n - 2]; in createPathWithRoundedCorners()
1139 *(p.data.end() - 1) = (float) (joinY - (joinY - startY) * propNeeded); in createPathWithRoundedCorners()
1142 auto len2 = PathHelpers::lengthOf (endX, endY, joinX, joinY); in createPathWithRoundedCorners()
1148 p.quadraticTo (joinX, joinY, in createPathWithRoundedCorners()
1150 (float) (joinY + (endY - joinY) * propNeeded)); in createPathWithRoundedCorners()
1168 joinY = endY; in createPathWithRoundedCorners()
1179 *(p.data.end() - 1) = (float) (joinY - (joinY - startY) * propNeeded); in createPathWithRoundedCorners()
1189 endY = (float) (joinY + (endY - joinY) * propNeeded); in createPathWithRoundedCorners()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/geometry/
H A Djuce_Path.cpp1101 float startX = 0, startY = 0, joinX = 0, joinY = 0, endX, endY; in createPathWithRoundedCorners() local
1113 joinY = elements[n - 4]; in createPathWithRoundedCorners()
1126 joinY = elements[n - 2]; in createPathWithRoundedCorners()
1139 *(p.data.end() - 1) = (float) (joinY - (joinY - startY) * propNeeded); in createPathWithRoundedCorners()
1142 auto len2 = PathHelpers::lengthOf (endX, endY, joinX, joinY); in createPathWithRoundedCorners()
1148 p.quadraticTo (joinX, joinY, in createPathWithRoundedCorners()
1150 (float) (joinY + (endY - joinY) * propNeeded)); in createPathWithRoundedCorners()
1168 joinY = endY; in createPathWithRoundedCorners()
1179 *(p.data.end() - 1) = (float) (joinY - (joinY - startY) * propNeeded); in createPathWithRoundedCorners()
1189 endY = (float) (joinY + (endY - joinY) * propNeeded); in createPathWithRoundedCorners()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/
H A Dhu_stuff.cpp96 float joinY; member
199 fog->joinY = 0.5f; in initFogEffect()
848 if(fog->scrollDir && fog->joinY > 0.46f) in Hu_FogEffectTicker()
849 fog->joinY = fog->joinY / 1.002f; in Hu_FogEffectTicker()
850 else if(!fog->scrollDir && fog->joinY < 0.54f ) in Hu_FogEffectTicker()
851 fog->joinY = fog->joinY * 1.002f; in Hu_FogEffectTicker()
853 if((fog->joinY < 0.46f || fog->joinY > 0.54f)) in Hu_FogEffectTicker()
1265 mfd->alpha, fogEffectData.joinY); in drawFogEffect()
1268 mfd->alpha, fogEffectData.joinY); in drawFogEffect()
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A DDataFrame.R2555 joinY <- by.y functionVar
2560 joinY <- by
2580 colY <- joinY[[i]]