Home
last modified time | relevance | path

Searched refs:Width (Results 26 – 43 of 43) sorted by relevance

12

/PHP-7.4/ext/exif/tests/
H A Dexif015.phpt32 ["Width"]=>
H A Dexif003.phpt47 ["Width"]=>
H A Dbug50845.phpt29 ["Width"]=>
H A Dexif016.phpt32 ["Width"]=>
H A Dexif017.phpt32 ["Width"]=>
H A Dexif_read_data_streams.phpt36 ["Width"]=>
H A Dexif018.phpt32 ["Width"]=>
H A Dexif020.phpt32 ["Width"]=>
H A Dexif021.phpt32 ["Width"]=>
H A Dexif022.phpt32 ["Width"]=>
H A Dexif023.phpt32 ["Width"]=>
H A Dexif026.phpt32 ["Width"]=>
H A Dexif027.phpt32 ["Width"]=>
/PHP-7.4/ext/gd/
H A Dgd.c2012 int Width, Height; in PHP_FUNCTION() local
2035 Width = rc.right; in PHP_FUNCTION()
2039 Width = rc.right - rc.left; in PHP_FUNCTION()
2043 Width = (Width/4)*4; in PHP_FUNCTION()
2051 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
2055 for (x=0; x <= Width; x++) { in PHP_FUNCTION()
2081 int Width, Height; in PHP_FUNCTION() local
2098 Width = rc.right - rc.left; in PHP_FUNCTION()
2101 Width = (Width/4)*4; in PHP_FUNCTION()
2108 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dbug34066_1.phpt133 "Width" => "0,000",
561 /Docs/Width=0,000
H A Dbug34066.phpt133 "Width" => "0,000",
604 /Docs/Doc/DocItems/DocItem/Meas/@Width=0,000
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c55 unsigned int Width;
/PHP-7.4/ext/exif/
H A Dexif.c1986 int Height, Width; member
3957 ImageInfo->Width = sof_info.width; in exif_scan_JPEG_header()
4136 ImageInfo->Width = 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()
4636 exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Width", ImageInfo.Width); in PHP_FUNCTION()

Completed in 99 milliseconds

12