Searched refs:Height (Results 1 – 25 of 41) sorted by relevance
12
/PHP-8.0/ext/exif/tests/ |
H A D | bug77540.phpt | 10 echo "Height ".$height."\n"; 15 Height 0
|
H A D | bug72627.phpt | 33 ["Height"]=> 47 ["Thumbnail.Height"]=>
|
H A D | float_cast_overflow.phpt | 27 ["Height"]=>
|
H A D | bug34704-mb.phpt | 31 ["Height"]=>
|
H A D | bug34704.phpt | 31 ["Height"]=>
|
H A D | exif007.phpt | 30 ["Height"]=>
|
H A D | bug68547.phpt | 30 ["Height"]=>
|
H A D | exif024.phpt | 30 ["Height"]=>
|
H A D | exif025.phpt | 30 ["Height"]=>
|
H A D | bug68799.phpt | 53 [Height] => 1
|
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 | 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 | 28 ["Height"]=>
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_gif_out.c | 52 int Width, Height; member 218 if( ctx->cury >= ctx->Height ) { in BumpPixel() 226 if( ctx->cury >= ctx->Height ) { in BumpPixel() 234 if( ctx->cury >= ctx->Height ) { in BumpPixel() 289 RHeight = ctx.Height = GHeight; in GIFEncode() 297 ctx.CountDown = (long)ctx.Width * (long)ctx.Height; in GIFEncode() 393 gifPutWord( ctx.Height, fp ); in GIFEncode()
|
/PHP-8.0/ext/exif/tests/bug74428/ |
H A D | bug74428.phpt | 31 ["Height"]=>
|
/PHP-8.0/ext/gd/ |
H A D | gd.c | 1163 int Width, Height; in PHP_FUNCTION() local 1187 Height = rc.bottom; in PHP_FUNCTION() 1191 Height = rc.bottom - rc.top; in PHP_FUNCTION() 1197 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION() 1202 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION() 1205 for (y=0; y <= Height; y++) { in PHP_FUNCTION() 1231 int Width, Height; in PHP_FUNCTION() local 1249 Height = rc.bottom - rc.top; in PHP_FUNCTION() 1254 memBM = CreateCompatibleBitmap(hdc, Width, Height); in PHP_FUNCTION() 1258 im = gdImageCreateTrueColor(Width, Height); in PHP_FUNCTION() [all …]
|
Completed in 39 milliseconds
12