Home
last modified time | relevance | path

Searched refs:scalex (Results 1 – 25 of 1371) sorted by relevance

12345678910>>...55

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/defs/doom1/
H A Dmenu.ded12 M_NGAME = "{case,tracking=-1,scalex=1.1}N{scalex=1}ew {x=5}G{scalex=1}ame";
13 M_OPTION = "{case,tracking=-1,scalex=1.1}O{scalex=1}ptions";
14 M_LOADG = "{case,tracking=-1,scalex=1.3}L{scalex=1}oad {x=5}game";
16 …M_RDTHIS = "{case,tracking=-1,scalex=1.1}R{scalex=1}ead {x=5,scalex=1.1}T{scalex=1}his{scaley=1.25…
17 M_QUITG = "{case,tracking=-1,scalex=1.1}Q{scalex=1}uit {x=5,scalex=1.1}G{scalex=1}ame";
22 …M_SKILL = "{case,tracking=-1,scalex=1.1}C{scalex=1}hoose {x=5}Skill {x=10,scalex=1.3}L{scalex=1}e…
26 …M_ULTRA = "{case,tracking=-1,scalex=1.1}U{scalex=1}ltra{tracking=1,scalex=2.8,scaley=1.4,x=2,y=-3…
28 …M_EPISOD = "{case,tracking=-1,scalex=1.1}W{scalex=1}hich {x=5,scalex=1.1}E{scalex=1}pisode{scaley=…
29scalex=1.1}K{scalex=1}ne{tracking=2}e{scalex=1.2,scaley=1.8,y=-6}-{tracking=-1,scalex=1.1,scaley=1…
30 …M_EPI2 = "{case,tracking=-1,scalex=1.3}T{scalex=1}he {x=5,scalex=1.1}S{scalex=1}hores {x=10}of {…
[all …]
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/samples/copifuncs/
H A Dcopi.wheel11 scalex() {
22 --begin `scaley 48` `scalex 78` --infobox "cd /var/log/news" 0 0 --and-widget \
25 --begin `scaley 51` `scalex 40` --infobox "cd /var/spool" 0 0 --and-widget \
29 --begin `scaley 27` `scalex 2` --infobox "CURMASK=`umask`" 0 0 --and-widget \
30 --begin `scaley 19` `scalex 4` --infobox "umask 02" 0 0 --and-widget \
33 --begin `scaley 2` `scalex 37` --infobox "cd in.coming" 0 0 --and-widget \
34 --begin `scaley 1` `scalex 46` --infobox "mkdir -p bad tmp" 0 0 --and-widget \
36 --begin `scaley 5` `scalex 76` --infobox "umask $CURMASK" 0 0 --and-widget \
40 --begin `scaley 34` `scalex 95` --infobox "cd ~news" 0 0 --and-widget \
51 --begin `scaley 19` `scalex 4` --infobox ":>newsgroups" 0 0 --and-widget \
[all …]
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/samples/
H A Dwheel19 scalex() {
30 --begin `scaley 48` `scalex 78` --infobox "cd /var/log/news" 0 0 --and-widget \
33 --begin `scaley 51` `scalex 40` --infobox "cd /var/spool" 0 0 --and-widget \
36 --begin `scaley 35` `scalex 4` --infobox "cd /var/spool/news" 0 0 --and-widget \
37 --begin `scaley 27` `scalex 2` --infobox "CURMASK=`umask`" 0 0 --and-widget \
38 --begin `scaley 19` `scalex 4` --infobox "umask 02" 0 0 --and-widget \
41 --begin `scaley 2` `scalex 37` --infobox "cd in.coming" 0 0 --and-widget \
42 --begin `scaley 1` `scalex 46` --infobox "mkdir -p bad tmp" 0 0 --and-widget \
44 --begin `scaley 5` `scalex 76` --infobox "umask $CURMASK" 0 0 --and-widget \
48 --begin `scaley 34` `scalex 95` --infobox "cd ~news" 0 0 --and-widget \
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/splashscreen/impls/defaultsplashscreen2012/
H A DSplinesDefs.java151 public static Polygon getMainLeaf(Double scalex, double scaley) { in getMainLeaf() argument
153 return polygonizeControlPoints(mainLeafArray, scalex, scaley); in getMainLeaf()
165 public static Polygon getSecondLeaf(double scalex, double scaley) { in getSecondLeaf() argument
166 return polygonizeControlPoints(smallLeafArray, scalex, scaley); in getSecondLeaf()
173 public static Polygon getMainLeafStalk(double scalex, double scaley) { in getMainLeafStalk() argument
174 return polygonizeControlPoints(mainLeafStalkArray, scalex, scaley); in getMainLeafStalk()
177 public static Polygon getMainLeafCurve(Double scalex, double scaley) { in getMainLeafCurve() argument
178 return getNatCubicClosed(getMainLeaf(scalex, scaley)); in getMainLeafCurve()
182 return getNatCubicClosed(getMainLeafStalk(scalex, scaley)); in getMainLeafStalkCurve()
186 return getNatCubicClosed(getSecondLeaf(scalex, scaley)); in getSecondLeafCurve()
[all …]
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/ffffltk/
H A Dffffltk_display.h81 double scalex, in draw() local
89 if(scalex > scaley) in draw()
91 scalex = scaley; in draw()
97 scaley = scalex; in draw()
100 offset = scalex*drawing_w; in draw()
126 cairo_scale(cr,scalex,scaley); in draw()
240 double scalex, in draw() local
248 if(scalex > scaley) in draw()
250 scalex = scaley; in draw()
256 scaley = scalex; in draw()
[all …]
/dports/games/powermanga/powermanga-0.93.1/src/
H A Ddisplay_x11.c1091 scale (scalex, pixels + (pitch * score_offscreen_height * scalex), pitch, in display_scalex()
1102 scale (scalex, in display_scalex()
1126 scale (scalex, pixels + (68 * bytes_per_pixel * scalex), pitch, in display_scalex()
1130 scalex_ximage, 68 * scalex, 0, 68 * scalex, 0, in display_scalex()
1131 128 * scalex, 16 * scalex); in display_scalex()
1147 (score_offscreen_height + 171) * scalex, 14 * scalex, in display_scalex()
1164 (score_offscreen_height + 5) * scalex, 14 * scalex, in display_scalex()
1197 scalex_ximage, 210 * scalex, 3 * scalex, 210 * scalex, in display_scalex()
1198 3 * scalex, 100 * scalex, 9 * scalex); in display_scalex()
1212 scalex_ximage, 10 * scalex, 3 * scalex, 10 * scalex, in display_scalex()
[all …]
/dports/databases/postgis30/postgis-3.0.4/raster/test/regress/
H A Drt_set_properties.sql26 scalex double precision, field
241 (scalex+2) AS expectedx,
243 st_scalex(st_setscale(rast,scalex+2,scaley)) AS obtainedx,
244 st_scaley(st_setscale(rast,scalex,scaley+3)) AS obtainedy
247 (scalex+2) != st_scalex(st_setscale(rast,scalex+2,scaley)) OR
248 (scaley+3) != st_scaley(st_setscale(rast,scalex,scaley+3));
251 (scalex+2) AS expectedx,
253 st_scalex(st_setscale(rast,scalex+2)) AS obtainedx,
257 (scalex+2) != st_scalex(st_setscale(rast,scalex+2)) OR
H A Drt_utility.sql26 scalex double precision, field
173 scalex * (width - 1) + skewx * (height - 1) + ipx,
180 scalex * width + skewx * height + ipx,
199 scalex * (width - 1) + ipx
206 scalex * width + ipx
232 scalex * (width - 1) + skewx * (height - 1) + ipx,
241 scalex * width + skewx * height + ipx,
260 scalex * (width - 1) + skewx * (height - 1) + ipx,
267 scalex * width + skewx * height + ipx,
319 scalex * (width - 1) + skewx * (height - 1) + ipx,
[all …]
/dports/databases/postgis32/postgis-3.2.0/raster/test/regress/
H A Drt_set_properties.sql26 scalex double precision, field
241 (scalex+2) AS expectedx,
243 st_scalex(st_setscale(rast,scalex+2,scaley)) AS obtainedx,
244 st_scaley(st_setscale(rast,scalex,scaley+3)) AS obtainedy
247 (scalex+2) != st_scalex(st_setscale(rast,scalex+2,scaley)) OR
248 (scaley+3) != st_scaley(st_setscale(rast,scalex,scaley+3));
251 (scalex+2) AS expectedx,
253 st_scalex(st_setscale(rast,scalex+2)) AS obtainedx,
257 (scalex+2) != st_scalex(st_setscale(rast,scalex+2)) OR
H A Drt_utility.sql26 scalex double precision, field
173 scalex * (width - 1) + skewx * (height - 1) + ipx,
180 scalex * width + skewx * height + ipx,
199 scalex * (width - 1) + ipx
206 scalex * width + ipx
232 scalex * (width - 1) + skewx * (height - 1) + ipx,
241 scalex * width + skewx * height + ipx,
260 scalex * (width - 1) + skewx * (height - 1) + ipx,
267 scalex * width + skewx * height + ipx,
319 scalex * (width - 1) + skewx * (height - 1) + ipx,
[all …]
/dports/databases/postgis25/postgis-2.5.5/raster/test/regress/
H A Drt_set_properties.sql26 scalex double precision, field
241 (scalex+2) AS expectedx,
243 st_scalex(st_setscale(rast,scalex+2,scaley)) AS obtainedx,
244 st_scaley(st_setscale(rast,scalex,scaley+3)) AS obtainedy
247 (scalex+2) != st_scalex(st_setscale(rast,scalex+2,scaley)) OR
248 (scaley+3) != st_scaley(st_setscale(rast,scalex,scaley+3));
251 (scalex+2) AS expectedx,
253 st_scalex(st_setscale(rast,scalex+2)) AS obtainedx,
257 (scalex+2) != st_scalex(st_setscale(rast,scalex+2)) OR
H A Drt_utility.sql26 scalex double precision, field
173 scalex * (width - 1) + skewx * (height - 1) + ipx,
180 scalex * width + skewx * height + ipx,
199 scalex * (width - 1) + ipx
206 scalex * width + ipx
232 scalex * (width - 1) + skewx * (height - 1) + ipx,
241 scalex * width + skewx * height + ipx,
260 scalex * (width - 1) + skewx * (height - 1) + ipx,
267 scalex * width + skewx * height + ipx,
319 scalex * (width - 1) + skewx * (height - 1) + ipx,
[all …]
/dports/databases/postgis31/postgis-3.1.4/raster/test/regress/
H A Drt_set_properties.sql26 scalex double precision, field
241 (scalex+2) AS expectedx,
243 st_scalex(st_setscale(rast,scalex+2,scaley)) AS obtainedx,
244 st_scaley(st_setscale(rast,scalex,scaley+3)) AS obtainedy
247 (scalex+2) != st_scalex(st_setscale(rast,scalex+2,scaley)) OR
248 (scaley+3) != st_scaley(st_setscale(rast,scalex,scaley+3));
251 (scalex+2) AS expectedx,
253 st_scalex(st_setscale(rast,scalex+2)) AS obtainedx,
257 (scalex+2) != st_scalex(st_setscale(rast,scalex+2)) OR
H A Drt_utility.sql26 scalex double precision, field
173 scalex * (width - 1) + skewx * (height - 1) + ipx,
180 scalex * width + skewx * height + ipx,
199 scalex * (width - 1) + ipx
206 scalex * width + ipx
232 scalex * (width - 1) + skewx * (height - 1) + ipx,
241 scalex * width + skewx * height + ipx,
260 scalex * (width - 1) + skewx * (height - 1) + ipx,
267 scalex * width + skewx * height + ipx,
319 scalex * (width - 1) + skewx * (height - 1) + ipx,
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dmultiplot.c337 mp_layout.rmargin.scalex = mp_layout.lmargin.scalex; in multiplot_start()
347 mp_layout.bmargin.scalex = mp_layout.rmargin.scalex; in multiplot_start()
357 mp_layout.tmargin.scalex = mp_layout.bmargin.scalex; in multiplot_start()
402 if (mp_layout.bmargin.scalex == screen && mp_layout.tmargin.scalex == screen) in multiplot_start()
477 mp_layout.lmargin.scalex = mp_layout.rmargin.scalex = screen; in multiplot_end()
478 mp_layout.bmargin.scalex = mp_layout.tmargin.scalex = screen; in multiplot_end()
480 mp_layout.xspacing.scalex = mp_layout.yspacing.scalex = screen; in multiplot_end()
579 lmargin.scalex = screen; in mp_layout_margins_and_spacing()
581 rmargin.scalex = screen; in mp_layout_margins_and_spacing()
589 bmargin.scalex = screen; in mp_layout_margins_and_spacing()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dmultiplot.c337 mp_layout.rmargin.scalex = mp_layout.lmargin.scalex; in multiplot_start()
347 mp_layout.bmargin.scalex = mp_layout.rmargin.scalex; in multiplot_start()
357 mp_layout.tmargin.scalex = mp_layout.bmargin.scalex; in multiplot_start()
402 if (mp_layout.bmargin.scalex == screen && mp_layout.tmargin.scalex == screen) in multiplot_start()
477 mp_layout.lmargin.scalex = mp_layout.rmargin.scalex = screen; in multiplot_end()
478 mp_layout.bmargin.scalex = mp_layout.tmargin.scalex = screen; in multiplot_end()
480 mp_layout.xspacing.scalex = mp_layout.yspacing.scalex = screen; in multiplot_end()
579 lmargin.scalex = screen; in mp_layout_margins_and_spacing()
581 rmargin.scalex = screen; in mp_layout_margins_and_spacing()
589 bmargin.scalex = screen; in mp_layout_margins_and_spacing()
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dmultiplot.c337 mp_layout.rmargin.scalex = mp_layout.lmargin.scalex; in multiplot_start()
347 mp_layout.bmargin.scalex = mp_layout.rmargin.scalex; in multiplot_start()
357 mp_layout.tmargin.scalex = mp_layout.bmargin.scalex; in multiplot_start()
402 if (mp_layout.bmargin.scalex == screen && mp_layout.tmargin.scalex == screen) in multiplot_start()
475 mp_layout.lmargin.scalex = mp_layout.rmargin.scalex = screen; in multiplot_end()
476 mp_layout.bmargin.scalex = mp_layout.tmargin.scalex = screen; in multiplot_end()
478 mp_layout.xspacing.scalex = mp_layout.yspacing.scalex = screen; in multiplot_end()
577 lmargin.scalex = screen; in mp_layout_margins_and_spacing()
579 rmargin.scalex = screen; in mp_layout_margins_and_spacing()
587 bmargin.scalex = screen; in mp_layout_margins_and_spacing()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tools/scripts/
H A Dmap_scale_textures.py12 def scale_textures(texname, mapname, scalex, scaley): argument
19 k.scale[0] *= scalex
21 k.offset[0] /= scalex
33 scalex = 1.0 variable
45 scalex = scaley = float(args[4]) variable
47 scalex = float(args[4]) variable
54 scalex = scaley = float(args[3]) variable
56 scalex = float(args[3]) variable
76 scale_textures(texname, os.path.join(folder, filename), scalex, scaley)
84 scale_textures(texname, name, scalex, scaley)
/dports/games/xbomb/xbomb-2.2b/
H A Dxwindow.c424 xpos=x*scalex+(y%2)*scalex/2; in DrawSquare()
429 xpos=x*scalex; in DrawSquare()
433 xpos=x*scalex/2+scalex/4; in DrawSquare()
604 scalex=(scaley*7)/6; in ScaleWindow()
611 scalex=scaley=(scalex+scaley)/2; in ScaleWindow()
612 if(scalex<30) scalex=scaley=20; in ScaleWindow()
619 scalex=4*((scalex+scaley)/8); in ScaleWindow()
620 if(scalex<16) scalex=16; in ScaleWindow()
736 x_guess=(e->xbutton.x-(y_guess%2)*scalex/2)/scalex; in mouse_press_proc()
742 dx=e->xbutton.x-(i*scalex+(1+(j%2))*scalex/2); in mouse_press_proc()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dscaletest1.c42 l_float32 scalex, scaley; in main() local
50 scalex = atof(argv[2]); in main()
60 pixd = pixScale(pixs, scalex, scaley); in main()
62 pixd = pixScaleLI(pixs, scalex, scaley); in main()
64 pixd = pixScaleSmooth(pixs, scalex, scaley); in main()
66 pixd = pixScaleAreaMap(pixs, scalex, scaley); in main()
68 pixd = pixScaleBySampling(pixs, scalex, scaley); in main()
70 pixd = pixScaleToGray(pixs, scalex); in main()
/dports/audio/denemo/denemo-2.0.6/actions/menus/ObjectMenu/ChordMenu/
H A DCompactChordScale.scm2 (let* ((tag "CompactChordScale")(params CompactChordScale::params)(scalex "2.0") (scaley "2.0") (da…
7 (set! scalex (car data))
13 (set! scalex (number->string (car params)))
17 …(set! scalex (d-GetUserInput (_ "Chord Symbol Scale") (_ "Give horizontal scaling for next chord")…
19 (if scalex
26 …-postfix tag (string-append "\\once \\set Score.chordCompactScale = #'(" scalex " . " scaley ") "))
28 (d-DirectivePut-standalone-data tag (format #f "'~s" (cons scalex scaley)))
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotprint.c50 gdouble scalex, scaley; in gtk_plot_export_ps() local
59 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
64 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
70 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_export_ps()
99 gdouble scalex, scaley; in gtk_plot_export_ps_with_size() local
110 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps_with_size()
115 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps_with_size()
121 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_export_ps_with_size()
149 gdouble scalex, scaley; in gtk_plot_canvas_export_ps() local
165 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_canvas_export_ps()
[all …]
/dports/graphics/scale2x/scale2x-3.1/
H A DMakefile.am1 bin_PROGRAMS = scalex scalerx program
38 doc/scalex.d doc/scalex.1 doc/scalex.txt \
61 man_MANS = doc/scalex.1 doc/scalerx.1
64 scalex.c scalebit.c scalebit.h getopt.c portable.h file.c file.h scale2x.c scale3x.c
84 scalex.exe scalerx.exe
87 doc/scalex.txt doc/scalerx.txt
143 …$(TESTENV) ./scalex$(EXEEXT) -k 2 -c $(srcdir)/test/basn$$i.png tx22$$i.png | fromdos >> check.lst…
146 …$(TESTENV) ./scalex$(EXEEXT) -k 3 -c $(srcdir)/test/basn$$i.png tx33$$i.png | fromdos >> check.lst…
156 …$(TESTENV) ./scalex$(EXEEXT) -k 2 -c $(srcdir)/example/$$i.png tx22$$i.png | fromdos >> check.lst …
159 …$(TESTENV) ./scalex$(EXEEXT) -k 3 -c $(srcdir)/example/$$i.png tx33$$i.png | fromdos >> check.lst …
[all …]
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotprint.c73 gdouble scalex, scaley; in gtk_plot_export_ps() local
85 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
90 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
96 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_export_ps()
139 gdouble scalex, scaley; in gtk_plot_export_ps_with_size() local
152 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps_with_size()
157 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps_with_size()
163 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_export_ps_with_size()
202 gdouble scalex, scaley; in gtk_plot_canvas_export_ps() local
218 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_canvas_export_ps()
[all …]
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotprint.c72 gdouble scalex, scaley; in gtk_plot_export_ps() local
84 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
89 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps()
95 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_export_ps()
138 gdouble scalex, scaley; in gtk_plot_export_ps_with_size() local
151 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps_with_size()
156 scalex = (gfloat)ps->page_width / in gtk_plot_export_ps_with_size()
162 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_export_ps_with_size()
201 gdouble scalex, scaley; in gtk_plot_canvas_export_ps() local
217 gtk_plot_ps_set_scale(ps, scalex, scaley); in gtk_plot_canvas_export_ps()
[all …]

12345678910>>...55