Home
last modified time | relevance | path

Searched refs:magFactor (Results 1 – 15 of 15) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Tcl/
H A DTestAllShrinks.tcl15 set magFactor 8
25 mag${operator} SetMagnificationFactors $magFactor $magFactor $magFactor;
45 mag SetMagnificationFactors $magFactor $magFactor $magFactor;
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/Testing/Python/
H A DTestAllShrinks.py44 magFactor = 8
62 mag[operator].SetMagnificationFactors(magFactor, magFactor, magFactor)
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/Testing/Python/
H A DTestAllShrinks.py44 magFactor = 8
62 mag[operator].SetMagnificationFactors(magFactor, magFactor, magFactor)
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Python/
H A DTestAllShrinks.py44 magFactor = 8
62 mag[operator].SetMagnificationFactors(magFactor, magFactor, magFactor)
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Topics/Effects/Lens/
H A DLens.pde47 int magFactor = 40; // Magnification factor
51 float s = sqrt(r*r - magFactor*magFactor);
61 a = int(x * magFactor / z + 0.5);
62 b = int(y * magFactor / z + 0.5);
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Topics/Effects/Lens/
H A DLens.pde47 int magFactor = 40; // Magnification factor
51 float s = sqrt(r*r - magFactor*magFactor);
61 a = int(x * magFactor / z + 0.5);
62 b = int(y * magFactor / z + 0.5);
/dports/games/xshisen/xshisen-1.51/
H A Dgamesize.C32 width = (int) (width * globRes.magFactor); in GetBoardSizeFromGameSize()
33 height = (int) (height * globRes.magFactor); in GetBoardSizeFromGameSize()
H A Dmain.C79 offsetof(GlobRes, magFactor), XtRString, (XtPointer)"1.0" },
327 globRes.Width = (int)(globRes.Width * globRes.magFactor); in main()
328 globRes.Height = (int)(globRes.Height * globRes.magFactor); in main()
H A Dbody.h111 float magFactor; member
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DComet.cpp507 const float magFactor=qBound(0.25f*intensityFovScale, aLum*intensityFovScale, 2.0f); in drawComa() local
509 sPainter.setColor(0.3f*magFactor,0.7f*magFactor,magFactor); in drawComa()
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskymapliteevents.cpp491 double SkyMapLite::magFactor(const int modifier) in magFactor() function in SkyMapLite
532 m_magLim += magFactor(modifier); in incMagLimit()
544 m_magLim -= magFactor(modifier); in decMagLimit()
H A Dskymapevents.cpp789 double SkyMap::magFactor(const int modifier) in magFactor() function in SkyMap
800 limit += magFactor(modifier); in incMagLimit()
811 limit -= magFactor(modifier); in decMagLimit()
H A Dskymap.h645 double magFactor(const int modifier);
H A Dskymaplite.h644 double magFactor(const int modifier);
/dports/audio/openal-soft/openal-soft-1.21.1/utils/makemhr/
H A Dmakemhr.cpp544 const double magFactor{maxMag / maxMags[fi]}; in BalanceFieldMagnitudes() local
554 azd->mIrs[ti][i] *= magFactor; in BalanceFieldMagnitudes()