Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/exif/tests/
H A Dbug77540.phpt10 echo "Height ".$height."\n";
15 Height 0
H A Dbug72627.phpt33 ["Height"]=>
47 ["Thumbnail.Height"]=>
H A Dfloat_cast_overflow.phpt27 ["Height"]=>
H A Dbug34704-mb.phpt31 ["Height"]=>
H A Dbug34704.phpt31 ["Height"]=>
H A Dexif007.phpt30 ["Height"]=>
H A Dbug68547.phpt30 ["Height"]=>
H A Dexif024.phpt30 ["Height"]=>
H A Dexif025.phpt30 ["Height"]=>
H A Dbug68799.phpt53 [Height] => 1
H A Dexif008.phpt30 ["Height"]=>
H A Dexif009.phpt30 ["Height"]=>
H A Dexif000.phpt29 [Height] => 1
H A Dexif010.phpt30 ["Height"]=>
H A Dexif011.phpt30 ["Height"]=>
H A Dexif012.phpt30 ["Height"]=>
H A Dexif013.phpt30 ["Height"]=>
H A Dexif001.phpt38 ["Height"]=>
H A Dexif014.phpt30 ["Height"]=>
H A Dexif015.phpt30 ["Height"]=>
H A Dexif003.phpt45 ["Height"]=>
H A Dbug50845.phpt28 ["Height"]=>
/PHP-8.0/ext/gd/libgd/
H A Dgd_gif_out.c52 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 Dbug74428.phpt31 ["Height"]=>
/PHP-8.0/ext/gd/
H A Dgd.c1163 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 27 milliseconds

12