Home
last modified time | relevance | path

Searched refs:Height (Results 26 – 41 of 41) sorted by relevance

12

/PHP-7.4/ext/exif/tests/
H A Dbug50845.phpt27 ["Height"]=>
H A Dexif016.phpt30 ["Height"]=>
H A Dexif017.phpt30 ["Height"]=>
H A Dexif_read_data_streams.phpt34 ["Height"]=>
H A Dexif018.phpt30 ["Height"]=>
H A Dexif020.phpt30 ["Height"]=>
H A Dexif021.phpt30 ["Height"]=>
H A Dexif022.phpt30 ["Height"]=>
H A Dexif023.phpt30 ["Height"]=>
H A Dexif026.phpt30 ["Height"]=>
H A Dexif027.phpt30 ["Height"]=>
/PHP-7.4/ext/gd/
H A Dgd.c2012 int Width, Height; in PHP_FUNCTION() local
2036 Height = rc.bottom; in PHP_FUNCTION()
2040 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2046 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2051 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
2054 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2081 int Width, Height; in PHP_FUNCTION() local
2099 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2104 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2108 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug34066_1.phpt134 "Height" => "0,000"
564 /Docs/Height=0,000
H A Dbug34066.phpt134 "Height" => "0,000"
607 /Docs/Doc/DocItems/DocItem/Meas/@Height=0,000
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c56 unsigned int Height;
/PHP-7.4/ext/exif/
H A Dexif.c1986 int Height, Width; member
3958 ImageInfo->Height = sof_info.height; in exif_scan_JPEG_header()
4140 ImageInfo->Height = entry_value; in exif_process_IFD_in_TIFF_impl()
4633 if (ImageInfo.Width>0 && ImageInfo.Height>0) { in PHP_FUNCTION()
4634 …nfo, SECTION_COMPUTED, "html" , "width=\"%d\" height=\"%d\"", ImageInfo.Width, ImageInfo.Height); in PHP_FUNCTION()
4635 exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Height", ImageInfo.Height); in PHP_FUNCTION()

Completed in 53 milliseconds

12