Home
last modified time | relevance | path

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

12

/PHP-5.5/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-5.5/ext/exif/tests/
H A Dbug34704.phpt34 ["Width"]=>
H A Dexif007.phpt32 ["Width"]=>
H A Dbug68799.phpt54 [Width] => 1
H A Dexif024.phpt32 ["Width"]=>
H A Dexif025.phpt32 ["Width"]=>
H A Dexif009.phpt32 ["Width"]=>
H A Dexif008.phpt32 ["Width"]=>
H A Dexif000.phpt30 [Width] => 1
H A Dexif_read_exif_data_basic.phpt34 [Width] => 1
H A Dexif010.phpt32 ["Width"]=>
H A Dexif011.phpt32 ["Width"]=>
H A Dexif013.phpt32 ["Width"]=>
H A Dexif012.phpt32 ["Width"]=>
H A Dexif001.phpt40 ["Width"]=>
H A Dexif014.phpt32 ["Width"]=>
H A Dexif015.phpt32 ["Width"]=>
H A Dexif003.phpt47 ["Width"]=>
H A Dexif016.phpt32 ["Width"]=>
H A Dexif017.phpt32 ["Width"]=>
H A Dexif018.phpt32 ["Width"]=>
H A Dexif020.phpt32 ["Width"]=>
/PHP-5.5/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-5.5/ext/gd/
H A Dgd.c1934 int Width, Height; in PHP_FUNCTION() local
1960 Width = rc.right; in PHP_FUNCTION()
1964 Width = rc.right - rc.left; in PHP_FUNCTION()
1968 Width = (Width/4)*4; in PHP_FUNCTION()
1990 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
1994 for (x=0; x <= Width; x++) { in PHP_FUNCTION()
2021 int Width, Height; in PHP_FUNCTION() local
2040 Width = rc.right - rc.left; in PHP_FUNCTION()
2043 Width = (Width/4)*4; in PHP_FUNCTION()
2050 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dbug34066_1.phpt133 "Width" => "0,000",
561 /Docs/Width=0,000

Completed in 67 milliseconds

12