Lines Matching refs:height

1078 …tr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height)  in gdImageScaleNearestNeighbour()  argument
1081 const unsigned long new_height = MAX(1, height); in gdImageScaleNearestNeighbour()
1333 …gePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height) in gdImageScaleBicubicFixed() argument
1336 const long new_height = MAX(1, height); in gdImageScaleBicubicFixed()
1604 src_area.height = gdImageSY(src); in gdRotatedImageSize()
1632 new_height = bbox.height; in gdImageRotateNearestNeighbour()
1700 new_height = bbox.height; in gdImageRotateGeneric()
1757 new_height = bbox.height; in gdImageRotateBilinear()
1875 new_height = bbox.height; in gdImageRotateBicubicFixed()
2200 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2204 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle()
2209 printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height); in gdDumpRect()
2242 area_full.height = gdImageSY(src); in gdTransformAffineGetImage()
2248 *dst = gdImageCreateTrueColor(bbox.width, bbox.height); in gdTransformAffineGetImage()
2323 || src_region->height < gdImageSY(src)) { in gdTransformAffineCopy()
2331 src_region->y + src_region->height - 1); in gdTransformAffineCopy()
2346 end_y = bbox.height + abs(bbox.y); in gdTransformAffineCopy()
2419 extent[2].y=(double) src->height; in gdTransformAffineBoundingBox()
2421 extent[3].y=(double) src->height; in gdTransformAffineBoundingBox()
2445 bbox->height = (int) floor(max.y - min.y); in gdTransformAffineBoundingBox()