Skip to content
Snippets Groups Projects
Commit b69e413f authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

more debug..

Rev: src/modules/Image/matrix.c:1.21
parent b98447fe
No related branches found
No related tags found
No related merge requests found
/* $Id: matrix.c,v 1.20 1999/06/18 19:19:27 mirar Exp $ */
/* $Id: matrix.c,v 1.21 2000/01/30 21:29:29 hubbe Exp $ */
/*
**! module Image
**! note
**! $Id: matrix.c,v 1.20 1999/06/18 19:19:27 mirar Exp $
**! $Id: matrix.c,v 1.21 2000/01/30 21:29:29 hubbe Exp $
**! class Image
*/
......@@ -698,13 +698,16 @@ static void img_skewx(struct image *src,
d->b=ROUND(rgb.b*xn+s->b*xm);
d++;
s++;
debug_malloc_touch(dest->img);
j=dest->xsize-x0-len;
}
if (xpn) rgb=s[-1];
while (j--) *(d++)=rgb;
debug_malloc_touch(dest->img);
x0+=xmod;
}
THREADS_DISALLOW();
debug_malloc_touch(dest->img);
CHRONO("skewx end\n");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment