Home
last modified time | relevance | path

Searched defs:height (Results 1 – 20 of 20) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_crop.c82 const int height = gdImageSY(im); in gdImageCropAuto() local
184 const int height = gdImageSY(im); in gdImageCropThreshold() local
H A Dwbmp.h31 int height; /* height of the image */ member
H A Dgd_xbm.c38 unsigned int width = 0, height = 0; in gdImageCreateFromXbm() local
H A Dgd_tga.h21 int height; // image height in pixels member
H A Dgd_png.c129 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 Dbmp.h77 signed int height; member
H A Dwbmp.c111 createwbmp (int width, int height, int color) in createwbmp()
H A Dgd_webp.c40 int width, height; in gdImageCreateFromWebpCtx() local
H A Dgd_gif_in.c192 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 Dgd.h315 int width, height; member
H A Dgd_interpolation.c1067 …tr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height) in gdImageScaleNearestNeighbour()
1322 …gePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height) in gdImageScaleBicubicFixed()
/php-src/ext/exif/
H A Dexif.stub.php28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
H A Dexif.c1924 size_t width, height; member
2037 size_t height; member
/php-src/ext/standard/libavifinfo/
H A Davifinfo.h38 uint32_t width, height; // In number of pixels. Ignores mirror and rotation. member
H A Davifinfo.c149 uint32_t width, height; member
335 const uint32_t height = AvifInfoInternalReadBigEndian(data + 4, 4); in ParseIpco() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.h27 short height; member
/php-src/ext/standard/
H A Dimage.c62 unsigned int height; member
776 size_t ifd_size, dir_size, entry_value, width=0, height=0, ifd_addr; in php_handle_tiff() local
857 short width, height, bits; in php_handle_iff() local
914 int i, width = 0, height = 0; in php_get_wbmp() local
993 unsigned int width = 0, height = 0; in php_get_xbm() local
/php-src/ext/gd/
H A Dgd.stub.php491 function imagecreatetruecolor(int $width, int $height): GdImage|false {}
503 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, …
505 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int …
541 function imagecreate(int $width, int $height): GdImage|false {}
590 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage…
676 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start…
678 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c…
770 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): …
H A Dgd.c1492 zend_long srcx, srcy, width, height; in _php_image_create_from() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h111 lxb_css_property_height_t *height; member

Completed in 79 milliseconds