Home
last modified time | relevance | path

Searched refs:scaley (Results 1 – 25 of 1191) sorted by relevance

12345678910>>...48

/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/samples/copifuncs/
H A Dcopi.wheel14 scaley() {
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 Dwheel22 scaley() {
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/databases/postgis30/postgis-3.0.4/raster/test/regress/
H A Drt_set_properties.sql27 scaley double precision, field
242 (scaley+3) AS expectedy,
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));
252 (scaley+3) AS expectedy,
254 st_scaley(st_setscale(rast,scaley+3)) AS obtainedy
258 (scaley+3) != st_scaley(st_setscale(rast,scaley+3));
H A Drt_utility.sql27 scaley double precision, field
174 skewy * (width - 1) + scaley * (height - 1) + ipy
181 skewy * width + scaley * height + ipy
233 skewy * (width - 1) + scaley * (height - 1) + ipy
242 skewy * width + scaley * height + ipy
261 skewy * (width - 1) + scaley * (height - 1) + ipy
268 skewy * width + scaley * height + ipy
286 scaley * (height - 1) + ipy
293 scaley * height + ipy
320 skewy * (width - 1) + scaley * (height - 1) + ipy
[all …]
H A Drt_rotation.sql28 scaley double precision, field
247 (id, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, rast)
248 …(SELECT id + 100, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, st_setrotatio…
254 scaley = round(st_scaley(rast)*1000000000000),
261 SELECT 'T4', id, scalex, scaley, abs(skewx), abs(skewy), st_rotation(rast)
271 scaley = round(st_scaley(rast)*1000000000000),
278 SELECT 'T5', id, scalex, scaley, skewx, skewy,
289 scaley = round(st_scaley(rast)*1000000000000),
296 SELECT 'T6', id, scalex, scaley, skewx, skewy,
/dports/databases/postgis32/postgis-3.2.0/raster/test/regress/
H A Drt_set_properties.sql27 scaley double precision, field
242 (scaley+3) AS expectedy,
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));
252 (scaley+3) AS expectedy,
254 st_scaley(st_setscale(rast,scaley+3)) AS obtainedy
258 (scaley+3) != st_scaley(st_setscale(rast,scaley+3));
H A Drt_utility.sql27 scaley double precision, field
174 skewy * (width - 1) + scaley * (height - 1) + ipy
181 skewy * width + scaley * height + ipy
233 skewy * (width - 1) + scaley * (height - 1) + ipy
242 skewy * width + scaley * height + ipy
261 skewy * (width - 1) + scaley * (height - 1) + ipy
268 skewy * width + scaley * height + ipy
286 scaley * (height - 1) + ipy
293 scaley * height + ipy
320 skewy * (width - 1) + scaley * (height - 1) + ipy
[all …]
H A Drt_rotation.sql28 scaley double precision, field
247 (id, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, rast)
248 …(SELECT id + 100, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, st_setrotatio…
254 scaley = round(st_scaley(rast)*1000000000000),
261 SELECT 'T4', id, scalex, scaley, abs(skewx), abs(skewy), st_rotation(rast)
271 scaley = round(st_scaley(rast)*1000000000000),
278 SELECT 'T5', id, scalex, scaley, skewx, skewy,
289 scaley = round(st_scaley(rast)*1000000000000),
296 SELECT 'T6', id, scalex, scaley, skewx, skewy,
/dports/databases/postgis25/postgis-2.5.5/raster/test/regress/
H A Drt_set_properties.sql27 scaley double precision, field
242 (scaley+3) AS expectedy,
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));
252 (scaley+3) AS expectedy,
254 st_scaley(st_setscale(rast,scaley+3)) AS obtainedy
258 (scaley+3) != st_scaley(st_setscale(rast,scaley+3));
H A Drt_utility.sql27 scaley double precision, field
174 skewy * (width - 1) + scaley * (height - 1) + ipy
181 skewy * width + scaley * height + ipy
233 skewy * (width - 1) + scaley * (height - 1) + ipy
242 skewy * width + scaley * height + ipy
261 skewy * (width - 1) + scaley * (height - 1) + ipy
268 skewy * width + scaley * height + ipy
286 scaley * (height - 1) + ipy
293 scaley * height + ipy
320 skewy * (width - 1) + scaley * (height - 1) + ipy
[all …]
H A Drt_rotation.sql28 scaley double precision, field
247 (id, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, rast)
248 …(SELECT id + 100, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, st_setrotatio…
254 scaley = round(st_scaley(rast)*1000000000000),
261 SELECT 'T4', id, scalex, scaley, abs(skewx), abs(skewy), st_rotation(rast)
271 scaley = round(st_scaley(rast)*1000000000000),
278 SELECT 'T5', id, scalex, scaley, skewx, skewy,
289 scaley = round(st_scaley(rast)*1000000000000),
296 SELECT 'T6', id, scalex, scaley, skewx, skewy,
/dports/databases/postgis31/postgis-3.1.4/raster/test/regress/
H A Drt_set_properties.sql27 scaley double precision, field
242 (scaley+3) AS expectedy,
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));
252 (scaley+3) AS expectedy,
254 st_scaley(st_setscale(rast,scaley+3)) AS obtainedy
258 (scaley+3) != st_scaley(st_setscale(rast,scaley+3));
H A Drt_utility.sql27 scaley double precision, field
174 skewy * (width - 1) + scaley * (height - 1) + ipy
181 skewy * width + scaley * height + ipy
233 skewy * (width - 1) + scaley * (height - 1) + ipy
242 skewy * width + scaley * height + ipy
261 skewy * (width - 1) + scaley * (height - 1) + ipy
268 skewy * width + scaley * height + ipy
286 scaley * (height - 1) + ipy
293 scaley * height + ipy
320 skewy * (width - 1) + scaley * (height - 1) + ipy
[all …]
H A Drt_rotation.sql28 scaley double precision, field
247 (id, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, rast)
248 …(SELECT id + 100, name, srid, width, height, scalex, scaley, ipx, ipy, skewx, skewy, st_setrotatio…
254 scaley = round(st_scaley(rast)*1000000000000),
261 SELECT 'T4', id, scalex, scaley, abs(skewx), abs(skewy), st_rotation(rast)
271 scaley = round(st_scaley(rast)*1000000000000),
278 SELECT 'T5', id, scalex, scaley, skewx, skewy,
289 scaley = round(st_scaley(rast)*1000000000000),
296 SELECT 'T6', id, scalex, scaley, skewx, skewy,
/dports/games/ufoai/ufoai-2.5-source/src/tools/scripts/
H A Dmap_scale_textures.py12 def scale_textures(texname, mapname, scalex, scaley): argument
20 k.scale[1] *= scaley
22 k.offset[1] /= scaley
34 scaley = 1.0 variable
45 scalex = scaley = float(args[4])
48 scaley = float(args[5]) variable
54 scalex = scaley = float(args[3])
57 scaley = float(args[4]) 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.c425 ypos=y*scaley+scaley/3; in DrawSquare()
430 ypos=y*scaley; in DrawSquare()
434 ypos=y*scaley-((x+y)%2)*scaley/2+scaley/2; in DrawSquare()
602 scaley=6*((scalex+scaley)/12); in ScaleWindow()
603 if(scaley<30) scaley=18; in ScaleWindow()
604 scalex=(scaley*7)/6; in ScaleWindow()
611 scalex=scaley=(scalex+scaley)/2; in ScaleWindow()
648 outline[3].x= 0; outline[3].y=-(int)scaley/3+scaley; in ScaleWindow()
651 outline[6].x= 0; outline[6].y= (int)scaley/3-scaley; in ScaleWindow()
743 dy=e->xbutton.y-(j*scaley+2*scaley/3); in mouse_press_proc()
[all …]
/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…
8 (set! scaley (cdr data))))
14 (set! scaley (number->string (cdr params)))
22 …(set! scaley (d-GetUserInput (_ "Chord Symbol Scale") (_ "Give vertical scaling for next chord") s…
23 (if scaley
26 …-postfix tag (string-append "\\once \\set Score.chordCompactScale = #'(" scalex " . " scaley ") "))
28 (d-DirectivePut-standalone-data tag (format #f "'~s" (cons scalex scaley)))
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/ffffltk/
H A Dffffltk_display.h82 scaley, in draw() local
88 scaley = h/(double)drawing_h; in draw()
89 if(scalex > scaley) in draw()
91 scalex = scaley; in draw()
97 scaley = scalex; in draw()
98 shifty = h - scaley*drawing_h; in draw()
241 scaley, in draw() local
247 scaley = h/(double)drawing_h; in draw()
248 if(scalex > scaley) in draw()
250 scalex = scaley; in draw()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotprint.c50 gdouble scalex, scaley; in gtk_plot_export_ps() local
61 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps()
66 scaley = (gfloat)ps->page_height / 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
112 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps_with_size()
117 scaley = (gfloat)ps->page_height / 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/leptonica/leptonica-1.76.0/prog/
H A Dscaletest1.c42 l_float32 scalex, scaley; in main() local
51 scaley = atof(argv[3]); 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()
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotprint.c73 gdouble scalex, scaley; in gtk_plot_export_ps() local
87 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps()
92 scaley = (gfloat)ps->page_height / 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
154 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps_with_size()
159 scaley = (gfloat)ps->page_height / 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
86 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps()
91 scaley = (gfloat)ps->page_height / 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
153 scaley = (gfloat)ps->page_height / in gtk_plot_export_ps_with_size()
158 scaley = (gfloat)ps->page_height / 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 …]
/dports/games/shaaft/Shaaft-0.5.0/utilsgl/
H A DGLBitmapCollection.cpp136 const float &scaley, in Draw() argument
141 _Draw( _bitmapInfo[ index], x, y, z, scalex, scaley); in Draw()
150 const float &scaley, in Draw() argument
163 _Draw( *bmInfo, x, y, z, scalex, scaley); in Draw()
173 const float &scaley) in _Draw() argument
181 dysize = (float)bitmapInfo.height*scaley; in _Draw()
202 const float &scaley, in DrawC() argument
216 const float &scaley, in DrawC() argument
229 _DrawC( *bmInfo, x, y, z, scalex, scaley); in DrawC()
239 const float &scaley) in _DrawC() argument
[all …]
/dports/deskutils/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.2/panel-plugin/
H A Dxkb-cairo.c44 double scalex, scaley; in xkb_cairo_draw_flag() local
56 scaley = (double) (actual_height - 4) / height; in xkb_cairo_draw_flag()
59 scaley *= scale / 100.0; in xkb_cairo_draw_flag()
62 img_height = height * scaley; in xkb_cairo_draw_flag()
65 scalex, scaley, width, height, scalex * width, scaley * height); in xkb_cairo_draw_flag()
73 cairo_scale (cr, scalex, scaley); in xkb_cairo_draw_flag()
154 double scalex, scaley; in xkb_cairo_draw_label() local
180 scalex = scaley = scale / 100.0; in xkb_cairo_draw_label()
184 text_height = actual_height * scaley; in xkb_cairo_draw_label()
185 scaley = text_height / pango_height; in xkb_cairo_draw_label()
[all …]

12345678910>>...48