/PHP-8.1/ext/gd/libgd/ |
H A D | gd_crop.c | 82 const int height = gdImageSY(im); in gdImageCropAuto() local 184 const int height = gdImageSY(im); in gdImageCropThreshold() local
|
H A D | wbmp.h | 31 int height; /* height of the image */ member
|
H A D | gd_xbm.c | 38 unsigned int width = 0, height = 0; in gdImageCreateFromXbm() local
|
H A D | gd_tga.h | 21 int height; // image height in pixels member
|
H A D | gd_png.c | 129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local 493 int height = im->sy; in gdImagePngCtxEx() local
|
H A D | bmp.h | 77 signed int height; member
|
H A D | wbmp.c | 111 createwbmp (int width, int height, int color) in createwbmp()
|
H A D | gd_webp.c | 40 int width, height; in gdImageCreateFromWebpCtx() local
|
H A D | gd_gif_in.c | 192 int width, height; in gdImageCreateFromGifCtx() local 557 ReadImage(gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlac… in ReadImage()
|
H A D | gd.h | 315 int width, height; member
|
H A D | gd_interpolation.c | 1077 …tr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height) in gdImageScaleNearestNeighbour() 1332 …gePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height) in gdImageScaleBicubicFixed()
|
/PHP-8.1/ext/exif/ |
H A D | exif.stub.php | 22 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
|
H A D | exif.c | 1936 size_t width, height; member 2049 size_t height; member
|
/PHP-8.1/ext/standard/ |
H A D | image.c | 61 unsigned int height; member 807 size_t ifd_size, dir_size, entry_value, width=0, height=0, ifd_addr; in php_handle_tiff() local 888 short width, height, bits; in php_handle_iff() local 945 int i, width = 0, height = 0; in php_get_wbmp() local 1024 unsigned int width = 0, height = 0; in php_get_xbm() local
|
/PHP-8.1/ext/gd/ |
H A D | gd.stub.php | 28 function imagecreatetruecolor(int $width, int $height): GdImage|false {} 40 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, … 42 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int … 79 function imagecreate(int $width, int $height): GdImage|false {} 127 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage… 214 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… 216 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… 308 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): …
|
H A D | gd.c | 1643 zend_long srcx, srcy, width, height; in _php_image_create_from() local
|