Home
last modified time | relevance | path

Searched refs:sourcey (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A Dvector_transform.py141 sourcex, sourcey = src_xyz[..., 0], src_xyz[..., 1]
145 y0, y1 = sourcey.min(), sourcey.max()
155 newy = (sourcey - y0) / yr
163 u, v = target_proj.transform_vectors(src_crs, sourcex, sourcey, u, v)
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmidispcur.c404 int sourcex, sourcey, destx, desty, copyw, copyh; local
435 sourcey = 0;
441 sourcey = - dy;
447 w - dx, sourcey, dx, copyh, x + w, desty);
452 0, sourcey, -dx, copyh, x + dx, desty);
476 sourcey = 0;
483 sourcey = -dy;
487 sourcex, sourcey, copyw, copyh, destx, desty);
505 sourcey = y + dy;
511 sourcey = y;
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Datarigen.c1875 int y, sourcey; in draw_rle_zoom() local
1886 sourcey = dy / 2; in draw_rle_zoom()
1903 sourcey += (clip->min_y - sy) * dy; in draw_rle_zoom()
2067 int y, sourcey; in draw_rle_zoom_16() local
2078 sourcey = dy / 2; in draw_rle_zoom_16()
2095 sourcey += (clip->min_y - sy) * dy; in draw_rle_zoom_16()
2258 int y, sourcey; in draw_rle_zoom_hflip() local
2269 sourcey = dy / 2; in draw_rle_zoom_hflip()
2286 sourcey += (clip->min_y - sy) * dy; in draw_rle_zoom_hflip()
2449 int y, sourcey; in draw_rle_zoom_hflip_16() local
[all …]
/dports/graphics/p5-SpringGraph/SpringGraph-0.05/lib/
H A DSpringGraph.pm367 …my ($sourcex,$sourcey) = ($node{$source}{x}, ( $node{$source}{'y'} < $node{$dest}{'y'} ) ? $boty :…
414 $sourcey = int($node{$source}{'y'} + $exity);
417 $sourcey = $node{$source}{'y'} + $yy;
418 if ($yy > 0) { $sourcey+=2; } else { $sourcey-=2; }
424 $im->line($sourcex,$sourcey, $destx, $desty, $colour);
431 addArrowHead ($im,$sourcex,$destx,$sourcey,$desty,$node{$dest}{shape},$node{$dest}{'label'});
593 my ($im,$sourcex,$destx,$sourcey,$desty,$nodetype,$nodetext) = @_;
609 my $ydist = $sourcey - $desty;
655 $dist = sqrt( abs($sourcex - $destx)**2 + abs($sourcey-$desty)**2 );
657 $ydist = $sourcey - $desty;
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Datarirle.cpp572 int sourcey = dy / 2; in draw_rle_zoom() local
591 sourcey += (clip.top() - sy) * dy; in draw_rle_zoom()
607 for (int y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom()
613 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom()
751 int sourcey = dy / 2; in draw_rle_zoom_hflip() local
770 sourcey += (clip.top() - sy) * dy; in draw_rle_zoom_hflip()
786 for (int y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom_hflip()
792 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom_hflip()
H A Dc45.cpp165 unsigned sourcey = m_lineram[0x200/2 + y + 15] + yscroll; in draw() local
166 const uint16_t *source_gfx = &source_bitmap.pix(sourcey & (ROAD_TILEMAP_HEIGHT - 1)); in draw()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Datarirle.cpp572 int sourcey = dy / 2; in draw_rle_zoom() local
591 sourcey += (clip.top() - sy) * dy; in draw_rle_zoom()
607 for (int y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom()
613 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom()
751 int sourcey = dy / 2; in draw_rle_zoom_hflip() local
770 sourcey += (clip.top() - sy) * dy; in draw_rle_zoom_hflip()
786 for (int y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom_hflip()
792 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom_hflip()
H A Dc45.cpp165 unsigned sourcey = m_lineram[0x200/2 + y + 15] + yscroll; in draw() local
166 const uint16_t *source_gfx = &source_bitmap.pix(sourcey & (ROAD_TILEMAP_HEIGHT - 1)); in draw()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xephyr/xorg-server-1.20.13/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xwayland/xorg-server-1.20.13/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/x11-servers/xarcan/xarcan-0.6.0/dbe/
H A Dmidbe.c459 int sourcex, sourcey; in miDbePositionWindow() local
535 sourcey = 0; in miDbePositionWindow()
552 sourcey -= desty; in miDbePositionWindow()
625 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
638 sourcex, sourcey, savewidth, saveheight, in miDbePositionWindow()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/auto_viz/
H A Dauto_viz_demo_generator.cpp60 Expr sourcey = (y + 0.5f) / scale_factor - 0.5f; in generate() local
66 Expr beginy = cast<int>(ceil(sourcey - kernel_radius)); in generate()
75 unnormalized_kernel_y(y, k) = kernel((k + beginy - sourcey) * kernel_scaling); in generate()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Datarirle.cpp1035 int y, sourcey; in draw_rle_zoom() local
1046 sourcey = dy / 2; in draw_rle_zoom()
1067 sourcey += (clip->nMiny - sy) * dy; in draw_rle_zoom()
1080 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom()
1088 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom()
1228 int y, sourcey; in draw_rle_zoom_hflip() local
1239 sourcey = dy / 2; in draw_rle_zoom_hflip()
1256 sourcey += (clip->nMiny - sy) * dy; in draw_rle_zoom_hflip()
1269 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom_hflip()
1277 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom_hflip()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Datarirle.cpp1035 int y, sourcey; in draw_rle_zoom() local
1046 sourcey = dy / 2; in draw_rle_zoom()
1067 sourcey += (clip->nMiny - sy) * dy; in draw_rle_zoom()
1080 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom()
1088 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom()
1228 int y, sourcey; in draw_rle_zoom_hflip() local
1239 sourcey = dy / 2; in draw_rle_zoom_hflip()
1256 sourcey += (clip->nMiny - sy) * dy; in draw_rle_zoom_hflip()
1269 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom_hflip()
1277 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom_hflip()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Datarirle_vidhrdw.c971 int y, sourcey; in draw_rle_zoom() local
982 sourcey = dy / 2; in draw_rle_zoom()
999 sourcey += (clip->min_y - sy) * dy; in draw_rle_zoom()
1012 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom()
1020 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom()
1160 int y, sourcey; in draw_rle_zoom_hflip() local
1171 sourcey = dy / 2; in draw_rle_zoom_hflip()
1188 sourcey += (clip->min_y - sy) * dy; in draw_rle_zoom_hflip()
1201 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom_hflip()
1209 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom_hflip()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Datarirle_vidhrdw.c971 int y, sourcey; in draw_rle_zoom() local
982 sourcey = dy / 2; in draw_rle_zoom()
999 sourcey += (clip->min_y - sy) * dy; in draw_rle_zoom()
1012 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom()
1020 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom()
1160 int y, sourcey; in draw_rle_zoom_hflip() local
1171 sourcey = dy / 2; in draw_rle_zoom_hflip()
1188 sourcey += (clip->min_y - sy) * dy; in draw_rle_zoom_hflip()
1201 for (y = sy; y <= ey; y++, sourcey += dy) in draw_rle_zoom_hflip()
1209 for ( ; current_row != (sourcey >> 16); current_row++) in draw_rle_zoom_hflip()
/dports/games/abuse_sdl/abuse-0.8/data/lisp/
H A Dplatform.lsp41 (sourcey (with_object source (y))))
50 (newy (- desty (/ (* (- desty sourcey) (xvel)) speed))))
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/resize/
H A Dresize_generator.cpp99 Expr sourcey = (y + 0.5f) / scale_factor - 0.5f; in generate() local
105 Expr beginy = cast<int>(ceil(sourcey - kernel_radius)); in generate()
111 unnormalized_kernel_y(y, k) = info.kernel((k + beginy - sourcey) * kernel_scaling); in generate()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_vid.c153 int sourcey; in DrawTiledRegion() local
206 sourcey = offy; in DrawTiledRegion()
238 sourcey++; in DrawTiledRegion()
239 if ( sourcey >= sourceheight ) in DrawTiledRegion()
241 sourcey = 0; in DrawTiledRegion()

12