Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_crop.c65 if (crop->x < 0 || crop->x>=src->sx || crop->y<0 || crop->y>=src->sy) { in gdImageCrop()
71 crop->width = src->sx - crop->x; in gdImageCrop()
74 crop->height = src->sy - crop->y; in gdImageCrop()
89 for (y = crop->y; y < (crop->y + (crop->height - 1)); y++) { in gdImageCrop()
90 for (x = crop->x; x < (crop->x + (crop->width - 1)); x++) { in gdImageCrop()
182 crop.height = height - crop.y + 1; in gdImageCropAuto()
184 crop.height = y - crop.y + 2; in gdImageCropAuto()
201 crop.width = x - crop.x + 2; in gdImageCropAuto()
202 if (crop.x <= 0 || crop.y <= 0 || crop.width <= 0 || crop.height <= 0) { in gdImageCropAuto()
276 crop.height = y - crop.y + 2; in gdImageCropThreshold()
[all …]
H A Dgd.h835 gdImagePtr gdImageCrop(gdImagePtr src, const gdRectPtr crop);

Completed in 8 milliseconds