Home
last modified time | relevance | path

Searched refs:width (Results 26 – 50 of 126) sorted by relevance

123456

/PHP-7.4/ext/gd/tests/
H A Dbug74435.phpt11 $width = imagesx($im);
13 for ($i = 0; $i < $width; $i += 16) {
H A Dbug75124.phpt15 for ($i = 0, $width = imagesx($im); $i < $width; $i ++) {
H A Dbug67447.phpt15 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
25 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
H A Dlibgd00094.xbm1 #define width 255
H A Dlibgd00094私はガラスを食べられます.xbm1 #define width 255
H A Dbug19366.phpt10 $width = 50;
12 $ImHandle = imagecreate($width,$height);
H A Dbug39286-mb.phpt12 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dbug39286.phpt12 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dbug38212-mb.phpt17 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
H A Dbug38212.phpt17 Warning: imagecreatefromgd2part(): Zero width or height not allowed in %s on line %d
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
202 im = gdImageCreateTrueColor((int) width, (int) height); in gdImageCreateFromPngCtx()
204 im = gdImageCreate((int) width, (int) height); in gdImageCreateFromPngCtx()
382 for (w = 0; w < width; w++) { in gdImageCreateFromPngCtx()
395 for (w = 0; w < width; w++) { in gdImageCreateFromPngCtx()
414 for (w = 0; w < width; ++w) { in gdImageCreateFromPngCtx()
487 int width = im->sx; in gdImagePngCtxEx() local
719 *prow_pointers = (png_bytep) safe_emalloc(width, channels, 0); in gdImagePngCtxEx()
722 for (i = 0; i < width; ++i) { in gdImagePngCtxEx()
754 row_pointers[j] = (png_bytep) gdMalloc(width); in gdImagePngCtxEx()
[all …]
H A Dgd_xbm.c40 unsigned int width = 0, height = 0; in gdImageCreateFromXbm() local
65 width = (unsigned int) value; in gdImageCreateFromXbm()
81 bytes = (width + 7) / 8 * height; in gdImageCreateFromXbm()
100 if(!(im = gdImageCreate(width, height))) { in gdImageCreateFromXbm()
H A Dbmp.h74 signed int width; member
H A Dgd_tga.h20 int width; // image width in pixels member
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt47 list($width, $height, $type, $attr) = getimagesize($file,$info);
48 if ($width!=1) { echo "width error".PHP_EOL;exit(1); }
80 list($width, $height, $type, $attr) = $ret;
81 if ($width!=1) { echo "width error".PHP_EOL;exit(1); }
H A Dbug70052.phpt18 string(20) "width="3" height="3""
H A Dbug71848.phpt18 string(20) "width="8" height="8""
H A Dgetimagesize_swc.phpt22 string(24) "width="550" height="400""
H A Dgetimagesize_256_ico.phpt20 string(23) "width="32" height="256""
H A Dbug13213.phpt17 string(20) "width="1" height="1""
H A Dbug72278.phpt20 string(24) "width="300" height="300""
/PHP-7.4/ext/pcre/tests/
H A Dbug80866.phpt2 Bug #80866 preg_split ignores limit flag when pattern with \K has 0-width fullstring match
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php375 function formatArray(array $values, int $width, string $format) : string { argument
384 $result .= $i % $width == 0 ? "\n\t" : " ";
390 function formatShortHexArray(array $values, int $width) : string { argument
391 return formatArray($values, $width, "0x%04x");
393 function formatShortDecArray(array $values, int $width) : string { argument
394 return formatArray($values, $width, "% 5d");
396 function formatIntArray(array $values, int $width) : string { argument
397 return formatArray($values, $width, "0x%08x");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strimwidth.phpt14 print "String width: ".mb_strwidth($euc_jp,'EUC-JP')."\n";
38 String width: 68
H A Dbug28220.phpt2 Bug #28220 (mb_strwidth() returns wrong width values for some Hangul characters)

Completed in 27 milliseconds

123456