Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c684 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d() function
1028 if (!clip_1d(&x1,&y1,&x2,&y2,gdImageSX(im)-1) || !clip_1d(&y1,&x1,&y2,&x2,gdImageSY(im)-1)) { in gdImageLine()
1219 if (!clip_1d(&x1,&y1,&x2,&y2,gdImageSX(im)-1) || !clip_1d(&y1,&x1,&y2,&x2,gdImageSY(im)-1)) { in gdImageAALine()

Completed in 11 milliseconds