Home
last modified time | relevance | path

Searched refs:shrinkx (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/figurine/figurine-1.0.5/src/
H A Dzoom.c168 Boolean shrinkx=FALSE, shrinky=FALSE; in zoom_out() local
180shrinkx = (RULER_PIXEL_SIZE + I2P(v->doc->width_in_inches,v)) < (7.0*DisplayWidth(display,screen)… in zoom_out()
202 if (shrinkx) in zoom_out()
219 if (shrinkx || shrinky) in zoom_out()
235 if (button || (!shrinkx && !shrinky) || (vw==v->window.w && vh==v->window.h)) in zoom_out()
/dports/devel/py-game/pygame-2.1.0/examples/
H A Dscaletest.py99 shrinkx = (imgsize[0] * i) // 128
102 tempimg = pg.transform.smoothscale(image, (shrinkx, shrinky))
125 shrinkx = (imgsize[0] * i) // 128
128 tempimg = pg.transform.scale(image, (shrinkx, shrinky))
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dgui_controls.cpp1858 int shrinkx = base->get_int("shrink-x", 0); in add() local
1860 …x = (base->get_int("fill-x", !shrinkx) ? GTK_FILL : 0) | (base->get_int("expand-x", !shrinkx) ? GT… in add()