Searched defs:Height (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_gif_out.c | 52 int Width, Height; member in struct:__anon134 204 if( ctx->cury >= ctx->Height ) { 212 if( ctx->cury >= ctx->Height ) { 220 if( ctx->cury >= ctx->Height ) { 275 RHeight = ctx.Height = GHeight; 283 ctx.CountDown = (long)ctx.Width * (long)ctx.Height; 379 gifPutWord( ctx.Height, fp );
|
| /PHP_TRUNK/ext/exif/ |
| H A D | exif.c | 1528 int Height, Width; member in struct:__anon76 2263 /* 0xFF SOSn SectLen(2) Bits(1) Height(2) Width(2) Channels(1) 3*Channels (1) */ 3413 ImageInfo->Height = sof_info.height; 3594 ImageInfo->Height = entry_value; 3994 if (ImageInfo.Width>0 && ImageInfo.Height>0) { 3995 exif_iif_add_fmt(&ImageInfo, SECTION_COMPUTED, "html" TSRMLS_CC, "width=\"%d\" height=\"%d\"", ImageInfo.Width, ImageInfo.Height); 3996 exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Height", ImageInfo.Height TSRMLS_CC); 4056 exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Thumbnail.Height", ImageInfo.Thumbnail.height TSRMLS_CC);
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 1936 int Width, Height; local 1963 Height = rc.bottom; 1967 Height = rc.bottom - rc.top; 1973 memBM = CreateCompatibleBitmap(hdc, Width, Height); 1992 im = gdImageCreateTrueColor(Width, Height); 1995 for (y=0; y <= Height; y++) { 2023 int Width, Height; local 2043 Height = rc.bottom - rc.top; 2048 memBM = CreateCompatibleBitmap(hdc, Width, Height); 2050 BitBlt( memDC, 0, 0, Width, Height , hd [all...] |
Completed in 15 milliseconds