Home
last modified time | relevance | path

Searched refs:zoomwidth (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/devices/
H A Drescale.c44 double zoomwidth; member
175 i->zoomwidth = sqrt(i->matrix.m00*i->matrix.m11); in rescale_startpage()
200 i->out->stroke(i->out, line2, width*i->zoomwidth, color, cap_style, joint_style, miterLimit); in rescale_stroke()
296 i->zoomwidth = 1.0; in gfxdevice_rescale_init()
305 i->zoomwidth = scale; in gfxdevice_rescale_init()
323 i->zoomwidth = scale; in gfxdevice_rescale_setzoom()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dgunpey.cpp329 uint32_t zoomwidth = (m_wram[count+5] & 0xff); in draw_gfx() local
346 if (zoomwidth) widthstep = sourcewidth / zoomwidth; in draw_gfx()
361 if (((zoomwidth<<ZOOM_SHIFT) != sourcewidth) || ((zoomheight<<ZOOM_SHIFT) != sourceheight)) in draw_gfx()
374 for(int xi=0;xi<zoomwidth;xi++) in draw_gfx()
451 for(int xi=0;xi<zoomwidth;xi++) in draw_gfx()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dgunpey.cpp329 uint32_t zoomwidth = (m_wram[count+5] & 0xff); in draw_gfx() local
346 if (zoomwidth) widthstep = sourcewidth / zoomwidth; in draw_gfx()
361 if (((zoomwidth<<ZOOM_SHIFT) != sourcewidth) || ((zoomheight<<ZOOM_SHIFT) != sourceheight)) in draw_gfx()
374 for(int xi=0;xi<zoomwidth;xi++) in draw_gfx()
451 for(int xi=0;xi<zoomwidth;xi++) in draw_gfx()
/dports/graphics/urt/urt-3.1b1_12/get/
H A Dgetx10.c760 int zoomwidth, zoomheight; in create_window() local
797 zoomwidth = zoomfact * zoom_x_dim; in create_window()
799 sprintf( geometry, "=%dx%d+0+0", zoomwidth, zoomheight ); in create_window()
805 &frame, zoomwidth, zoomheight )) == NULL ) in create_window()
/dports/games/libretro-hatari/hatari-561c07e/src/falcon/
H A Dvidel.c107 Uint16 zoomwidth; member
140 videl_zoom.zoomwidth = 0; in VIDEL_reset()
1561 if ((videl_zoom.zoomwidth != vw) || (scrwidth != videl_zoom.prev_scrwidth)) { in VIDEL_ConvertScreenZoom()
1569 videl_zoom.zoomwidth = vw; in VIDEL_ConvertScreenZoom()
/dports/emulators/hatari/hatari-2.2.1/src/
H A DscreenConvert.c22 Uint16 zoomwidth; member
1005 if (screen_zoom.zoomwidth != vw_b || scrwidth != screen_zoom.prev_scrwidth) { in Screen_ConvertWithZoom()
1013 screen_zoom.zoomwidth = vw_b; in Screen_ConvertWithZoom()
/dports/astro/sunclock/sunclock-3.57/vmf/
H A Dcountries.vmf44007 zoomwidth 4000 % don't show unless zoom width >= 4000)
/dports/astro/sunclock/sunclock-3.57/
H A DCHANGES32 - Added 'zoomwidth' and 'zoomheight' as new options in VMF format