Home
last modified time | relevance | path

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

123456

/PHP-7.3/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 Dfunc.inc126 $width = imagesx($image);
128 $result = imagecreatetruecolor($width, $height);
129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
H A Dbug53504.phpt78 $width = sqrt(pow($bboxDrawn[2] - $bboxDrawn[0], 2) + pow($bboxDrawn[3] - $bboxDrawn[1], 2));
80 $test['x'] + $width * cos(deg2rad($test['angle'])),
81 $test['y'] - $width * sin(deg2rad($test['angle'])), $blue);
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.3/ext/gd/libgd/
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_wbmp.c141 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { in gdImageCreateFromWBMPCtx()
154 for (col = 0; col < wbmp->width; col++) { in gdImageCreateFromWBMPCtx()
/PHP-7.3/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 Dbug13213.phpt17 string(20) "width="1" height="1""
H A Dbug72278.phpt20 string(24) "width="300" height="300""
/PHP-7.3/
H A Dfooter3 * tab-width: 4
/PHP-7.3/ext/mbstring/ucgendat/
H A Ducgendat.php368 function formatArray(array $values, int $width, string $format) : string { argument
377 $result .= $i % $width == 0 ? "\n\t" : " ";
383 function formatShortHexArray(array $values, int $width) : string { argument
384 return formatArray($values, $width, "0x%04x");
386 function formatShortDecArray(array $values, int $width) : string { argument
387 return formatArray($values, $width, "% 5d");
389 function formatIntArray(array $values, int $width) : string { argument
390 return formatArray($values, $width, "0x%08x");
/PHP-7.3/ext/mbstring/tests/
H A Dmb_strimwidth.phpt17 print "String width: ".mb_strwidth($euc_jp,'EUC-JP')."\n";
41 String width: 68
H A Dbug28220.phpt2 Bug #28220 (mb_strwidth() returns wrong width values for some Hangul characters)

Completed in 78 milliseconds

123456