Home
last modified time | relevance | path

Searched refs:height (Results 51 – 75 of 104) sorted by relevance

12345

/PHP-8.1/ext/gd/tests/
H A Dimagecreatetruecolor_error2.phpt24 !! [ValueError] imagecreatetruecolor(): Argument #2 ($height) must be greater than 0
H A Dfunc.inc127 $height = imagesy($image);
128 $result = imagecreatetruecolor($width, $height);
129 imagecopy($result, $image, 0,0, 0,0, $width, $height);
H A Dbug38212-mb.phpt29 !! [ValueError] imagecreatefromgd2part(): Argument #5 ($height) must be greater than or equal to 1
H A Dbug38212.phpt29 !! [ValueError] imagecreatefromgd2part(): Argument #5 ($height) must be greater than or equal to 1
H A Dbug75111.phpt12 $str .= pack("V", 256); // height
H A Dcreatefromwbmp2.phpt32 /*write height = 4*/
H A Dcreatefromwbmp2_extern.phpt32 /*write height = 4*/
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize_variation_005.phpt28 string(24) "width="550" height="400""
H A Dgetimagesize_246x247.phpt36 string(24) "width="246" height="247""
H A Dgetimagesize_384x385.phpt36 string(24) "width="384" height="385""
H A Dbug75708.phpt48 string(22) "width="10" height="10""
/PHP-8.1/ext/gd/libgd/
H A Dgd_avif.c98 imageArea = rgb->width * rgb->height; in setEncoderTilesAndThreads()
111 if (rgb->width >= rgb->height) { in setEncoderTilesAndThreads()
402 im = gdImageCreateTrueColor(decoder->image->width, decoder->image->height); in gdImageCreateFromAvifCtx()
414 for (y = 0; y < decoder->image->height; y++) { in gdImageCreateFromAvifCtx()
538 for (y = 0; y < rgb.height; y++) { in gdImageAvifCtx()
H A Dgd_wbmp.c153 if (!(im = gdImageCreate (wbmp->width, wbmp->height))) { in gdImageCreateFromWBMPCtx()
165 for (row = 0; row < wbmp->height; row++) { in gdImageCreateFromWBMPCtx()
H A Dgdxpm.c41 if (!(im = gdImageCreate(image.width, image.height))) { in gdImageCreateFromXpm()
126 for (i = 0; i < image.height; i++) { in gdImageCreateFromXpm()
/PHP-8.1/ext/exif/tests/
H A Dexif007.phpt29 string(20) "width="1" height="1""
H A Dbug68547.phpt27 string(20) "width="1" height="1""
H A Dexif024.phpt29 string(20) "width="1" height="1""
H A Dexif025.phpt29 string(20) "width="1" height="1""
H A Dbug68799.phpt52 [html] => width="1" height="1"
H A Dexif008.phpt29 string(20) "width="1" height="1""
H A Dexif009.phpt29 string(20) "width="1" height="1""
H A Dexif000.phpt28 [html] => width="1" height="1"
H A Dexif010.phpt29 string(20) "width="1" height="1""
/PHP-8.1/ext/exif/tests/bug74428/
H A Dbug74428.phpt30 string(22) "width="88" height="28""
/PHP-8.1/ext/exif/
H A Dexif_arginfo.h18 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, height, "null")

Completed in 49 milliseconds

12345