Home
last modified time | relevance | path

Searched refs:endScale (Results 1 – 22 of 22) sorted by relevance

/dports/audio/swhplugins/ladspa-0.4.17/metadata/
H A Dtxt2scale.pl26 &endScale;
46 &endScale;
54 sub endScale { subroutine
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dsmdlg1.c80 static TexT endScale; variable
119 else if (t == endScale) { in SetIntDialogTitle()
164 else if (t == endScale) { in TextDialog()
398 endScale = DialogText(g3, "100", 5, TextDialog); in Nlm_CreateDlgCommon()
399 AlignObjects(ALIGN_MIDDLE, (HANDLE)prompt, (HANDLE)endScale, NULL); in Nlm_CreateDlgCommon()
400 SetIntDialogTitle( endScale ); in Nlm_CreateDlgCommon()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DRibbonTrail.pkg17 void SetEndScale(float endScale);
49 tolua_property__get_set float endScale;
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DPatternEditor.h349 …tartSelection, const PatternEditorTools::Position& endSelection, float startScale, float endScale);
350 pp_int32 scaleVolumeTrack(float startScale, float endScale);
351 pp_int32 scaleVolumePattern(float startScale, float endScale);
352 pp_int32 scaleVolumeSelection(float startScale, float endScale);
H A DPatternEditor.cpp931 …startSelection, const PatternEditorTools::Position& endSelection, float startScale, float endScale) in scaleVolume() argument
940 endScale, in scaleVolume()
948 pp_int32 PatternEditor::scaleVolumeTrack(float startScale, float endScale) in scaleVolumeTrack() argument
960 return scaleVolume(startSel, endSel, startScale, endScale); in scaleVolumeTrack()
963 pp_int32 PatternEditor::scaleVolumePattern(float startScale, float endScale) in scaleVolumePattern() argument
973 return scaleVolume(startSel, endSel, startScale, endScale); in scaleVolumePattern()
976 pp_int32 PatternEditor::scaleVolumeSelection(float startScale, float endScale) in scaleVolumeSelection() argument
981 return scaleVolume(getSelection().start, getSelection().end, startScale, endScale); in scaleVolumeSelection()
H A DPatternEditorTools.h191 …me(const Position& startSelection, const Position& endSelection, float startScale, float endScale,
H A DPatternEditorTools.cpp1493 float startScale, float endScale, in scaleVolume() argument
1521 float step = (endScale - startScale) / ((endSelRow - startSelRow) != 0.0f ? in scaleVolume()
H A DSampleEditor.cpp1754 float endScale = par->getParameter(1).floatPart; in tool_scaleSample() local
1756 float step = (endScale - startScale) / (float)(sEnd - sStart); in tool_scaleSample()
/dports/multimedia/shotcut/shotcut-21.03.21/src/widgets/
H A Dslideshowgeneratorwidget.cpp357 double endScale = (double)config.zoomPercent / 100.0; in attachAffineFilter() local
358 endRect.x = endRect.x - (endScale * endRect.w / 2.0); in attachAffineFilter()
359 endRect.y = endRect.y - (endScale * endRect.h / 2.0); in attachAffineFilter()
360 endRect.w = endRect.w + (endScale * endRect.w); in attachAffineFilter()
361 endRect.h = endRect.h + (endScale * endRect.h); in attachAffineFilter()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DRibbonTrail.h98 void SetEndScale(float endScale);
H A DRibbonTrail.cpp320 void RibbonTrail::SetEndScale(float endScale) in SetEndScale() argument
322 endScale_ = endScale; in SetEndScale()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A DweightPrediction.cpp420 int endScale = x265_clip3(0, 127, minscale + scaleDist); in weightAnalyse() local
421 for (int scale = startScale; scale <= endScale; scale++) in weightAnalyse()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A DweightPrediction.cpp419 int endScale = x265_clip3(0, 127, minscale + scaleDist); in weightAnalyse() local
420 for (int scale = startScale; scale <= endScale; scale++) in weightAnalyse()
/dports/multimedia/x265/source/encoder/
H A DweightPrediction.cpp420 int endScale = x265_clip3(0, 127, minscale + scaleDist); in weightAnalyse() local
421 for (int scale = startScale; scale <= endScale; scale++) in weightAnalyse()
/dports/www/dojo/dojo-release-1.12.2/dojox/charting/action2d/
H A DMoveSlice.js.map7 …,"run","data","map","scanl","foldl","item","index","anim","startScale","endScale","startOffset","e…
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMWire.h104 void endScale()const in endScale() function
H A DMayaDMClipScheduler.h452 void endScale()const in endScale() function
/dports/www/dojo/dojo-release-1.12.2/dojox/css3/
H A Dfx.js.map7 …n","css3fxFunctions","puff","args","combine","fadeOut","expand","node","endScale","animateProperty…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/
H A DStack.java2016 float endScale = fromClick ? DISCARD_END_SCALE_CLICK : DISCARD_END_SCALE_SWIPE; in computeDiscardScale() local
2017 return MathUtils.interpolate(1.0f, endScale, Math.abs(t)); in computeDiscardScale()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DLuaScriptAPI.dox5515 - void SetEndScale(float endScale)
5547 - float endScale
H A DAngelScriptAPI.h9605 float endScale; variable
H A DScriptAPI.dox11090 - float endScale