Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/tests/image/
H A Dbug75708.phpt52 string(22) "width="10" height="10""
/php-src/ext/gd/tests/
H A Dcreatefromwbmp2.phpt32 /*write height = 4*/
H A Dcreatefromwbmp2_extern.phpt32 /*write height = 4*/
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
/php-src/ext/exif/tests/
H A Dexif000.phpt28 [html] => width="1" height="1"
H A Dexif010.phpt29 string(20) "width="1" height="1""
H A Dexif011.phpt29 string(20) "width="1" height="1""
H A Dexif012.phpt29 string(20) "width="1" height="1""
H A Dexif013.phpt29 string(20) "width="1" height="1""
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.phpt45 string(20) "width="1" height="1""
H A Dbug50845.phpt27 string(26) "width="5472" height="3648""
/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.h27 short height; member
H A Davl.c128 return (node) ? node->height : 0; in lexbor_avl_node_height()
144 node->height = ((left_height > right_height) in lexbor_avl_node_set_height()
201 node->height = ((left_height > right_height) in lexbor_avl_node_balance()
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1325 const long new_height = MAX(1, height); in gdImageScaleBicubicFixed()
1593 src_area.height = gdImageSY(src); in gdRotatedImageSize()
1621 new_height = bbox.height; in gdImageRotateNearestNeighbour()
1689 new_height = bbox.height; in gdImageRotateGeneric()
1746 new_height = bbox.height; in gdImageRotateBilinear()
1864 new_height = bbox.height; in gdImageRotateBicubicFixed()
2189 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2231 area_full.height = gdImageSY(src); in gdTransformAffineGetImage()
2334 end_y = bbox.height + abs(bbox.y); in gdTransformAffineCopy()
2418 extent[2].y=(double) src->height; in gdTransformAffineBoundingBox()
[all …]
H A Dgd.h315 int width, height; member
884 …ePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height);
885 …r gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height);
/php-src/ext/dom/tests/modern/spec/
H A DNode_lookupPrefix.phpt13 <svg:svg xmlns:svg="http://www.w3.org/2000/svg" height="1"/>
H A DNode_isDefaultNamespace.phpt12 <svg xmlns="http://www.w3.org/2000/svg" height="1"></svg>
H A DNode_lookupNamespaceURI.phpt12 <svg xmlns="http://www.w3.org/2000/svg" height="1"></svg>
/php-src/ext/gd/
H A Dgd_arginfo.h18 ZEND_ARG_TYPE_INFO(0, height, IS_LONG, 0)
48 ZEND_ARG_TYPE_INFO(0, height, IS_LONG, 0)
57 ZEND_ARG_TYPE_INFO(0, height, IS_LONG, 0)
193 ZEND_ARG_TYPE_INFO(0, height, IS_LONG, 0)
364 ZEND_ARG_TYPE_INFO(0, height, IS_LONG, 0)
545 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, height, IS_LONG, 0, "-1")
/php-src/ext/exif/
H A Dexif.c1924 size_t width, height; member
2037 size_t height; member
2702 result->height = php_jpg_get16(Data+3); in exif_process_SOFn()
3919 ImageInfo->Height = sof_info.height; in exif_scan_JPEG_header()
3954 if (!ImageInfo->Thumbnail.width && !ImageInfo->Thumbnail.height) { in exif_scan_thumbnail()
4007 ImageInfo->Thumbnail.height = sof_info.height; in exif_scan_thumbnail()
4655 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4662 if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4761 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4763 ImageInfo.Thumbnail.width = ImageInfo.Thumbnail.height = 0; in PHP_FUNCTION()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_getElementsByTagName.phpt17 <svg width="100" height="100">

Completed in 67 milliseconds

12345