Home
last modified time | relevance | path

Searched refs:clip_to_image (Results 1 – 2 of 2) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dremovelines_general.py39 (x0,x1,y0,y1) = clip_to_image(rr, t, imgw, imgh)
47 def clip_to_image(r, t, imgw, imgh): function
134 (x0,x1,y0,y1) = clip_to_image(rr[ri], tt[ti], imgw, imgh)
173 (x0,x1,y0,y1) = clip_to_image(r, t, imgw, imgh)
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dmainwindow.c3030 static unsigned char *clip_to_image(int *rect, unsigned char *rgb, int *vxy) in clip_to_image() function
3110 irgb = clip_to_image(rect, rgb, ctx->xy); in paint_canvas()