Home
last modified time | relevance | path

Searched refs:xScale (Results 201 – 225 of 1145) sorted by relevance

12345678910>>...46

/dports/devel/kyra/kyra/engine/
H A Dspriteresource.h124 virtual void CacheScale( GlFixed xScale, GlFixed yScale );
125 virtual bool IsScaleCached( GlFixed xScale, GlFixed yScale );
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_sky.cpp134 sky1cyl = MAX(skytex1->GetWidth(), skytex1->xScale >> (16 - 10)); in R_InitSkyMap()
135 sky2cyl = MAX(skytex2->GetWidth(), skytex2->xScale >> (16 - 10)); in R_InitSkyMap()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_plotter.c220 M_NumericalNewReal(ntab, 0, NULL, _("X-scale: "), &pl->xScale); in M_PlotSettings()
321 if (ptr->xScale <= 0.0625) { ptr->xScale = 0.0625; } in MouseButtonDown()
354 ptr->xScale = 1.0; in Init()
920 pl->xScale = 1.0; in M_PlotNew()
1016 M_PlotSetScale(M_Plot *pl, M_Real xScale, M_Real yScale) in M_PlotSetScale() argument
1018 if (xScale > 0.0) { pl->xScale = xScale; } in M_PlotSetScale()
1052 M_PlotterSetDefaultScale(M_Plotter *ptr, M_Real xScale, M_Real yScale) in M_PlotterSetDefaultScale() argument
1054 ptr->xScale = xScale; in M_PlotterSetDefaultScale()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Diccdump.c262 double xScale = 1.0 / (curve->table_entries - 1.0); in desmos_curve() local
264 uniform_scale_table_func, &xScale, in desmos_curve()
296 double xScale = 1.0 / (curve->table_entries - 1.0); in desmos_inv_curve() local
299 uniform_scale_table_func, &xScale); in desmos_inv_curve()
378 double xScale = 1.0 / (curve->table_entries - 1.0); in svg_curve() local
382 color, xScale, yScale); in svg_curve()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkGpuBlurUtils.cpp22 static void scale_irect_roundout(SkIRect* rect, float xScale, float yScale) { in scale_irect_roundout() argument
23 rect->fLeft = SkScalarFloorToInt(SkScalarMul(rect->fLeft, xScale)); in scale_irect_roundout()
25 rect->fRight = SkScalarCeilToInt(SkScalarMul(rect->fRight, xScale)); in scale_irect_roundout()
29 static void scale_irect(SkIRect* rect, int xScale, int yScale) { in scale_irect() argument
30 rect->fLeft *= xScale; in scale_irect()
32 rect->fRight *= xScale; in scale_irect()
/dports/graphics/pixen/Pixen-0.1/
H A DPXNearestNeighborScaleAlgorithm.m41 float xScale = size.width / [canvas size].width;
50 currentPoint = NSMakePoint((int)(x/xScale),(int)(y/yScale));
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes_polygons.cpp70 …onverter_WorldToInt (double xOffset, double xScale, double yOffset, double yScale) { Create(xOffs… in CSG_Converter_WorldToInt() argument
78 bool Create (double xOffset, double xScale, double yOffset, double yScale) in Create() argument
80 if( xScale != 0.0 && yScale != 0.0 ) in Create()
83 m_xScale = xScale; in Create()
/dports/science/jmol/jmol-14.32.7/src/jspecview/common/
H A DCoordinate.java244 public static void removeScale(Coordinate[] xyCoords, double xScale, in removeScale() argument
246 applyScale(xyCoords, (1 / xScale), (1 / yScale)); in removeScale()
259 public static void applyScale(Coordinate[] xyCoords, double xScale, in applyScale() argument
261 if (xScale != 1 || yScale != 1) { in applyScale()
263 xyCoords[i].setXVal(xyCoords[i].getXVal() * xScale); in applyScale()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/dataobject/linefit/
H A Dlinefit.cpp160 double xScale; in algorithm() local
191 xScale = inputVectorX->length()/inputVectorY->length(); in algorithm()
194 double z = xScale*i; in algorithm()
224 double z = xScale*i; in algorithm()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkChart.cxx275 float xScale = scale[0] / (max[0] - min[0]); in CalculatePlotTransform() local
289 transform->Scale(1.0 / xScale, 1.0 / yScale); in CalculatePlotTransform()
313 double xScale = scale[0] / (max[0] - min[0]); in CalculateUnscaledPlotTransform() local
327 transform->Scale(1.0 / xScale, 1.0 / yScale); in CalculateUnscaledPlotTransform()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkChart.cxx260 float xScale = scale[0] / (max[0] - min[0]); in CalculatePlotTransform() local
274 transform->Scale(1.0 / xScale, 1.0 / yScale); in CalculatePlotTransform()
300 double xScale = scale[0] / (max[0] - min[0]); in CalculateUnscaledPlotTransform() local
314 transform->Scale(1.0 / xScale, 1.0 / yScale); in CalculateUnscaledPlotTransform()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkChart.cxx255 float xScale = scale[0] / (max[0] - min[0]); in CalculatePlotTransform() local
269 transform->Scale(1.0 / xScale, 1.0 / yScale); in CalculatePlotTransform()
295 double xScale = scale[0] / (max[0] - min[0]); in CalculateUnscaledPlotTransform() local
309 transform->Scale(1.0 / xScale, 1.0 / yScale); in CalculateUnscaledPlotTransform()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/test/
H A DtestDigGenerator.py31 def createTestCase(xAxes, yAxes, xData, yData, xScale, yScale, title): argument
60 if (xScale == 'Linear'):
62 elif (xScale == 'Log'):
64 coords.set ('ScaleXThetaString', xScale)
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/IO/
H A DMapStreamSerializer.cpp55 StringUtils::ftos(face->xScale(), FloatPrecision) << " " << in doWriteBrushFace()
111 face->xScale() << " " << in doWriteBrushFace()
147 face->xScale() << " " << in doWriteBrushFace()
/dports/graphics/libwmf/libwmf-0.2.12/src/ipa/eps/
H A Ddevice.h50 float xScale; in wmf_eps_device_begin() local
156 xScale = (float) ddata->eps_width / (ddata->bbox.BR.x - ddata->bbox.TL.x); in wmf_eps_device_begin()
159 wmf_stream_printf (API,out,"%f %f scale\n",xScale,yScale); in wmf_eps_device_begin()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/ipa/eps/
H A Ddevice.h50 float xScale; in wmf_eps_device_begin() local
156 xScale = (float) ddata->eps_width / (ddata->bbox.BR.x - ddata->bbox.TL.x); in wmf_eps_device_begin()
159 wmf_stream_printf (API,out,"%f %f scale\n",xScale,yScale); in wmf_eps_device_begin()
/dports/www/firefox-esr/firefox-91.8.0/media/openmax_il/il112/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/graphics/jogamp-jogl/jogl/make/stub_includes/openmax/
H A DOMX_Other.h223 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
236 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/lang/spidermonkey60/firefox-60.9.0/media/openmax_il/il112/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/www/firefox/firefox-99.0/media/openmax_il/il112/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/www/firefox-legacy/firefox-52.8.0esr/media/openmax_il/il112/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/mail/thunderbird/thunderbird-91.8.0/media/openmax_il/il112/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/lang/spidermonkey78/firefox-78.9.0/media/openmax_il/il112/
H A DOMX_Other.h233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ member
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for member
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dcreatedxf.cpp29 double Createdxf::xScale = 1; member in Createdxf
419 drawLine(filepath, line.p1().x() * xScale, in drawLine()
421 line.p2().x() * xScale, in drawLine()
557 drawArcEllipse(filepath, rect.topLeft().x() * xScale, in drawEllipse()
559 rect.width() * xScale, in drawEllipse()
663 drawRectangle(filepath, rect.bottomLeft().x() * xScale, in drawRectangle()
665 rect.width() * xScale, in drawRectangle()

12345678910>>...46