Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/gd/
H A Dgd.c1943 int Width, Height; in PHP_FUNCTION() local
1967 Height = rc.bottom; in PHP_FUNCTION()
1971 Height = rc.bottom - rc.top; in PHP_FUNCTION()
1977 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1982 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
1985 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2012 int Width, Height; in PHP_FUNCTION() local
2030 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2035 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2039 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
[all …]
/PHP-7.3/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.3/ext/exif/tests/
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.3/ext/gd/libgd/
H A Dgd_gif_in.c56 unsigned int Height;
/PHP-7.3/ext/exif/
H A Dexif.c1904 int Height, Width; member
3921 ImageInfo->Height = sof_info.height; in exif_scan_JPEG_header()
4104 ImageInfo->Height = entry_value; in exif_process_IFD_in_TIFF_impl()
4594 if (ImageInfo.Width>0 && ImageInfo.Height>0) { in PHP_FUNCTION()
4595 …nfo, SECTION_COMPUTED, "html" , "width=\"%d\" height=\"%d\"", ImageInfo.Width, ImageInfo.Height); in PHP_FUNCTION()
4596 exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Height", ImageInfo.Height); in PHP_FUNCTION()

Completed in 72 milliseconds

12