Home
last modified time | relevance | path

Searched refs:scale (Results 12001 – 12025 of 169482) sorted by relevance

1...<<481482483484485486487488489490>>...6780

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/ntp4/
H A Dtile_page.css109 transform: scale(0) rotate(0);
113 transform: scale(0) rotate(360deg);
132 transform: scale(0, 0);
136 transform: scale(1.2, 1.2);
140 transform: scale(1, 1);
150 transform: scale(1, 1);
156 transform: scale(1.3, 0.02);
161 transform: scale(0.3, 0.02);
167 transform: scale(0.3, 0.02);
/dports/graphics/R-cran-colorspace/colorspace/man/
H A Dscale_colour_binned_sequential.Rd70 \item{h2}{Ending hue value. If set to \code{NA}, generates a single-hue scale.}
78 \item{rev}{If \code{TRUE} (default), reverses the order of the colors in the color scale (compared …
80 \item{begin}{Number in the range of \code{[0, 1]} indicating to which point in the color scale the …
82 \item{end}{Number in the range of \code{[0, 1]} indicating to which point in the color scale the la…
88 \item{aesthetics}{The ggplot2 aesthetics to which this scale should be applied.}
90 \item{n_interp}{Number of discrete colors that should be used to interpolate the binned color scale
92 \item{...}{common binned scale parameters: `name`, `breaks`, `labels`, and `limits`. See
102 Compared to \code{\link{sequential_hcl}} the ordering of the colors in the sequential ggplot2 scale
105 colorful colors for larger values on the scale. This is typically the better default on light/white
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dpsychedelic.c73 unsigned int x, y, scale; member
103 p_filter->p_sys->scale = 1; in Create()
185 fmt_out.i_width = p_filter->fmt_out.video.i_width*p_filter->p_sys->scale/150; in Filter()
186 fmt_out.i_height = p_filter->fmt_out.video.i_height*p_filter->p_sys->scale/150; in Filter()
223 p_filter->p_sys->scale += p_filter->p_sys->scaleinc; in Filter()
224 if( p_filter->p_sys->scale >= 50 ) p_filter->p_sys->scaleinc = -1; in Filter()
225 if( p_filter->p_sys->scale <= 1 ) p_filter->p_sys->scaleinc = 1; in Filter()
227 w = p_filter->fmt_out.video.i_width*p_filter->p_sys->scale/150; in Filter()
228 h = p_filter->fmt_out.video.i_height*p_filter->p_sys->scale/150; in Filter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/resources/ntp4/
H A Dtile_page.css109 transform: scale(0) rotate(0);
113 transform: scale(0) rotate(360deg);
132 transform: scale(0, 0);
136 transform: scale(1.2, 1.2);
140 transform: scale(1, 1);
150 transform: scale(1, 1);
156 transform: scale(1.3, 0.02);
161 transform: scale(0.3, 0.02);
167 transform: scale(0.3, 0.02);
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A DImageLoaderJPEG.cpp118 int scale; in Load() local
120 scale = scalew; in Load()
122 scale = scaleh; in Load()
124 if (scale < 1) { in Load()
125 scale = 1; in Load()
126 } else if (scale > 16) { in Load()
127 scale = 16; in Load()
131 origsize.w, origsize.h, scalew, scaleh, scale); in Load()
134 jinfo.scale_denom = scale; in Load()
/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_math.cpp33 int scale = kDefaultScale; member
56 opts.scale = 15; in parse_cmd_opts()
58 opts.scale = fish_wcstoi(w.woptarg); in parse_cmd_opts()
59 if (errno || opts.scale < 0 || opts.scale > 15) { in parse_cmd_opts()
101 if (opts.have_scale && opts.scale != 0 && opts.base != 10) { in parse_cmd_opts()
200 if (opts.scale == 0) { in format_double()
202 return format_string(L"%.*f", opts.scale, v); in format_double()
205 wcstring ret = format_string(L"%.*f", opts.scale, v); in format_double()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsbsms/src/
H A Dresample.cpp87 void updateSlide(Slide *slide, float *f, float *scale, int *maxDist, float *ratio) in updateSlide() argument
93 *scale = stretch; in updateSlide()
97 *scale = 1.0f; in updateSlide()
135 float scale; in read() local
138 updateSlide(slide,&f,&scale,&maxDist,&ratio); in read()
192 sinc = scale*sincTable[k0]; in read()
195 sinc = scale*sincTable[k1]; in read()
197 sinc = scale*((1.0f-df)*sincTable[k0] + df*sincTable[k1]); in read()
210 updateSlide(slide,&f,&scale,&maxDist,&ratio); in read()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/defs/
H A Dvalues.ded23 # "{fonta, scale=2}C{scale=1}APITAL"
36 # scale=1.0 Uniform scaling factor (both X and Y).
44 # ups=1.25 Upper case Y scale.
46 # los=1.0 Lower case Y scale.
54 # M_DOOM = "{R=.5; G=1; B=.5; scale=3}G{scale=2;y=10}ONE {
55 # scale=3;y=0}F{ scale = 2; y = 10 }I{break}SHING";
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/python/tests/cases/
H A Dzoom_test.py133 scale = 2834.6472
135 self.mapobj1.zoomScale(scale, p, w, h, extent, None)
136 assert self.mapobj1.scaledenom == scale
146 scale = 1417.3236
148 self.mapobj1.zoomScale(scale, p, w, h, extent, None)
158 scale = 5669.2944
160 self.mapobj1.zoomScale(scale, p, w, h, extent, None)
173 scale = 10000
174 self.mapobj1.zoomScale(scale, p, w, h, extent, max)
/dports/misc/mnn/MNN-1.2.0/tools/quantization/
H A DquantizeWeight.cpp105 …SymmetricQuantizeWeight(const float* weight, const int size, int8_t* quantizedWeight, float* scale, in SymmetricQuantizeWeight() argument
119 scale[c] = 0.0f; in SymmetricQuantizeWeight()
121 scale[c] = dataAbsMax / quantizedMaxValue; in SymmetricQuantizeWeight()
136 … int32_t* quantizedBias, float* scale, const float inputScale, const float outputScale, in QuantizeConvPerChannel() argument
175 scale[i] = 0.0f; in QuantizeConvPerChannel()
177 scale[i] = inputScalexWeight * quantizedWeightScale[i] / outputScale; in QuantizeConvPerChannel()
195 … int32_t* quantizedBias, float* scale, const float inputScale, const float outputScale, in QuantizeDepthwiseConv() argument
210 scale[index] = 0.0f; in QuantizeDepthwiseConv()
212 scale[index] = inputScale * quantizedWeightScale[c] / outputScale; in QuantizeDepthwiseConv()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpsheartool.c182 GtkWidget *scale; in gimp_shear_tool_dialog() local
191 scale = gimp_spin_scale_new (shear->x_adj, _("Shear magnitude _X"), 0); in gimp_shear_tool_dialog()
192 gimp_spin_scale_set_scale_limits (GIMP_SPIN_SCALE (scale), -1000, 1000); in gimp_shear_tool_dialog()
193 gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 0); in gimp_shear_tool_dialog()
194 gtk_widget_show (scale); in gimp_shear_tool_dialog()
202 scale = gimp_spin_scale_new (shear->y_adj, _("Shear magnitude _Y"), 0); in gimp_shear_tool_dialog()
203 gimp_spin_scale_set_scale_limits (GIMP_SPIN_SCALE (scale), -1000, 1000); in gimp_shear_tool_dialog()
204 gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 0); in gimp_shear_tool_dialog()
205 gtk_widget_show (scale); in gimp_shear_tool_dialog()
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudrenderer.h57 …QgsPointCloudRenderContext( QgsRenderContext &context, const QgsVector3D &scale, const QgsVector3D…
80 QgsVector3D scale() const { return mScale; } in scale() function
86 void setScale( const QgsVector3D &scale ) { mScale = scale; } in setScale() argument
429 … void setPointSizeMapUnitScale( const QgsMapUnitScale &scale ) { mPointSizeMapUnitScale = scale; } in setPointSizeMapUnitScale() argument
514 x = context.offset().x() + context.scale().x() * ix; in pointXY()
515 y = context.offset().y() + context.scale().y() * iy; in pointXY()
526 …return ( context.offset().z() + context.scale().z() * iz ) * context.zValueScale() + context.zValu… in pointZ()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpnmdec.c49 float scale; in pnm_decode_frame() local
261 scale = 1.f / s->scale; in pnm_decode_frame()
270 r[j] = av_int2float(AV_RL32(s->bytestream+0)) * scale; in pnm_decode_frame()
271 g[j] = av_int2float(AV_RL32(s->bytestream+4)) * scale; in pnm_decode_frame()
272 b[j] = av_int2float(AV_RL32(s->bytestream+8)) * scale; in pnm_decode_frame()
288 r[j] = av_int2float(AV_RB32(s->bytestream+0)) * scale; in pnm_decode_frame()
289 g[j] = av_int2float(AV_RB32(s->bytestream+4)) * scale; in pnm_decode_frame()
290 b[j] = av_int2float(AV_RB32(s->bytestream+8)) * scale; in pnm_decode_frame()
303 scale = 1.f / s->scale; in pnm_decode_frame()
308 g[j] = av_int2float(AV_RL32(s->bytestream)) * scale; in pnm_decode_frame()
[all …]
/dports/print/xreader/xreader-3.2.2/libview/
H A Dev-document-model.c36 gdouble scale; member
166 g_value_set_double (value, model->scale); in ev_document_model_get_property()
296 model->scale = 1.; in ev_document_model_init()
398 gdouble scale) in ev_document_model_set_scale() argument
402 scale = CLAMP (scale, in ev_document_model_set_scale()
406 if (scale == model->scale) in ev_document_model_set_scale()
409 model->scale = scale; in ev_document_model_set_scale()
419 return model->scale; in ev_document_model_get_scale()
433 if (model->scale > max_scale) in ev_document_model_set_max_scale()
456 if (model->scale < min_scale) in ev_document_model_set_min_scale()
/dports/multimedia/ogmrip/ogmrip-1.0.1/src/
H A Dogmrip-crop-dialog.c54 GtkWidget *scale; member
229 ogmrip_crop_dialog_scale_value_changed (OGMRipCropDialog *dialog, GtkWidget *scale) in ogmrip_crop_dialog_scale_value_changed() argument
234 frame = (gulong) gtk_range_get_value (GTK_RANGE (scale)); in ogmrip_crop_dialog_scale_value_changed()
248 frame = (gulong) gtk_range_get_value (GTK_RANGE (scale)); in ogmrip_crop_dialog_scale_button_released()
318 dialog->priv->scale = glade_xml_get_widget (xml, "frame-scale"); in ogmrip_crop_dialog_init()
319 g_signal_connect_swapped (dialog->priv->scale, "value-changed", in ogmrip_crop_dialog_init()
321 g_signal_connect_swapped (dialog->priv->scale, "button-release-event", in ogmrip_crop_dialog_init()
375 gtk_range_set_range (GTK_RANGE (dialog->priv->scale), 1.0, dialog->priv->length); in ogmrip_crop_dialog_new()
379 gtk_range_set_value (GTK_RANGE (dialog->priv->scale), frame); in ogmrip_crop_dialog_new()
381 ogmrip_crop_dialog_scale_button_released (dialog, NULL, dialog->priv->scale); in ogmrip_crop_dialog_new()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dsvd.h82 rv1[i] = scale * g; in dsvd()
83 g = s = scale = 0.0; in dsvd()
87 scale += fabs(a[k*str+i]); in dsvd()
88 if (scale != 0.0) in dsvd()
92 a[k*str+i] = a[k*str+i]/scale; in dsvd()
112 a[k*str+i] = a[k*str+i]*scale; in dsvd()
115 w[i] = scale * g; in dsvd()
118 g = s = scale = 0.0; in dsvd()
122 scale += fabs(a[i*str+k]); in dsvd()
123 if (scale != 0.0) in dsvd()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dsvd.h82 rv1[i] = scale * g; in dsvd()
83 g = s = scale = 0.0; in dsvd()
87 scale += fabs(a[k*str+i]); in dsvd()
88 if (scale != 0.0) in dsvd()
92 a[k*str+i] = a[k*str+i]/scale; in dsvd()
112 a[k*str+i] = a[k*str+i]*scale; in dsvd()
115 w[i] = scale * g; in dsvd()
118 g = s = scale = 0.0; in dsvd()
122 scale += fabs(a[i*str+k]); in dsvd()
123 if (scale != 0.0) in dsvd()
[all …]
/dports/graphics/atril-lite/atril-1.26.0/libview/
H A Dev-document-model.c36 gdouble scale; member
166 g_value_set_double (value, model->scale); in ev_document_model_get_property()
298 model->scale = 1.; in ev_document_model_init()
400 gdouble scale) in ev_document_model_set_scale() argument
404 scale = CLAMP (scale, in ev_document_model_set_scale()
408 if (scale == model->scale) in ev_document_model_set_scale()
411 model->scale = scale; in ev_document_model_set_scale()
421 return model->scale; in ev_document_model_get_scale()
435 if (model->scale > max_scale) in ev_document_model_set_max_scale()
458 if (model->scale < min_scale) in ev_document_model_set_min_scale()
/dports/graphics/atril/atril-1.26.0/libview/
H A Dev-document-model.c36 gdouble scale; member
166 g_value_set_double (value, model->scale); in ev_document_model_get_property()
298 model->scale = 1.; in ev_document_model_init()
400 gdouble scale) in ev_document_model_set_scale() argument
404 scale = CLAMP (scale, in ev_document_model_set_scale()
408 if (scale == model->scale) in ev_document_model_set_scale()
411 model->scale = scale; in ev_document_model_set_scale()
421 return model->scale; in ev_document_model_get_scale()
435 if (model->scale > max_scale) in ev_document_model_set_max_scale()
458 if (model->scale < min_scale) in ev_document_model_set_min_scale()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGFont.cpp192 float scale; member
200 data.length += identifier.horizontalAdvanceX * data.scale; in floatWidthUsingSVGFontCallback()
254 data.scale = convertEmUnitToPixel(font->size(), fontFaceElement->unitsPerEm(), 1.0f); in floatWidthOfSubStringUsingSVGFont()
326 float scale = convertEmUnitToPixel(size(), fontFaceElement->unitsPerEm(), 1.0f); in drawTextUsingSVGFont() local
365 glyphOrigin.setX(fontData->horizontalOriginX() * scale); in drawTextUsingSVGFont()
366 glyphOrigin.setY(fontData->horizontalOriginY() * scale); in drawTextUsingSVGFont()
387 glyphOrigin.setX(identifier.verticalOriginX * scale); in drawTextUsingSVGFont()
388 glyphOrigin.setY(identifier.verticalOriginY * scale); in drawTextUsingSVGFont()
393 glyphPathTransform.scale(scale, -scale); in drawTextUsingSVGFont()
408 currentPoint.move(0.0f, identifier.verticalAdvanceY * scale); in drawTextUsingSVGFont()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dpair_coul_long.cpp62 memory->destroy(scale); in ~PairCoulLong()
127 prefactor = qqrd2e * scale[itype][jtype] * qtmp * q[j] / r; in compute()
137 forcecoul = scale[itype][jtype] * qtmp * q[j] * table; in compute()
140 prefactor = scale[itype][jtype] * qtmp * q[j] * table; in compute()
161 ecoul = scale[itype][jtype] * qtmp * q[j] * table; in compute()
189 memory->create(scale, n + 1, n + 1, "pair:scale"); in allocate()
219 scale[i][j] = 1.0; in coeff()
256 scale[j][i] = scale[i][j]; in init_one()
271 if (setflag[i][j]) fwrite(&scale[i][j], sizeof(double), 1, fp); in write_restart()
293 MPI_Bcast(&scale[i][j], 1, MPI_DOUBLE, 0, world); in read_restart()
[all …]
/dports/astro/match/match-1.0/
H A Dmatch.c153 double scale = -1.0; in main() local
264 if (sscanf(argv[i] + 6, "%lf", &scale) != 1) { in main()
267 if (scale <= 0) { in main()
268 shFatal("invalid value %lf for scale: must be > 0", scale); in main()
377 scale = 1.0; in main()
433 if ((scale == -1) && (min_scale == -1) && (max_scale == -1)) { in main()
437 else if ((scale != -1) && (min_scale == -1) && (max_scale == -1)) { in main()
439 min_scale = scale - (0.01*AT_MATCH_PERCENT*scale); in main()
440 max_scale = scale + (0.01*AT_MATCH_PERCENT*scale); in main()
442 else if ((scale == -1) && (min_scale != -1) && (max_scale != -1)) { in main()
[all …]
/dports/science/R-cran-Epi/Epi/man/
H A Dapc.frame.Rd9 A plot is generated where both the age-scale and the cohort/period
10 scale is on the x-axis. The left vertical axis will be a logarithmic
11 rate scale referring to age-effects and the right a logarithmic
12 rate-ratio scale of the same relative extent as the left referring to
44 \item{rr.ref}{At what level of the rate scale is the RR=1 to be.}
45 \item{a.tic}{Location of additional tick marks on the age-scale}
47 \item{r.tic}{Location of additional tick marks on the rate-scale}
57 \item{gap}{Gap between the age-scale and the cohort-period scale}
74 the plot will be a rate scale for the age-effects, and the x-axis will
75 be the age-scale. The cohort and period effects are plotted by
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dfd_operators.py133 def Laplace(gd, scale=1.0, n=1, dtype=float): argument
135 return FTLaplace(gd, scale, dtype)
137 return GUCLaplace(gd, scale, n, dtype)
141 def __init__(self, gd, scale=1.0, n=1, dtype=float): argument
180 a_d *= scale
198 def __init__(self, gd, v, scale=1.0, n=1, dtype=float): argument
252 coef_d = np.linalg.inv(n_cv)[v].dot(coef_cd) * scale
275 def __init__(self, gd, scale, dtype=float): argument
318 def __init__(self, gd, scale, dtype): argument
330 self.k2_Q *= -scale
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/style/
H A Dstyle_core_icon.cpp32 int scale) { in CreateIconMask() argument
41 const auto realscale = scale * factor; in CreateIconMask()
57 ConvertScale(width, scale) * factor, in CreateIconMask()
58 ConvertScale(height, scale) * factor, in CreateIconMask()
74 QSize readGeneratedSize(const IconMask *mask, int scale) { in readGeneratedSize() argument
95 ConvertScale(width, scale), in readGeneratedSize()
96 ConvertScale(height, scale)); in readGeneratedSize()
243 if (scale == kScaleAuto) { in instance()
254 auto size = readGeneratedSize(_mask, scale); in instance()
261 auto mask = CreateIconMask(_mask, scale); in instance()
[all …]

1...<<481482483484485486487488489490>>...6780