Lines Matching refs:width

1073 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int…  in gdImageScaleNearestNeighbour()  argument
1075 const unsigned long new_width = MAX(1, width); in gdImageScaleNearestNeighbour()
1378 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he… in gdImageScaleBicubicFixed() argument
1380 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed()
1648 src_area.width = gdImageSX(src); in gdRotatedImageSize()
1676 new_width = bbox.width; in gdImageRotateNearestNeighbour()
1744 new_width = bbox.width; in gdImageRotateGeneric()
1801 new_width = bbox.width; in gdImageRotateBilinear()
1919 new_width = bbox.width; in gdImageRotateBicubicFixed()
2244 x1 = r->x + r->width - 1; in gdImageClipRectangle()
2248 r->width = CLAMP(x1, c1x, c2x) - r->x + 1; in gdImageClipRectangle()
2254 printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height); in gdDumpRect()
2286 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2293 *dst = gdImageCreateTrueColor(bbox.width, bbox.height); in gdTransformAffineGetImage()
2369 || src_region->width < gdImageSX(src) in gdTransformAffineCopy()
2377 src_region->x + src_region->width - 1, in gdTransformAffineCopy()
2392 end_x = bbox.width + (int) fabs(bbox.x); in gdTransformAffineCopy()
2463 extent[1].x=(double) src->width; in gdTransformAffineBoundingBox()
2465 extent[2].x=(double) src->width; in gdTransformAffineBoundingBox()
2491 bbox->width = (int) floor(max.x - min.x) - 1; in gdTransformAffineBoundingBox()