Home
last modified time | relevance | path

Searched refs:height (Results 26 – 50 of 101) sorted by relevance

12345

/PHP-7.4/ext/gd/tests/
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.xbm2 #define height 1073741824
H A Dlibgd00094私はガラスを食べられます.xbm2 #define height 1073741824
H A Dbug19366.phpt11 $height = 100;
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
H A Dfunc.inc127 $height = imagesy($image);
128 $result = imagecreatetruecolor($width, $height);
129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
H A Dbug53154.phpt2 Bug #53154 (Zero-height rectangle has whiskers)
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c40 unsigned int width = 0, height = 0; in gdImageCreateFromXbm() local
68 height = (unsigned int) value; in gdImageCreateFromXbm()
81 bytes = (width + 7) / 8 * height; in gdImageCreateFromXbm()
100 if(!(im = gdImageCreate(width, height))) { in gdImageCreateFromXbm()
H A Dgd_gif_in.c100 static void ReadImage (gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256],…
192 int width, height; in gdImageCreateFromGifCtx() local
225 height = LM_to_uint(buf[6], buf[7]); in gdImageCreateFromGifCtx()
227 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
234 if (!(im = gdImageCreate(width, height))) { in gdImageCreateFromGifCtx()
243 ReadImage(im, fd, width, height, localColorMap, in gdImageCreateFromGifCtx()
250 ReadImage(im, fd, width, height, in gdImageCreateFromGifCtx()
557 ReadImage(gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlac… in ReadImage() argument
623 if (ypos >= height) { in ReadImage()
640 if (ypos >= height) in ReadImage()
H A Dbmp.h77 signed int height; member
H A Dgd_tga.h21 int height; // image height in pixels member
H A Dgd_wbmp.c153 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { in gdImageCreateFromWBMPCtx()
165 for (row = 0; row < wbmp->height; row++) { in gdImageCreateFromWBMPCtx()
/PHP-7.4/ext/standard/tests/image/
H A Diptcembed_002.phpt47 list($width, $height, $type, $attr) = getimagesize($file,$info);
49 if ($height!=1) { echo "height error".PHP_EOL;exit(1); }
80 list($width, $height, $type, $attr) = $ret;
82 if ($height!=1) { echo "height 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""
H A Dgetimagesize_xbm.phpt27 string(22) "width="75" height="50""
/PHP-7.4/ext/exif/tests/
H A Dfloat_cast_overflow.phpt26 string(20) "width="1" height="1""
H A Dbug34704-mb.phpt31 string(24) "width="386" height="488""
H A Dbug34704.phpt31 string(24) "width="386" height="488""

Completed in 34 milliseconds

12345