Searched refs:Height (Results 1 – 25 of 34) sorted by relevance
12
/PHP-7.0/ext/exif/tests/ |
H A D | bug72627.phpt | 33 ["Height"]=> 47 ["Thumbnail.Height"]=>
|
H A D | bug34704.phpt | 32 ["Height"]=>
|
H A D | exif007.phpt | 30 ["Height"]=>
|
H A D | bug68799.phpt | 53 [Height] => 1
|
H A D | exif024.phpt | 30 ["Height"]=>
|
H A D | exif025.phpt | 30 ["Height"]=>
|
H A D | exif008.phpt | 30 ["Height"]=>
|
H A D | exif009.phpt | 30 ["Height"]=>
|
H A D | exif000.phpt | 29 [Height] => 1
|
H A D | exif_read_exif_data_basic.phpt | 33 [Height] => 1
|
H A D | exif010.phpt | 30 ["Height"]=>
|
H A D | exif011.phpt | 30 ["Height"]=>
|
H A D | exif012.phpt | 30 ["Height"]=>
|
H A D | exif013.phpt | 30 ["Height"]=>
|
H A D | exif001.phpt | 38 ["Height"]=>
|
H A D | exif014.phpt | 30 ["Height"]=>
|
H A D | exif015.phpt | 30 ["Height"]=>
|
H A D | exif003.phpt | 45 ["Height"]=>
|
H A D | bug50845.phpt | 27 ["Height"]=>
|
H A D | exif016.phpt | 30 ["Height"]=>
|
H A D | exif017.phpt | 30 ["Height"]=>
|
H A D | exif018.phpt | 30 ["Height"]=>
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_gif_out.c | 52 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-7.0/ext/gd/ |
H A D | gd.c | 1892 int Width, Height; in PHP_FUNCTION() local 1919 Height = rc.bottom; in PHP_FUNCTION() 1923 Height = rc.bottom - rc.top; in PHP_FUNCTION() 1929 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION() 1948 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION() 1951 for (y=0; y <= Height; y++) { in PHP_FUNCTION() 1979 int Width, Height; in PHP_FUNCTION() local 1999 Height = rc.bottom - rc.top; in PHP_FUNCTION() 2004 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION() 2008 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION() [all …]
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | bug34066_1.phpt | 134 "Height" => "0,000" 564 /Docs/Height=0,000
|
Completed in 85 milliseconds
12