Home
last modified time | relevance | path

Searched refs:xshrink (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dscale.py101 xshrink = 1
105 xshrink *= 2
114 real_renpy_pixellate(src, inter, xshrink, yshrink, 1, 1)
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dresample_dispatch.c186 double xshrink = *((double *) argv[2]); in shrink_vec() local
189 return( im_shrink( argv[0], argv[1], xshrink, yshrink ) ); in shrink_vec()
/dports/devel/rapidcheck/rapidcheck-7bc7d30/include/rapidcheck/shrinkable/
H A DCreate.hpp90 [=](Decay<T> &&xshrink) { in shrinkRecur() argument
92 std::move(xshrink), in shrinkRecur()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/gopkg.in/h2non/bimg.v1/
H A Dvips.h126 vips_shrink_bridge(VipsImage *in, VipsImage **out, double xshrink, double yshrink) { in vips_shrink_bridge() argument
127 return vips_shrink(in, out, xshrink, yshrink, NULL); in vips_shrink_bridge()
131 vips_reduce_bridge(VipsImage *in, VipsImage **out, double xshrink, double yshrink) { in vips_reduce_bridge() argument
132 return vips_reduce(in, out, xshrink, yshrink, NULL); in vips_reduce_bridge()
H A Dvips.go640 func vipsReduce(input *C.VipsImage, xshrink float64, yshrink float64) (*C.VipsImage, error) {
644 err := C.vips_reduce_bridge(input, &image, C.double(xshrink), C.double(yshrink))
/dports/cad/sp2sp/gwave2-20090213/src/
H A DGtkTable_indel.c55 | row_children[i].xshrink<<1 in reattach_children()
118 | row_children[i].xshrink<<1 in gtk_table_move_row()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtktable.pp72 function xshrink(var a : TGtkTableChild) : guint;
162 function xshrink(var a : TGtkTableChild) : guint;
164 xshrink:=(a.flag0 and bm_TGtkTableChild_xshrink) shr bp_TGtkTableChild_xshrink;
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktable.inc95 function xshrink(var a : TGtkTableChild) : guint;
197 function xshrink(var a : TGtkTableChild) : guint;
199 xshrink:=(a.flag0 and bm_TGtkTableChild_xshrink) shr bp_TGtkTableChild_xshrink;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktable.inc95 function xshrink(var a : TGtkTableChild) : guint;
197 function xshrink(var a : TGtkTableChild) : guint;
199 xshrink:=(a.flag0 and bm_TGtkTableChild_xshrink) shr bp_TGtkTableChild_xshrink;
/dports/devel/glademm/glademm-2.6.0/docs/old/
H A DKNOWN65 Table:: xexpand, xfill, xpad, xshrink, yexpand, yfill, ypad
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktable.h83 guint xshrink : 1; member
H A Dgtktable.c357 table_child->xshrink = (g_value_get_flags (value) & GTK_SHRINK) != 0; in gtk_table_set_child_property()
421 table_child->xshrink * GTK_SHRINK | in gtk_table_get_child_property()
589 table_child->xshrink = (xoptions & GTK_SHRINK) != 0; in gtk_table_attach()
1211 if (!child->xshrink) in gtk_table_size_allocate_init()
1261 if (!child->xshrink) in gtk_table_size_allocate_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtktable.h80 guint xshrink : 1; member
H A Dgtktable.c413 table_child->xshrink = (g_value_get_flags (value) & GTK_SHRINK) != 0; in gtk_table_set_child_property()
481 table_child->xshrink * GTK_SHRINK | in gtk_table_get_child_property()
721 table_child->xshrink = (xoptions & GTK_SHRINK) != 0; in gtk_table_attach()
1495 if (!child->xshrink) in gtk_table_size_allocate_init()
1545 if (!child->xshrink) in gtk_table_size_allocate_init()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtable.ccg80 return (bool)gobj()->xshrink;
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c1442 #define xshrink(x) ((x - c4x2) * shrink +c4x2) macro
1564 c1x0 = xshrink(c3x0); c1y0 = c3y0; in FlxProc()
1565 c1x1 = xshrink(c3x1); c1y1 = c3y1; in FlxProc()
1566 c2x0 = xshrink(c4x0); c2y0 = c4y0; in FlxProc()
1567 c2x1 = xshrink(c4x1); c2y1 = c4y1; in FlxProc()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c1437 #define xshrink(x) ((x - c4x2) * shrink +c4x2) macro
1562 c1x0 = xshrink(c3x0); c1y0 = c3y0;
1563 c1x1 = xshrink(c3x1); c1y1 = c3y1;
1564 c2x0 = xshrink(c4x0); c2y0 = c4y0;
1565 c2x1 = xshrink(c4x1); c2y1 = c4y1;
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c1696 #define xshrink(x) ((x - c4x2) * shrink +c4x2) macro
1821 c1x0 = xshrink(c3x0); c1y0 = c3y0;
1822 c1x1 = xshrink(c3x1); c1y1 = c3y1;
1823 c2x0 = xshrink(c4x0); c2y0 = c4y0;
1824 c2x1 = xshrink(c4x1); c2y1 = c4y1;
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dconversion.c314 int xshrink = IM_MIN( -conv->mag, in->Xsize ); in conversion_make_display() local
318 if( !t || im_shrink( in, t, xshrink, yshrink ) ) { in conversion_make_display()
324 if( !t || im_subsample( in, t, xshrink, yshrink ) ) { in conversion_make_display()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtable.cc94 return (bool)gobj()->xshrink; in get_xshrink()
/dports/cad/electric/electric-7.00/src/io/
H A Diosuei.c354 REGISTER INTBIG count, i, j, lx, hx, ly, hy, curly, xshrink, yshrink, in io_suereadfile() local
500 xshrink = yshrink = 0; in io_suereadfile()
555 xshrink = -K2; in io_suereadfile()
645 px -= muldiv(xshrink, lambda, WHOLE); in io_suereadfile()
/dports/cad/geda/geda-gaf-1.8.2/gattrib/include/
H A Dgtksheet_2_2.h103 gboolean xshrink; member
/dports/misc/gpsim/gpsim-0.31.0/gui/gtkextra/
H A Dgtksheet.h103 gboolean xshrink; member
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtksheet.h103 gboolean xshrink; member
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c2106 #define xshrink(x) ((x - c4x2) * shrink +c4x2) macro
2237 c1x0 = xshrink(c3x0); c1y0 = c3y0;
2238 c1x1 = xshrink(c3x1); c1y1 = c3y1;
2239 c2x0 = xshrink(c4x0); c2y0 = c4y0;
2240 c2x1 = xshrink(c4x1); c2y1 = c4y1;

12