Height           1512 ext/exif/exif.c 	int             Height, Width;
Height           3401 ext/exif/exif.c 				ImageInfo->Height = sof_info.height;
Height           3582 ext/exif/exif.c 							ImageInfo->Height = entry_value;
Height           3985 ext/exif/exif.c 	if (ImageInfo.Width>0 &&  ImageInfo.Height>0) {
Height           3986 ext/exif/exif.c 		exif_iif_add_fmt(&ImageInfo, SECTION_COMPUTED, "html"   , "width=\"%d\" height=\"%d\"", ImageInfo.Width, ImageInfo.Height);
Height           3987 ext/exif/exif.c 		exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Height", ImageInfo.Height);
Height           1866 ext/gd/gd.c    	int Width, Height;
Height           1893 ext/gd/gd.c    		Height = rc.bottom;
Height           1897 ext/gd/gd.c    		Height	= rc.bottom - rc.top;
Height           1903 ext/gd/gd.c    	memBM	= CreateCompatibleBitmap(hdc, Width, Height);
Height           1922 ext/gd/gd.c    	im = gdImageCreateTrueColor(Width, Height);
Height           1925 ext/gd/gd.c    		for (y=0; y <= Height; y++) {
Height           1953 ext/gd/gd.c    	int Width, Height;
Height           1973 ext/gd/gd.c    	Height	= rc.bottom - rc.top;
Height           1978 ext/gd/gd.c    	memBM	= CreateCompatibleBitmap(hdc, Width, Height);
Height           1980 ext/gd/gd.c    	BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY );
Height           1982 ext/gd/gd.c    	im = gdImageCreateTrueColor(Width, Height);
Height           1985 ext/gd/gd.c    		for (y=0; y <= Height; y++) {
Height             55 ext/gd/libgd/gd_gif_in.c 	unsigned int    Height;
Height             52 ext/gd/libgd/gd_gif_out.c 	int Width, Height;
Height            204 ext/gd/libgd/gd_gif_out.c                           if( ctx->cury >= ctx->Height ) {
Height            212 ext/gd/libgd/gd_gif_out.c                           if( ctx->cury >= ctx->Height ) {
Height            220 ext/gd/libgd/gd_gif_out.c                           if( ctx->cury >= ctx->Height ) {
Height            275 ext/gd/libgd/gd_gif_out.c         RHeight = ctx.Height = GHeight;
Height            283 ext/gd/libgd/gd_gif_out.c         ctx.CountDown = (long)ctx.Width * (long)ctx.Height;
Height            379 ext/gd/libgd/gd_gif_out.c         gifPutWord( ctx.Height, fp );