Lines Matching refs:width
50 dst = gdImageCreateTrueColor(crop->width, crop->height); in gdImageCrop()
52 dst = gdImageCreate(crop->width, crop->height); in gdImageCrop()
57 gdImageCopy(dst, src, 0, 0, crop->x, crop->y, crop->width, crop->height); in gdImageCrop()
81 const int width = gdImageSX(im); in gdImageCropAuto() local
90 crop.width = 0; in gdImageCropAuto()
122 for (x = 0; match && x < width; x++) { in gdImageCropAuto()
137 for (x = 0; match && x < width; x++) { in gdImageCropAuto()
144 for (x = 0; match && x < width; x++) { in gdImageCropAuto()
152 for (x = width - 1; match && x >= 0; x--) { in gdImageCropAuto()
157 crop.width = x - crop.x + 2; in gdImageCropAuto()
183 const int width = gdImageSX(im); in gdImageCropThreshold() local
192 crop.width = 0; in gdImageCropThreshold()
210 for (x = 0; match && x < width; x++) { in gdImageCropThreshold()
224 for (x = 0; match && x < width; x++) { in gdImageCropThreshold()
231 for (x = 0; match && x < width; x++) { in gdImageCropThreshold()
239 for (x = width - 1; match && x >= 0; x--) { in gdImageCropThreshold()
244 crop.width = x - crop.x + 2; in gdImageCropThreshold()