Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsbsms/src/
H A Dslide.cpp454 float stretchScale; member in _sbsms_::SBSMSInterfaceSlidingImp
474 stretchScale = 1.0f; in SBSMSInterfaceSlidingImp()
493 stretchScale = (float)samplesToOutput / (float)samplesOutputed; in SBSMSInterfaceSlidingImp()
500 return stretchScale * stretchSlide->getStretch(t); in getStretch()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/odg/
H A Dimportodg.cpp1114 double stretchScale = 1.0; in parseCustomShape() local
1120 stretchScale = w / h; in parseCustomShape()
1121 double endX = tp2.x() * stretchScale; in parseCustomShape()
1134 stretchScale = h / 21600.0; in parseCustomShape()
1141 stretchScale = h / w; in parseCustomShape()
1142 double endY = tp2.y() * stretchScale; in parseCustomShape()
1155 stretchScale = w / 21600.0; in parseCustomShape()
1161 smat.scale(stretchScale, stretchScale); in parseCustomShape()