Home
last modified time | relevance | path

Searched refs:scaleInv (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMRect.cpp106 double scaleInv = 1 / scale; in SetLayoutRect() local
108 double x = RoundFloat(aLayoutRect.x * t2pScaled) * scaleInv; in SetLayoutRect()
109 double y = RoundFloat(aLayoutRect.y * t2pScaled) * scaleInv; in SetLayoutRect()
110 SetRect(x, y, RoundFloat(aLayoutRect.XMost() * t2pScaled) * scaleInv - x, in SetLayoutRect()
111 RoundFloat(aLayoutRect.YMost() * t2pScaled) * scaleInv - y); in SetLayoutRect()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMRect.cpp120 double scaleInv = 1/scale; in SetLayoutRect() local
122 double x = RoundFloat(aLayoutRect.x*t2pScaled)*scaleInv; in SetLayoutRect()
123 double y = RoundFloat(aLayoutRect.y*t2pScaled)*scaleInv; in SetLayoutRect()
124 SetRect(x, y, RoundFloat(aLayoutRect.XMost()*t2pScaled)*scaleInv - x, in SetLayoutRect()
125 RoundFloat(aLayoutRect.YMost()*t2pScaled)*scaleInv - y); in SetLayoutRect()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMRect.cpp147 double scaleInv = 1 / scale; in SetLayoutRect() local
149 double x = RoundFloat(aLayoutRect.x * t2pScaled) * scaleInv; in SetLayoutRect()
150 double y = RoundFloat(aLayoutRect.y * t2pScaled) * scaleInv; in SetLayoutRect()
151 SetRect(x, y, RoundFloat(aLayoutRect.XMost() * t2pScaled) * scaleInv - x, in SetLayoutRect()
152 RoundFloat(aLayoutRect.YMost() * t2pScaled) * scaleInv - y); in SetLayoutRect()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMRect.cpp154 double scaleInv = 1 / scale; in SetLayoutRect() local
156 double x = RoundFloat(aLayoutRect.x * t2pScaled) * scaleInv; in SetLayoutRect()
157 double y = RoundFloat(aLayoutRect.y * t2pScaled) * scaleInv; in SetLayoutRect()
158 SetRect(x, y, RoundFloat(aLayoutRect.XMost() * t2pScaled) * scaleInv - x, in SetLayoutRect()
159 RoundFloat(aLayoutRect.YMost() * t2pScaled) * scaleInv - y); in SetLayoutRect()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMRect.cpp154 double scaleInv = 1 / scale; in SetLayoutRect() local
156 double x = RoundFloat(aLayoutRect.x * t2pScaled) * scaleInv; in SetLayoutRect()
157 double y = RoundFloat(aLayoutRect.y * t2pScaled) * scaleInv; in SetLayoutRect()
158 SetRect(x, y, RoundFloat(aLayoutRect.XMost() * t2pScaled) * scaleInv - x, in SetLayoutRect()
159 RoundFloat(aLayoutRect.YMost() * t2pScaled) * scaleInv - y); in SetLayoutRect()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMRect.cpp154 double scaleInv = 1 / scale; in SetLayoutRect() local
156 double x = RoundFloat(aLayoutRect.x * t2pScaled) * scaleInv; in SetLayoutRect()
157 double y = RoundFloat(aLayoutRect.y * t2pScaled) * scaleInv; in SetLayoutRect()
158 SetRect(x, y, RoundFloat(aLayoutRect.XMost() * t2pScaled) * scaleInv - x, in SetLayoutRect()
159 RoundFloat(aLayoutRect.YMost() * t2pScaled) * scaleInv - y); in SetLayoutRect()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgAnimation/
H A DVec3Packed59 void compress(const osg::Vec3f& src, const osg::Vec3f& min, const osg::Vec3f& scaleInv)
62 … srci[0] = osg::minimum(static_cast<uint32_t>(((src[0] - min[0] )*scaleInv[0])), uint32_t(2047));
63 … srci[1] = osg::minimum(static_cast<uint32_t>(((src[1] - min[1] )*scaleInv[1])), uint32_t(2047));
64 … srci[2] = osg::minimum(static_cast<uint32_t>(((src[2] - min[2] )*scaleInv[2])), uint32_t(1023));
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgAnimation/
H A DVec3Packed59 void compress(const osg::Vec3f& src, const osg::Vec3f& min, const osg::Vec3f& scaleInv)
62 … srci[0] = osg::minimum(static_cast<uint32_t>(((src[0] - min[0] )*scaleInv[0])), uint32_t(2047));
63 … srci[1] = osg::minimum(static_cast<uint32_t>(((src[1] - min[1] )*scaleInv[1])), uint32_t(2047));
64 … srci[2] = osg::minimum(static_cast<uint32_t>(((src[2] - min[2] )*scaleInv[2])), uint32_t(1023));
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/jogamp/nativewindow/
H A DSurfaceScaleUtils.java61 public static int scaleInv(final int a, final float pixelScale) { in scaleInv() method in SurfaceScaleUtils
86 public static int[] scaleInv(final int[] result, final int[] a, final float[] pixelScale) { in scaleInv() method in SurfaceScaleUtils
H A DWrappedSurface.java112 return SurfaceScaleUtils.scaleInv(pixelUnitsAndResult, pixelUnitsAndResult, hasPixelScale); in convertToWindowUnits()
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/util/
H A DPoint.java170 public final Point scaleInv(final int sx, final int sy) { in scaleInv() method in Point
185 public final Point scaleInv(final float sx, final float sy) { in scaleInv() method in Point
H A DRectangle.java187 public final Rectangle scaleInv(final int sx, final int sy) { in scaleInv() method in Rectangle
/dports/math/ogdf/OGDF/src/ogdf/misclayout/
H A DProcrustesSubLayout.cpp202 double scaleInv = 1.0 / m_scale; in normalize() local
206 m_x[i] *= scaleInv; in normalize()
207 m_y[i] *= scaleInv; in normalize()
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A Dfilters.h259 float scaleInv = 0.5f / scale; in _Create() local
392 weight = (d0 + d1) * scaleInv - src; in _Create()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DSubMesh_TEST.cc199 math::Vector3d scaleInv(1.0 / scale.X(), 1.0 / scale.Y(), 1.0 / scale.Z()); in TEST_F() local
200 submesh->Scale(scaleInv); in TEST_F()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/basic/src/
H A DArrayOfSequences.C519 double scaleInv = 1./scales[i]; in gaussianKDE()
525 value += MiscGaussianDensity((x-xk)*scaleInv,0.,1.); in gaussianKDE()
527 (*(densityVecs[j]))[i] = scaleInv * (value/(double) numEstimationsPerParam); in gaussianKDE()
H A DScalarSequence.C2293 double scaleInv = 1./scaleValue; in subGaussian1dKde() local
2299 value += MiscGaussianDensity((x-xk)*scaleInv,0.,1.); in subGaussian1dKde()
2301 densityValues[j] = scaleInv * (value/(double) dataSize); in subGaussian1dKde()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/macosx/
H A DWindowDriver.java640 SurfaceScaleUtils.scaleInv(x, getPixelScaleX()), in warpPointerImpl()
641 SurfaceScaleUtils.scaleInv(y, getPixelScaleY())); in warpPointerImpl()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/
H A DWindowImpl.java1398 setSize( SurfaceScaleUtils.scaleInv(pixelWidth, getPixelScaleX()), in setSurfaceSize()
1399 SurfaceScaleUtils.scaleInv(pixelHeight, getPixelScaleY()) ); in setSurfaceSize()
2318 final int mmWidth = SurfaceScaleUtils.scaleInv(mm.getRotatedWidth(), getPixelScaleX()); in reconfigMaximizedManual()
2319 … final int mmHeight = SurfaceScaleUtils.scaleInv(mm.getRotatedHeight(), getPixelScaleY()); in reconfigMaximizedManual()
2582 return SurfaceScaleUtils.scaleInv(pixelUnitsAndResult, pixelUnitsAndResult, hasPixelScale); in convertToWindowUnits()
2591 return pixelUnitsAndResult.scaleInv(getPixelScaleX(), getPixelScaleY()); in convertToWindowUnits()
/dports/graphics/jogamp-jogl/jogl/src/nativewindow/classes/com/jogamp/nativewindow/awt/
H A DJAWTWindow.java809 return SurfaceScaleUtils.scaleInv(pixelUnitsAndResult, pixelUnitsAndResult, hasPixelScale); in convertToWindowUnits()
/dports/math/ogdf/OGDF/include/ogdf/energybased/fast_multipole_embedder/
H A DLinearQuadtree.h621 inline double scaleInv() const { return m_scaleInv; } in scaleInv() function
H A DFMEFunc.h167 scale = quadtree->scaleInv(); in LQMortonFunctor()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/math/
H A DMaps.h1517 const Vec3d& scaleInv = getInvScale();
1519 return MapBase::Ptr(new UniformScaleTranslateMap(scaleInv[0], -scaleInv[0] * trans));
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/awt/
H A DGLJPanel.java2103 SurfaceScaleUtils.scaleInv(alignedImage.getWidth(), hasPixelScale[0]), in doPaintComponent()
2104 …SurfaceScaleUtils.scaleInv(alignedImage.getHeight(), hasPixelScale[1]), null); // Null ImageObserv… in doPaintComponent()
/dports/www/R-cran-shiny/shiny/inst/www/shared/
H A Dshiny.min.js.map4scaleInv: function scaleInv(val, clip) {\n var res = mapLinear(val, rangeMin, rangeMax, domai…

12