Home
last modified time | relevance | path

Searched refs:scale_size (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/piwigo/piwigo/include/
H A Dderivative_params.inc.php262 function compute($in_size, $coi, &$crop_rect, &$scale_size) argument
295 $scale_size = array($destCrop->width(), $destCrop->height());
303 $scale_size[0] = $this->ideal_size[0];
304 $scale_size[1] = floor(1e-6 + $scale_size[1] / $ratio_w);
308 $scale_size[0] = floor(1e-6 + $scale_size[0] / $ratio_h);
309 $scale_size[1] = $this->ideal_size[1];
314 $scale_size = null;
373 $this->sizing->compute( $in_size, null, $crop_rect, $scale_size );
374 return $scale_size != null ? $scale_size : $in_size;
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtexture_rect.cpp89 Size2 scale_size(size.width / tex_size.width, size.height / tex_size.height); in _notification() local
90 float scale = scale_size.width > scale_size.height ? scale_size.width : scale_size.height; in _notification()
101 Size2 scale_size(size.width / texture->get_width(), size.height / texture->get_height()); in _notification() local
103 offset.width += hflip ? p_atlas->get_margin().get_position().width * scale_size.width * 2 : 0; in _notification()
104 offset.height += vflip ? p_atlas->get_margin().get_position().height * scale_size.height * 2 : 0; in _notification()
H A Dtexture_button.cpp208 Size2 scale_size(size.width / tex_size.width, size.height / tex_size.height); in _notification() local
209 float scale = scale_size.width > scale_size.height ? scale_size.width : scale_size.height; in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtexture_rect.cpp89 Size2 scale_size(size.width / tex_size.width, size.height / tex_size.height); in _notification() local
90 float scale = scale_size.width > scale_size.height ? scale_size.width : scale_size.height; in _notification()
101 Size2 scale_size(size.width / texture->get_width(), size.height / texture->get_height()); in _notification() local
103 offset.width += hflip ? p_atlas->get_margin().get_position().width * scale_size.width * 2 : 0; in _notification()
104 offset.height += vflip ? p_atlas->get_margin().get_position().height * scale_size.height * 2 : 0; in _notification()
H A Dtexture_button.cpp208 Size2 scale_size(size.width / tex_size.width, size.height / tex_size.height); in _notification() local
209 float scale = scale_size.width > scale_size.height ? scale_size.width : scale_size.height; in _notification()
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DMenuIcon.cc65 unsigned int scale_size = height - 2*theme.bevelWidth(); in draw() local
66 m_pixmap.scale(scale_size, scale_size); in draw()
67 m_mask.scale(scale_size, scale_size); in draw()
/dports/graphics/R-cran-visNetwork/visNetwork/R/
H A DvisClustering.R170 force = FALSE, scale_size = TRUE){ argument
183 scale_size <- rep(scale_size, length(groups))[1:length(groups)]
188 …oups = groups, label = label, shape = shape, color = color, force = force, scale_size = scale_size) nameattr
/dports/graphics/p5-Chart-Clicker/Chart-Clicker-2.90/lib/Chart/Clicker/Axis/DivisionType/
H A DLinearRounded.pm32 my $scale_size = 10**$digits;
43 my $test_scale = $scale_divider * $scale_size;
46 $scale_size = $test_scale;
51 return $scale_size;
/dports/games/multimc/MultiMC5-0.6.11/libraries/pack200/src/
H A Ddefines.h44 #define NEW(T, n) (T *) must_malloc((int)(scale_size(n, sizeof(T))))
45 #define U_NEW(T, n) (T *) u->alloc(scale_size(n, sizeof(T)))
46 #define T_NEW(T, n) (T *) u->temp_alloc(scale_size(n, sizeof(T)))
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dgl_helper_scaling.h91 : scale_factor(factor), scale_x(x), scale_size(size) {} in ScaleOp()
128 scale->set_x(scale_size); in UpdateScale()
130 scale->set_y(scale_size); in UpdateScale()
139 int scale_size; // Size to scale to. member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dgl_helper_scaling.h91 : scale_factor(factor), scale_x(x), scale_size(size) {} in ScaleOp()
128 scale->set_x(scale_size); in UpdateScale()
130 scale->set_y(scale_size); in UpdateScale()
139 int scale_size; // Size to scale to. member
/dports/net/trafshow/trafshow-5.2.3/
H A Dhelp_page.c80 scale_size(name, descr) in scale_size() function
99 scale_size(&name_sz, &desc_sz);
121 scale_size(&name_sz, &desc_sz);
158 scale_size(&name_sz, &desc_sz); in help_page_selector()
H A Dshow_if.c29 scale_size(name, addr, descr) in scale_size() function
49 scale_size(&name_sz, &addr_sz, &desc_sz);
121 scale_size(&name_sz, &addr_sz, &desc_sz);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h89 #define NEW(T, n) (T*) must_malloc((int)(scale_size(n, sizeof(T))))
90 #define U_NEW(T, n) (T*) u->alloc(scale_size(n, sizeof(T)))
91 #define T_NEW(T, n) (T*) u->temp_alloc(scale_size(n, sizeof(T)))
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Ddefines.h89 #define NEW(T, n) (T*) must_malloc((int)(scale_size(n, sizeof(T))))
90 #define U_NEW(T, n) (T*) u->alloc(scale_size(n, sizeof(T)))
91 #define T_NEW(T, n) (T*) u->temp_alloc(scale_size(n, sizeof(T)))
/dports/math/ideep/ideep-2.0.0-119-gb57539e/include/ideep/
H A Dabstract_types.hpp111 #define IDEEP_OP_SCALE_MASK(scale_size) (((scale_size) > 1) ? 2 : 0) argument
112 #define IDEEP_TENSOR_SCALE_MASK(scale_size, grouped) \ argument
113 (((scale_size) > 1) ? ((grouped) ? 3 : 1) : 0)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/
H A Ddefines.h93 #define NEW(T, n) (T*) must_malloc((int)(scale_size(n, sizeof(T))))
94 #define U_NEW(T, n) (T*) u->alloc(scale_size(n, sizeof(T)))
95 #define T_NEW(T, n) (T*) u->temp_alloc(scale_size(n, sizeof(T)))
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.pack/share/native/common-unpack/
H A Ddefines.h93 #define NEW(T, n) (T*) must_malloc((int)(scale_size(n, sizeof(T))))
94 #define U_NEW(T, n) (T*) u->alloc(scale_size(n, sizeof(T)))
95 #define T_NEW(T, n) (T*) u->temp_alloc(scale_size(n, sizeof(T)))
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/
H A Ddefines.h93 #define NEW(T, n) (T*) must_malloc((int)(scale_size(n, sizeof(T))))
94 #define U_NEW(T, n) (T*) u->alloc(scale_size(n, sizeof(T)))
95 #define T_NEW(T, n) (T*) u->temp_alloc(scale_size(n, sizeof(T)))
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.pack/share/native/common-unpack/
H A Ddefines.h93 #define NEW(T, n) (T*) must_malloc((int)(scale_size(n, sizeof(T))))
94 #define U_NEW(T, n) (T*) u->alloc(scale_size(n, sizeof(T)))
95 #define T_NEW(T, n) (T*) u->temp_alloc(scale_size(n, sizeof(T)))
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DMenuItem.cc122 int scale_size = h - 2*bevel; in draw() local
123 if (scale_size > 0) { in draw()
124 tmp_pixmap.scale(scale_size, scale_size); in draw()
125 tmp_mask.scale(scale_size, scale_size); in draw()
/dports/deskutils/gnome-documents/gnome-documents-3.34.0/src/lib/
H A Dgd-utils.c235 gint pix_width, pix_height, scale_size; in gd_create_collection_icon() local
255 scale_size = MIN (pix_width, pix_height); in gd_create_collection_icon()
263 …cairo_scale (cr, (gdouble) tile_size / (gdouble) scale_size, (gdouble) tile_size / (gdouble) scale… in gd_create_collection_icon()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvout_subpictures.c660 const spu_scale_t scale_size, in SpuRenderRegion() argument
677 *dst_area = spu_area_create(0,0, 0,0, scale_size); in SpuRenderRegion()
716 y_margin = spu_invscale_h(sys->margin, scale_size); in SpuRenderRegion()
728 scale_size); in SpuRenderRegion()
812 (scale_size.w != SCALE_UNIT || scale_size.h != SCALE_UNIT || in SpuRenderRegion()
918 crop_x = spu_scale_w(sys->crop.x, scale_size); in SpuRenderRegion()
919 crop_y = spu_scale_h(sys->crop.y, scale_size); in SpuRenderRegion()
920 crop_width = spu_scale_w(sys->crop.width, scale_size); in SpuRenderRegion()
921 crop_height= spu_scale_h(sys->crop.height, scale_size); in SpuRenderRegion()
932 crop_width = spu_scale_w(region->i_max_width, scale_size); in SpuRenderRegion()
[all …]
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dscale_size.Rd3 \name{scale_size}
4 \alias{scale_size}
16 scale_size(
159 \code{scale_size()} scales area, \code{scale_radius()} scales radius. The size
163 to a size of 0. \code{scale_size_binned()} is a binned version of \code{scale_size()} that
171 p + scale_size("Highway mpg")
172 p + scale_size(range = c(0, 10))
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_VariableSizeBokehBlurOperation.h74 void setDoScaleSize(bool scale_size) in setDoScaleSize() argument
76 this->m_do_size_scale = scale_size; in setDoScaleSize()

12345