/PHP-8.2/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 427 function formatArray(array $values, int $width, string $format) : string { 442 function formatShortHexArray(array $values, int $width) : string { 445 function formatShortDecArray(array $values, int $width) : string { 448 function formatIntArray(array $values, int $width) : string {
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_crop.c | 81 const int width = gdImageSX(im); in gdImageCropAuto() local 183 const int width = gdImageSX(im); in gdImageCropThreshold() local
|
H A D | wbmp.h | 30 int width; /* width 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 | 20 int width; // image width 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 492 int width = im->sx; in gdImagePngCtxEx() local
|
H A D | bmp.h | 74 signed int width; member
|
H A D | gd_webp.c | 41 int width, height; in gdImageCreateFromWebpCtx() local
|
H A D | wbmp.c | 112 createwbmp (int width, int height, int color) in createwbmp()
|
H A D | gd_topal.c | 323 int width = oim->sx; in prescan_quantize() local 1139 int width = oim->sx; in pass2_no_dither() local 1204 int width = oim->sx; in pass2_fs_dither() local
|
H A D | gd_gif_in.c | 192 int width, height; in gdImageCreateFromGifCtx() local
|
H A D | gd.h | 315 int width, height; member
|
H A D | gd_interpolation.c | 1107 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int… in gdImageScaleNearestNeighbour() 1362 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he… in gdImageScaleBicubicFixed()
|
/PHP-8.2/ext/standard/ |
H A D | formatted_print.c | 142 size_t width, char padding, size_t alignment, in php_sprintf_appendint() 187 size_t width, char padding, size_t alignment) in php_sprintf_appenduint() 219 size_t width, char padding, in php_sprintf_appenddouble() 325 size_t width, char padding, size_t alignment, int n, in php_sprintf_append2n() 428 int alignment, currarg, adjusting, argnum, width, precision; in php_formatted_print() local
|
H A D | image.c | 61 unsigned int width; 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
|
H A D | scanf.c | 587 size_t width; in php_sscanf_internal() local
|
/PHP-8.2/ext/exif/ |
H A D | exif.stub.php | 28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
|
H A D | exif.c | 1936 size_t width, height; member 2048 size_t width; member
|
/PHP-8.2/ext/standard/libavifinfo/ |
H A D | avifinfo.h | 38 uint32_t width, height; // In number of pixels. Ignores mirror and rotation. member
|
H A D | avifinfo.c | 149 uint32_t width, height; member 334 const uint32_t width = AvifInfoInternalReadBigEndian(data + 0, 4); in ParseIpco() local
|
/PHP-8.2/ext/gd/ |
H A D | gd.stub.php | 491 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 … 542 function imagecreate(int $width, int $height): GdImage|false {} 591 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage… 677 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start… 679 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c… 771 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): …
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | funcs.c | 62 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr()
|
/PHP-8.2/main/ |
H A D | snprintf.c | 463 #define PAD( width, len, ch ) do \ argument
|
/PHP-8.2/ext/mbstring/ |
H A D | mbstring.stub.php | 121 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e…
|
H A D | mbstring.c | 2318 size_t width = 0; in mb_get_strwidth() local 2416 …ng(zend_string *input, zend_string *marker, const mbfl_encoding *enc, unsigned int from, int width) in mb_trim_string() 2514 zend_long from, width; in PHP_FUNCTION() local
|