Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 27) sorted by relevance

12

/PHP-8.0/ext/mbstring/ucgendat/
H A Ducgendat.php375 function formatArray(array $values, int $width, string $format) : string {
390 function formatShortHexArray(array $values, int $width) : string {
393 function formatShortDecArray(array $values, int $width) : string {
396 function formatIntArray(array $values, int $width) : string {
/PHP-8.0/ext/gd/libgd/
H A Dgd_crop.c81 const int width = gdImageSX(im); in gdImageCropAuto() local
183 const int width = gdImageSX(im); in gdImageCropThreshold() local
H A Dwbmp.h30 int width; /* width of the image */ member
H A Dgd_xbm.c38 unsigned int width = 0, height = 0; in gdImageCreateFromXbm() local
H A Dgd_tga.h20 int width; // image width in pixels member
H A Dgd_png.c129 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 Dbmp.h74 signed int width; member
H A Dgd_webp.c40 int width, height; in gdImageCreateFromWebpCtx() local
H A Dwbmp.c111 createwbmp (int width, int height, int color) in createwbmp()
H A Dgd_topal.c323 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 Dgd_gif_in.c192 int width, height; in gdImageCreateFromGifCtx() local
H A Dgd.h315 int width, height; member
H A Dgd_interpolation.c1078 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int… in gdImageScaleNearestNeighbour()
1333 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he… in gdImageScaleBicubicFixed()
/PHP-8.0/ext/standard/
H A Dformatted_print.c142 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 Dimage.c60 unsigned int width; member
792 size_t ifd_size, dir_size, entry_value, width=0, height=0, ifd_addr; in php_handle_tiff() local
873 short width, height, bits; in php_handle_iff() local
930 int i, width = 0, height = 0; in php_get_wbmp() local
1009 unsigned int width = 0, height = 0; in php_get_xbm() local
H A Dscanf.c585 size_t width; in php_sscanf_internal() local
/PHP-8.0/ext/exif/
H A Dexif.stub.php16 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
H A Dexif.c1913 size_t width, height; member
2025 size_t width; member
/PHP-8.0/ext/gd/
H A Dgd.stub.php15 function imagecreatetruecolor(int $width, int $height): GdImage|false {}
27 function imagefilledellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, …
29 function imagefilledarc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int …
62 function imagecreate(int $width, int $height): GdImage|false {}
94 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage…
170 function imagearc(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $start…
172 function imageellipse(GdImage $image, int $center_x, int $center_y, int $width, int $height, int $c…
243 function imagescale(GdImage $image, int $width, int $height = -1, int $mode = IMG_BILINEAR_FIXED): …
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c59 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr()
/PHP-8.0/main/
H A Dsnprintf.c561 #define PAD( width, len, ch ) do \ argument
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php52 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e…
H A Dmbstring.c2287 zend_long from, width, swidth = 0; in PHP_FUNCTION() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c101 #define PAD( width, len, ch ) do \ argument
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1430 size_t width; member
1475 size_t width) in mbfl_strimwidth()

Completed in 146 milliseconds

12