Home
last modified time | relevance | path

Searched refs:Width (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.1/ext/exif/tests/
H A Dbug77540.phpt9 echo "Width ".$width."\n";
14 Width 0
H A Dbug72627.phpt35 ["Width"]=>
49 ["Thumbnail.Width"]=>
H A Dbug34704-mb.phpt34 ["Width"]=>
H A Dbug34704.phpt34 ["Width"]=>
H A Dexif007.phpt32 ["Width"]=>
H A Dbug68799.phpt54 [Width] => 1
H A Dexif025.phpt32 ["Width"]=>
H A Dexif024.phpt32 ["Width"]=>
H A Dexif008.phpt32 ["Width"]=>
H A Dexif009.phpt32 ["Width"]=>
H A Dexif_read_exif_data_basic-mb.phpt34 [Width] => 1
H A Dexif_read_exif_data_basic.phpt34 [Width] => 1
H A Dexif000.phpt30 [Width] => 1
H A Dexif010.phpt32 ["Width"]=>
H A Dexif011.phpt32 ["Width"]=>
H A Dexif012.phpt32 ["Width"]=>
H A Dexif013.phpt32 ["Width"]=>
H A Dexif001.phpt40 ["Width"]=>
H A Dexif014.phpt32 ["Width"]=>
H A Dexif015.phpt32 ["Width"]=>
H A Dexif003.phpt47 ["Width"]=>
H A Dbug50845.phpt29 ["Width"]=>
/PHP-7.1/ext/standard/tests/strings/
H A Dsscanf_basic3.phpt13 $str = "Part: Widget Length: 111.53 Width: 22.345 Depth: 12.4";
14 $format = "Part: %s Length: %f Width: %f Depth: %f";
/PHP-7.1/ext/gd/libgd/
H A Dgd_gif_out.c52 int Width, Height; member
194 if( ctx->curx == ctx->Width ) { in BumpPixel()
274 RWidth = ctx.Width = GWidth; in GIFEncode()
283 ctx.CountDown = (long)ctx.Width * (long)ctx.Height; in GIFEncode()
378 gifPutWord( ctx.Width, fp ); in GIFEncode()
/PHP-7.1/ext/gd/
H A Dgd.c1892 int Width, Height; in PHP_FUNCTION() local
1918 Width = rc.right; in PHP_FUNCTION()
1922 Width = rc.right - rc.left; in PHP_FUNCTION()
1926 Width = (Width/4)*4; in PHP_FUNCTION()
1948 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
1952 for (x=0; x <= Width; x++) { in PHP_FUNCTION()
1979 int Width, Height; in PHP_FUNCTION() local
1998 Width = rc.right - rc.left; in PHP_FUNCTION()
2001 Width = (Width/4)*4; in PHP_FUNCTION()
2008 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
[all …]

Completed in 33 milliseconds

12