Home
last modified time | relevance | path

Searched refs:Height (Results 1 – 25 of 32) sorted by relevance

12

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c52 int Width, Height; member
204 if( ctx->cury >= ctx->Height ) { in BumpPixel()
212 if( ctx->cury >= ctx->Height ) { in BumpPixel()
220 if( ctx->cury >= ctx->Height ) { in BumpPixel()
275 RHeight = ctx.Height = GHeight; in GIFEncode()
283 ctx.CountDown = (long)ctx.Width * (long)ctx.Height; in GIFEncode()
379 gifPutWord( ctx.Height, fp ); in GIFEncode()
/PHP-5.5/ext/exif/tests/
H A Dbug34704.phpt32 ["Height"]=>
H A Dexif007.phpt30 ["Height"]=>
H A Dbug68799.phpt53 [Height] => 1
H A Dexif024.phpt30 ["Height"]=>
H A Dexif025.phpt30 ["Height"]=>
H A Dexif009.phpt30 ["Height"]=>
H A Dexif008.phpt30 ["Height"]=>
H A Dexif000.phpt29 [Height] => 1
H A Dexif_read_exif_data_basic.phpt33 [Height] => 1
H A Dexif010.phpt30 ["Height"]=>
H A Dexif011.phpt30 ["Height"]=>
H A Dexif013.phpt30 ["Height"]=>
H A Dexif012.phpt30 ["Height"]=>
H A Dexif001.phpt38 ["Height"]=>
H A Dexif014.phpt30 ["Height"]=>
H A Dexif015.phpt30 ["Height"]=>
H A Dexif003.phpt45 ["Height"]=>
H A Dexif016.phpt30 ["Height"]=>
H A Dexif017.phpt30 ["Height"]=>
H A Dexif018.phpt30 ["Height"]=>
H A Dexif020.phpt30 ["Height"]=>
H A Dexif021.phpt30 ["Height"]=>
/PHP-5.5/ext/gd/
H A Dgd.c1934 int Width, Height; in PHP_FUNCTION() local
1961 Height = rc.bottom; in PHP_FUNCTION()
1965 Height = rc.bottom - rc.top; in PHP_FUNCTION()
1971 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
1990 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
1993 for (y=0; y <= Height; y++) { in PHP_FUNCTION()
2021 int Width, Height; in PHP_FUNCTION() local
2041 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2046 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION()
2050 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dbug34066_1.phpt134 "Height" => "0,000"
564 /Docs/Height=0,000

Completed in 46 milliseconds

12