Home
last modified time | relevance | path

Searched refs:height (Results 76 – 100 of 101) sorted by relevance

12345

/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c1336 const long new_height = MAX(1, height); in gdImageScaleBicubicFixed()
1604 src_area.height = gdImageSY(src); in gdRotatedImageSize()
1632 new_height = bbox.height; in gdImageRotateNearestNeighbour()
1700 new_height = bbox.height; in gdImageRotateGeneric()
1757 new_height = bbox.height; in gdImageRotateBilinear()
1875 new_height = bbox.height; in gdImageRotateBicubicFixed()
2200 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2242 area_full.height = gdImageSY(src); in gdTransformAffineGetImage()
2346 end_y = bbox.height + abs(bbox.y); in gdTransformAffineCopy()
2419 extent[2].y=(double) src->height; in gdTransformAffineBoundingBox()
[all …]
H A Dgd.h315 int width, height; member
861 …ePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height);
862 …r gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height);
H A Dgdft.c987 penf.y -= (long)(face->size->metrics.height * linespace);
/PHP-7.4/ext/exif/tests/
H A Dbug72627.phpt32 string(24) "width="128" height="132""
H A Dexif001.phpt37 string(20) "width="1" height="1""
H A Dexif014.phpt29 string(20) "width="1" height="1""
H A Dexif015.phpt29 string(20) "width="1" height="1""
H A Dexif003.phpt44 string(20) "width="1" height="1""
H A Dbug50845.phpt26 string(26) "width="5472" height="3648""
H A Dexif016.phpt29 string(20) "width="1" height="1""
H A Dexif017.phpt29 string(20) "width="1" height="1""
H A Dexif_read_data_streams.phpt33 string(20) "width="1" height="1""
H A Dexif018.phpt29 string(20) "width="1" height="1""
H A Dexif020.phpt29 string(20) "width="1" height="1""
H A Dexif021.phpt29 string(20) "width="1" height="1""
H A Dexif022.phpt29 string(20) "width="1" height="1""
H A Dexif023.phpt29 string(20) "width="1" height="1""
H A Dexif026.phpt29 string(20) "width="1" height="1""
H A Dexif027.phpt29 string(20) "width="1" height="1""
/PHP-7.4/ext/gd/tests/
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
/PHP-7.4/ext/exif/
H A Dexif.c85 ZEND_ARG_INFO(1, height)
1962 size_t width, height; member
2071 size_t height; member
2691 result->height = php_jpg_get16(Data+3); in exif_process_SOFn()
3958 ImageInfo->Height = sof_info.height; in exif_scan_JPEG_header()
4046 ImageInfo->Thumbnail.height = sof_info.height; in exif_scan_thumbnail()
4688 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4695 if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4790 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4792 ImageInfo.Thumbnail.width = ImageInfo.Thumbnail.height = 0; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/gd/
H A Dgd.c358 ZEND_ARG_INFO(0, height)
2447 zend_long srcx, srcy, width, height; in _php_image_create_from() local
2456 …parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &height) == FAILURE) { in _php_image_create_from()
2459 if (width < 1 || height < 1) { in _php_image_create_from()
2504 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); in _php_image_create_from()
2522 im = (*func_p)(fp, srcx, srcy, width, height); in _php_image_create_from()
4179 zend_long height, width, threshold; in _php_image_convert() local
4202 dest_height = height; in _php_image_convert()
4792 rect.height = zval_get_long(tmp); in PHP_FUNCTION()
4988 rect.height = zval_get_long(tmp); in PHP_FUNCTION()
[all …]
/PHP-7.4/
H A DUPGRADING590 . imagescale() now supports aspect ratio preserving scaling to a fixed height
H A DNEWS1468 . Added support for aspect ratio preserving scaling to a fixed height for
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15369 # image height. 0 interpreted as 65536
15573 >>>8 leshort x \b, height=%d
16516 # height (80,90)
18078 >6 leshort x \b, height %d
21206 # skip Windows cursors with image height <256 and keep Lotus with low opcode 0001-0083h
27850 # int32_t max_climb; /* 12: 50 mm = 5 cm == max. height to climb */

Completed in 131 milliseconds

12345