Lines Matching refs:width

1155 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int…  in gdImageScaleNearestNeighbour()  argument
1157 const unsigned long new_width = MAX(1, width); in gdImageScaleNearestNeighbour()
1460 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he… in gdImageScaleBicubicFixed() argument
1462 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed()
1730 src_area.width = gdImageSX(src); in gdRotatedImageSize()
1758 new_width = bbox.width; in gdImageRotateNearestNeighbour()
1827 new_width = bbox.width; in gdImageRotateGeneric()
1885 new_width = bbox.width; in gdImageRotateBilinear()
2003 new_width = bbox.width; in gdImageRotateBicubicFixed()
2328 x1 = r->x + r->width - 1; in gdImageClipRectangle()
2332 r->width = CLAMP(x1, c1x, c2x) - r->x + 1; in gdImageClipRectangle()
2338 printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height); in gdDumpRect()
2370 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2377 *dst = gdImageCreateTrueColor(bbox.width, bbox.height); in gdTransformAffineGetImage()
2453 || src_region->width < gdImageSX(src) in gdTransformAffineCopy()
2461 src_region->x + src_region->width - 1, in gdTransformAffineCopy()
2476 end_x = bbox.width + (int) fabs(bbox.x); in gdTransformAffineCopy()
2544 extent[1].x=(double) src->width; in gdTransformAffineBoundingBox()
2546 extent[2].x=(double) src->width; in gdTransformAffineBoundingBox()
2572 bbox->width = (int) floor(max.x - min.x) - 1; in gdTransformAffineBoundingBox()