Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/libavifinfo/
H A Davifinfo.h38 uint32_t width, height; // In number of pixels. Ignores mirror and rotation. member
H A Davifinfo.c149 uint32_t width, height; member
184 f->primary_item_features.height == AVIFINFO_UNDEFINED)) { in AvifInfoInternalGetItemFeatures()
188 f->primary_item_features.height = f->dim_props[i].height; in AvifInfoInternalGetItemFeatures()
205 f->primary_item_features.height != AVIFINFO_UNDEFINED) { in AvifInfoInternalGetItemFeatures()
335 const uint32_t height = AvifInfoInternalReadBigEndian(data + 4, 4); in ParseIpco() local
336 AVIFINFO_CHECK(width != 0 && height != 0, kInvalid); in ParseIpco()
341 features->dim_props[features->num_dim_props].height = height; in ParseIpco()
H A DREADME.md6 partially parse an AVIF payload and to extract the width, height, bit depth and
/php-src/ext/exif/tests/
H A Dbug34704-mb.phpt30 string(24) "width="386" height="488""
H A Dbug34704.phpt30 string(24) "width="386" height="488""
H A Dfloat_cast_overflow.phpt28 string(20) "width="1" height="1""
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.phpt53 [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""
/php-src/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""
/php-src/ext/gd/tests/
H A Dgh13082.phpt2 GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object.
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
/php-src/ext/gd/libgd/
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-src/ext/exif/tests/bug74428/
H A Dbug74428.phpt30 string(22) "width="88" height="28""
/php-src/ext/exif/
H A Dexif_arginfo.h18 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, height, "null")

Completed in 31 milliseconds

12345