Height           1518 ext/exif/exif.c 	int             Height, Width;
Height           3410 ext/exif/exif.c 				ImageInfo->Height = sof_info.height;
Height           3591 ext/exif/exif.c 							ImageInfo->Height = entry_value;
Height           3991 ext/exif/exif.c 	if (ImageInfo.Width>0 &&  ImageInfo.Height>0) {
Height           3992 ext/exif/exif.c 		exif_iif_add_fmt(&ImageInfo, SECTION_COMPUTED, "html"    TSRMLS_CC, "width=\"%d\" height=\"%d\"", ImageInfo.Width, ImageInfo.Height);
Height           3993 ext/exif/exif.c 		exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Height", ImageInfo.Height TSRMLS_CC);
Height           1954 ext/gd/gd.c    	int Width, Height;
Height           1981 ext/gd/gd.c    		Height = rc.bottom;
Height           1985 ext/gd/gd.c    		Height	= rc.bottom - rc.top;
Height           1991 ext/gd/gd.c    	memBM	= CreateCompatibleBitmap(hdc, Width, Height);
Height           2010 ext/gd/gd.c    	im = gdImageCreateTrueColor(Width, Height);
Height           2013 ext/gd/gd.c    		for (y=0; y <= Height; y++) {
Height           2041 ext/gd/gd.c    	int Width, Height;
Height           2061 ext/gd/gd.c    	Height	= rc.bottom - rc.top;
Height           2066 ext/gd/gd.c    	memBM	= CreateCompatibleBitmap(hdc, Width, Height);
Height           2068 ext/gd/gd.c    	BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY );
Height           2070 ext/gd/gd.c    	im = gdImageCreateTrueColor(Width, Height);
Height           2073 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 );