Home
last modified time | relevance | path

Searched refs:scale_x (Results 1 – 25 of 2510) sorted by relevance

12345678910>>...101

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_curve_extra_objects/
H A Dadd_curve_curly.py34 scale_x = self.scale_x
71 scale_x = self.scale_x
108 scale_x = self.scale_x
148 scale_x = self.scale_x
182 scale_x = self.scale_x
216 scale_x = self.scale_x
253 scale_x = self.scale_x
290 scale_x = self.scale_x
330 scale_x = self.scale_x
355 scale_x = self.scale_x
[all …]
H A Dbeveltaper_curve.py65 scale_x = self.scale_x
68 [0.0 * scale_x, 0.049549 * scale_y,
101 scale_x = self.scale_x
105 0.0, 0.05 * scale_x, 0.0 * scale_y,
125 scale_x = self.scale_x
149 scale_x = self.scale_x
152 [-0.05 * scale_x, 0.0 * scale_y,
173 scale_x = self.scale_x
176 [-0.05 * scale_x, 0.0 * scale_y,
351 scale_x : FloatProperty(
[all …]
/dports/games/chapping/chapping-0.43-source/library/
H A Dcollision.cpp46 if(bigger->getMin().scale_x() > smaller->getMax().scale_x() || in position()
47 smaller->getMin().scale_x() > bigger->getMax().scale_x()|| in position()
52 else if(smaller->getMin().scale_x()>=bigger->getMin().scale_x() && in position()
53 smaller->getMax().scale_x()<=bigger->getMax().scale_x() && in position()
103 bigger->getMin().scale_x() && in position()
133 if(b->getMin().scale_x()>v.scale_x() || b->getMin().scale_y()>v.scale_y() || in isCollision()
134 b->getMax().scale_x()<v.scale_x() || b->getMax().scale_y()<v.scale_y()) in isCollision()
229 if(a->getMin().scale_x()>=b->getMin().scale_x()) in getRectCollision()
230 aux.x=a->getMin().scale_x(); in getRectCollision()
232 aux.x=b->getMin().scale_x(); in getRectCollision()
[all …]
H A Dvector.h18 float scale_x()const{return x;} in scale_x() function
38 return Vector(a.scale_x()+b.scale_x(),a.scale_y()+b.scale_y()); in add()
43 return Vector(a.scale_x()-b.scale_x(),a.scale_y()-b.scale_y()); in sub()
48 return a.scale_x()*b.scale_x()+a.scale_y()*b.scale_y(); in escalate()
53 return Vector(v.scale_x()*k,v.scale_y()*k); in multiply()
63 return Vector(v.scale_x()/v.module(),v.scale_y()/v.module()); in normalize()
82 return Vector(-v.scale_y(),v.scale_x()); in rotateRight()
87 return Vector(v.scale_y(),-v.scale_x()); in rotateLeft()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp292 scale_x, neg_y); in ProcessTwoPixelPairs()
295 scale_x, all_y); in ProcessTwoPixelPairs()
324 scale_x, neg_y); in ProcessTwoPixelPairsDXDY()
328 scale_x, all_y); in ProcessTwoPixelPairsDXDY()
442 __m128i scale_x; in S32_generic_D32_filter_DX_SSSE3() local
447 scale_x, alpha); in S32_generic_D32_filter_DX_SSSE3()
455 scale_x, alpha); in S32_generic_D32_filter_DX_SSSE3()
478 scale_x = _mm_unpacklo_epi8(scale_x, all_x); in S32_generic_D32_filter_DX_SSSE3()
514 __m128i scale_x; in S32_generic_D32_filter_DX_SSSE3() local
553 scale_x = _mm_unpacklo_epi8(scale_x, all_x); in S32_generic_D32_filter_DX_SSSE3()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp298 scale_x, neg_y); in ProcessTwoPixelPairs()
301 scale_x, all_y); in ProcessTwoPixelPairs()
330 scale_x, neg_y); in ProcessTwoPixelPairsDXDY()
334 scale_x, all_y); in ProcessTwoPixelPairsDXDY()
448 __m128i scale_x; in S32_generic_D32_filter_DX_SSSE3() local
453 scale_x, alpha); in S32_generic_D32_filter_DX_SSSE3()
461 scale_x, alpha); in S32_generic_D32_filter_DX_SSSE3()
484 scale_x = _mm_unpacklo_epi8(scale_x, all_x); in S32_generic_D32_filter_DX_SSSE3()
520 __m128i scale_x; in S32_generic_D32_filter_DX_SSSE3() local
559 scale_x = _mm_unpacklo_epi8(scale_x, all_x); in S32_generic_D32_filter_DX_SSSE3()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-item-transform.cpp101 gdouble scale_x = 1; in get_scale_transform_for_uniform_stroke() local
111 scale_x = w1/w0; in get_scale_transform_for_uniform_stroke()
137 scale_x = (w1 - r1)/(w0 - r0); in get_scale_transform_for_uniform_stroke()
143 scale_x = (w1 - r0) / (w0 - r0); in get_scale_transform_for_uniform_stroke()
162 …ip_x * 0.5 * stroke_x * scale_x * (1.0 - sqrt(1.0/scale_x/scale_y)), -flip_y * 0.5 * stroke_y * sc… in get_scale_transform_for_uniform_stroke()
165 scale_x = w1 / w0; in get_scale_transform_for_uniform_stroke()
259 gdouble scale_x = 1; in get_scale_transform_for_variable_stroke() local
270 scale_x = w1/w0; in get_scale_transform_for_variable_stroke()
305 scale_x = (w1 - r0w) / (w0 - r0w); in get_scale_transform_for_variable_stroke()
324 …roke_ratio_w * r0w * scale_x * (1.0 - sqrt(1.0/scale_x/scale_y)), -flip_y * stroke_ratio_h * r0h *… in get_scale_transform_for_variable_stroke()
[all …]
/dports/graphics/agg/agg-2.5/include/
H A Dagg_span_image_filter.h140 double scale_x; in prepare() local
143 base_type::interpolator().transformer().scaling_abs(&scale_x, &scale_y); in prepare()
145 if(scale_x * scale_y > m_scale_limit) in prepare()
147 scale_x = scale_x * m_scale_limit / (scale_x * scale_y); in prepare()
148 scale_y = scale_y * m_scale_limit / (scale_x * scale_y); in prepare()
151 if(scale_x < 1) scale_x = 1; in prepare()
154 if(scale_x > m_scale_limit) scale_x = m_scale_limit; in prepare()
157 scale_x *= m_blur_x; in prepare()
160 if(scale_x < 1) scale_x = 1; in prepare()
163 m_rx = uround( scale_x * double(image_subpixel_scale)); in prepare()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_span_image_filter.h134 double scale_x; in prepare() local
137 base_type::interpolator().transformer().scaling_abs(&scale_x, &scale_y); in prepare()
139 if(scale_x * scale_y > m_scale_limit) in prepare()
141 scale_x = scale_x * m_scale_limit / (scale_x * scale_y); in prepare()
142 scale_y = scale_y * m_scale_limit / (scale_x * scale_y); in prepare()
145 if(scale_x < 1) scale_x = 1; in prepare()
148 if(scale_x > m_scale_limit) scale_x = m_scale_limit; in prepare()
151 scale_x *= m_blur_x; in prepare()
154 if(scale_x < 1) scale_x = 1; in prepare()
157 m_rx = uround( scale_x * double(image_subpixel_scale)); in prepare()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_span_image_filter.h134 double scale_x; in prepare() local
137 base_type::interpolator().transformer().scaling_abs(&scale_x, &scale_y); in prepare()
139 if(scale_x * scale_y > m_scale_limit) in prepare()
141 scale_x = scale_x * m_scale_limit / (scale_x * scale_y); in prepare()
142 scale_y = scale_y * m_scale_limit / (scale_x * scale_y); in prepare()
145 if(scale_x < 1) scale_x = 1; in prepare()
148 if(scale_x > m_scale_limit) scale_x = m_scale_limit; in prepare()
151 scale_x *= m_blur_x; in prepare()
154 if(scale_x < 1) scale_x = 1; in prepare()
157 m_rx = uround( scale_x * double(image_subpixel_scale)); in prepare()
[all …]
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_span_image_filter.h134 double scale_x; in prepare() local
137 base_type::interpolator().transformer().scaling_abs(&scale_x, &scale_y); in prepare()
139 if(scale_x * scale_y > m_scale_limit) in prepare()
141 scale_x = scale_x * m_scale_limit / (scale_x * scale_y); in prepare()
142 scale_y = scale_y * m_scale_limit / (scale_x * scale_y); in prepare()
145 if(scale_x < 1) scale_x = 1; in prepare()
148 if(scale_x > m_scale_limit) scale_x = m_scale_limit; in prepare()
151 scale_x *= m_blur_x; in prepare()
154 if(scale_x < 1) scale_x = 1; in prepare()
157 m_rx = uround( scale_x * double(image_subpixel_scale)); in prepare()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_span_image_resample.pas267 scale_x ,scale_y : double;
272 _interpolator._transformer.scaling_abs(@scale_x ,@scale_y );
279 scale_x:=scale_x * m_blur_x;
282 if scale_x * scale_y > m_scale_limit then
284 scale_x:=scale_x * m_scale_limit / (scale_x * scale_y );
285 scale_y:=scale_y * m_scale_limit / (scale_x * scale_y );
289 if scale_x > 1.0001 then
291 if scale_x > m_scale_limit then
292 scale_x:=m_scale_limit;
294 m_rx :=trunc(scale_x * image_subpixel_size + 0.5 );
[all …]
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_span_image_resample.pas267 scale_x ,scale_y : double;
272 _interpolator._transformer.scaling_abs(@scale_x ,@scale_y );
279 scale_x:=scale_x * m_blur_x;
282 if scale_x * scale_y > m_scale_limit then
284 scale_x:=scale_x * m_scale_limit / (scale_x * scale_y );
285 scale_y:=scale_y * m_scale_limit / (scale_x * scale_y );
289 if scale_x > 1.0001 then
291 if scale_x > m_scale_limit then
292 scale_x:=m_scale_limit;
294 m_rx :=trunc(scale_x * image_subpixel_size + 0.5 );
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_span_image_resample.pas267 scale_x ,scale_y : double;
272 _interpolator._transformer.scaling_abs(@scale_x ,@scale_y );
279 scale_x:=scale_x * m_blur_x;
282 if scale_x * scale_y > m_scale_limit then
284 scale_x:=scale_x * m_scale_limit / (scale_x * scale_y );
285 scale_y:=scale_y * m_scale_limit / (scale_x * scale_y );
289 if scale_x > 1.0001 then
291 if scale_x > m_scale_limit then
292 scale_x:=m_scale_limit;
294 m_rx :=trunc(scale_x * image_subpixel_size + 0.5 );
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_span_image_resample.pas267 scale_x ,scale_y : double;
272 _interpolator._transformer.scaling_abs(@scale_x ,@scale_y );
279 scale_x:=scale_x * m_blur_x;
282 if scale_x * scale_y > m_scale_limit then
284 scale_x:=scale_x * m_scale_limit / (scale_x * scale_y );
285 scale_y:=scale_y * m_scale_limit / (scale_x * scale_y );
289 if scale_x > 1.0001 then
291 if scale_x > m_scale_limit then
292 scale_x:=m_scale_limit;
294 m_rx :=trunc(scale_x * image_subpixel_size + 0.5 );
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/video/
H A Drender.c108 double scale_x = 1.0; in fse_calculate_video_rectangle() local
135 int factor_x = 1.0 / scale_x; in fse_calculate_video_rectangle()
142 scale_x *= factor_x; in fse_calculate_video_rectangle()
151 scale_x *= -g_scale_x; in fse_calculate_video_rectangle()
163 if (scale_x > 0.98) { in fse_calculate_video_rectangle()
164 scale_x = 1.0; in fse_calculate_video_rectangle()
172 if (scale_x != 1.0 || scale_y != 1.0) { in fse_calculate_video_rectangle()
173 glScalef(scale_x, scale_y, 1.0); in fse_calculate_video_rectangle()
175 fsgs_set_render_scale(scale_x, scale_y); in fse_calculate_video_rectangle()
177 int dest_w = (render_w + 0.5) * scale_x; in fse_calculate_video_rectangle()
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_span_image_filter.h134 double scale_x; in prepare() local
137 base_type::interpolator().transformer().scaling_abs(&scale_x, &scale_y); in prepare()
139 double scale_xy = scale_x * scale_y; in prepare()
142 scale_x = scale_x * m_scale_limit / scale_xy; in prepare()
146 if(scale_x < 1) scale_x = 1; in prepare()
149 if(scale_x > m_scale_limit) scale_x = m_scale_limit; in prepare()
152 scale_x *= m_blur_x; in prepare()
155 if(scale_x < 1) scale_x = 1; in prepare()
158 m_rx = uround( scale_x * double(image_subpixel_scale)); in prepare()
159 m_rx_inv = uround(1.0/scale_x * double(image_subpixel_scale)); in prepare()
/dports/math/ggobi/ggobi-2.1.11/src/
H A Dscale_drag.c31 greal scale_x, scale_y; in pan_by_drag() local
37 scale_x = (greal) sp->scale.x; in pan_by_drag()
44 scale_x /= 2; in pan_by_drag()
45 sp->iscale.x = (greal) sp->max.x * scale_x; in pan_by_drag()
62 gfloat *scale_x = &sp->scale.x; in zoom_by_drag() local
86 *scale_x = *scale_x * fac; in zoom_by_drag()
91 if (*scale_x * scalefac.x >= SCALE_MIN) in zoom_by_drag()
92 *scale_x = *scale_x * scalefac.x; in zoom_by_drag()
/dports/graphics/R-cran-ggplot2/ggplot2/tests/testthat/
H A Dtest-coord-train.r17 scale_x <- scale_x_continuous(limits = c(1, 12)) globalVar
24 expect_true(any(is.na(scale_x$break_positions())))
28 expect_false(any_NA_major_minor(coord_polar()$setup_panel_params(scale_x, scale_y)))
29 expect_false(any_NA_major_minor(coord_cartesian()$setup_panel_params(scale_x, scale_y)))
30 expect_false(any_NA_major_minor(coord_trans()$setup_panel_params(scale_x, scale_y)))
31 expect_false(any_NA_major_minor(coord_fixed()$setup_panel_params(scale_x, scale_y)))
34 expect_false(any_NA_major_minor(coord_map()$setup_panel_params(scale_x, scale_y)))
/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dtypes.cc62 const float scale_x, in FromParameters() argument
66 return FeatureKeypoint(x, y, scale_x * std::cos(orientation), in FromParameters()
68 scale_x * std::sin(orientation), in FromParameters()
76 void FeatureKeypoint::Rescale(const float scale_x, const float scale_y) { in Rescale() argument
77 CHECK_GT(scale_x, 0); in Rescale()
79 x *= scale_x; in Rescale()
81 a11 *= scale_x; in Rescale()
83 a21 *= scale_x; in Rescale()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_admm_utils.F958 scale_x = scale_x + hfx_fraction
986 scale_x = scale_x + hfx_fraction
1014 scale_x = scale_x - hfx_fraction
1019 scale_x = scale_x + hfx_fraction
1049 scale_x = scale_x - hfx_fraction
1076 scale_x = scale_x + hfx_fraction
1106 scale_x = scale_x - hfx_fraction*(scale_coulomb + scale_longrange)
1135 scale_x = scale_x + hfx_fraction*(scale_coulomb + scale_longrange)
1141 scale_x = scale_x - hfx_fraction*scale_longrange
1181 scale_x = scale_x - hfx_fraction*scale_longrange
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda/
H A Dresize.cu167 float scale_y, float scale_x, bool round, bool half_pixel_centers) in launch_multichannel_resize_nn() argument
171 …cy, output, out_height, out_width, input, in_height, in_width, scale_y, scale_x, round, half_pixe… in launch_multichannel_resize_nn()
175 … stream, TensorSpan<T> output, TensorView<T> input, float scale_y, float scale_x, bool round, bool… in resize_nn() argument
190 …eam, output, out_height, out_width, input, in_height, in_width, scale_y, scale_x, round, half_pixe… in resize_nn()
209 float scale_y, float scale_x, bool half_pixel_centers) in launch_multichannel_resize_bilinear() argument
213 …icy, output, out_height, out_width, input, in_height, in_width, scale_y, scale_x, half_pixel_cente… in launch_multichannel_resize_bilinear()
217 … stream, TensorSpan<T> output, TensorView<T> input, float scale_y, float scale_x, bool half_pixel_… in resize_bilinear() argument
230 …eam, output, out_height, out_width, input, in_height, in_width, scale_y, scale_x, half_pixel_cente… in resize_bilinear()
232 …eam, output, out_height, out_width, input, in_height, in_width, scale_y, scale_x, half_pixel_cente… in resize_bilinear()
234 …eam, output, out_height, out_width, input, in_height, in_width, scale_y, scale_x, half_pixel_cente… in resize_bilinear()
[all …]
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/pixops/
H A Dpixops.c264 double scale_x, in pixops_scale_nearest() argument
353 double scale_x, in pixops_composite_nearest() argument
547 double scale_x, in pixops_composite_color_nearest() argument
1263 double scale_x, in pixops_process() argument
1610 double scale_x, in make_weights() argument
1747 prescale_x = sqrt (scale_x); in prescale()
1876 double scale_x, in _pixops_composite_color() argument
1957 double scale_x, in _pixops_composite_real() argument
2118 if (scale_x <= 1.0) in medialib_get_interpolation()
2367 double scale_x, in _pixops_scale_real() argument
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/assets/
H A DChTexture.h28 float scale_x; variable
32 ChTexture() : scale_x(1), scale_y(1) { filename = ""; } in ChTexture()
33 ChTexture(const char* mfilename) : scale_x(1), scale_y(1) { filename = mfilename; } in ChTexture()
34 ChTexture(const std::string& mfilename) : scale_x(1), scale_y(1) { filename = mfilename; } in ChTexture()
44 scale_x = sx; in SetTextureScale()
48 float GetTextureScaleX() const { return scale_x; } in GetTextureScaleX()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtksnapshot.c714 if (scale_x < 0 || scale_y < 0) in gtk_graphene_rect_scale_affine()
792 float scale_x, scale_y, dx, dy; in gtk_snapshot_push_repeat() local
849 float scale_x, scale_y, dx, dy; in gtk_snapshot_push_clip() local
997 float scale_x, scale_y, dx, dy; in gtk_snapshot_push_gl_shader() local
1084 float scale_x, scale_y, dx, dy; in gtk_snapshot_push_rounded_clip() local
1894 float scale_x, scale_y, dx, dy; in gtk_snapshot_append_cairo() local
1932 float scale_x, scale_y, dx, dy; in gtk_snapshot_append_texture() local
1965 float scale_x, scale_y, dx, dy; in gtk_snapshot_append_color() local
2168 float scale_x, scale_y, dx, dy; in gtk_snapshot_append_linear_gradient() local
2556 float scale_x, scale_y, x, y; in gtk_snapshot_append_inset_shadow() local
[all …]

12345678910>>...101