height            109 ext/exif/exif.c 	ZEND_ARG_INFO(1, height)
height           1488 ext/exif/exif.c 	size_t          width, height;
height           1583 ext/exif/exif.c 	size_t  height;
height           2246 ext/exif/exif.c 	result->height          = php_jpg_get16(Data+3);
height           2912 ext/exif/exif.c 					ImageInfo->Thumbnail.height = exif_convert_any_to_int(value_ptr, format, ImageInfo->motorola_intel);
height           3401 ext/exif/exif.c 				ImageInfo->Height = sof_info.height;
height           3436 ext/exif/exif.c 		if (!ImageInfo->Thumbnail.width && !ImageInfo->Thumbnail.height) {
height           3483 ext/exif/exif.c 				ImageInfo->Thumbnail.height   = sof_info.height;
height           3486 ext/exif/exif.c 				exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Thumbnail: size: %d * %d", sof_info.width, sof_info.height);
height           4039 ext/exif/exif.c 		if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) {
height           4046 ext/exif/exif.c 	if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) {
height           4047 ext/exif/exif.c 		exif_iif_add_int(&ImageInfo, SECTION_COMPUTED, "Thumbnail.Height", ImageInfo.Thumbnail.height);
height           4109 ext/exif/exif.c 	exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Thumbnail data %d %d %d, %d x %d", ImageInfo.Thumbnail.data, ImageInfo.Thumbnail.size, ImageInfo.Thumbnail.filetype, ImageInfo.Thumbnail.width, ImageInfo.Thumbnail.height);
height           4122 ext/exif/exif.c 		if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) {
height           4128 ext/exif/exif.c 		ZVAL_LONG(p_height, ImageInfo.Thumbnail.height);
height            350 ext/gd/gd.c    	ZEND_ARG_INFO(0, height)
height           2294 ext/gd/gd.c    	zend_long srcx, srcy, width, height;
height           2303 ext/gd/gd.c    		if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &height) == FAILURE) {
height           2306 ext/gd/gd.c    		if (width < 1 || height < 1) {
height           2351 ext/gd/gd.c    			im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height);
height           2369 ext/gd/gd.c    				im = (*func_p)(fp, srcx, srcy, width, height);
height           3993 ext/gd/gd.c    	zend_long height, width, threshold;
height           4010 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) {
height           4016 ext/gd/gd.c    	dest_height = height;
height           4573 ext/gd/gd.c    		rect.height = zval_get_long(tmp);
height           4756 ext/gd/gd.c    			rect.height = zval_get_long(tmp);
height           4766 ext/gd/gd.c    		rect.height = gdImageSY(src);
height            323 ext/gd/libgd/gd.h 	int width, height;
height            844 ext/gd/libgd/gd.h gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height);
height            845 ext/gd/libgd/gd.h gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height);
height             13 ext/gd/libgd/gd_arc_f_buggy.c static gdPoint gdArcClosest (int width, int height, int angle);
height             16 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int width, int height, int color)
height             18 ext/gd/libgd/gd_arc_f_buggy.c   gdImageFilledArc (im, cx, cy, width, height, 0, 360, color, gdChord);
height             22 ext/gd/libgd/gd_arc_f_buggy.c gdImageFilledArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style)
height             67 ext/gd/libgd/gd_arc_f_buggy.c   height = (height & 1) ? (height + 1) : (height);
height             70 ext/gd/libgd/gd_arc_f_buggy.c   b = height / 2;
height            110 ext/gd/libgd/gd_arc_f_buggy.c 	  gdImageFilledArc (im, cx, cy, width, height, s, (i + 1) * 90, color, gdChord);
height            111 ext/gd/libgd/gd_arc_f_buggy.c 	  pt[0] = gdArcClosest (width, height, s);
height            118 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, e, color, gdChord);
height            119 ext/gd/libgd/gd_arc_f_buggy.c 	      pt[2] = gdArcClosest (width, height, e);
height            137 ext/gd/libgd/gd_arc_f_buggy.c 	      gdImageFilledArc (im, cx, cy, width, height, (i + 1) * 90, (i + 2) * 90, color, gdChord);
height            142 ext/gd/libgd/gd_arc_f_buggy.c 		  gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, e, color, gdChord);
height            143 ext/gd/libgd/gd_arc_f_buggy.c 		  pt[3] = gdArcClosest (width, height, e);
height            161 ext/gd/libgd/gd_arc_f_buggy.c 		  gdImageFilledArc (im, cx, cy, width, height, (i + 2) * 90, (i + 3) * 90, color, gdChord);
height            166 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, e, color, gdChord);
height            167 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[4] = gdArcClosest (width, height, e);
height            185 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 3) * 90, (i + 4) * 90, color, gdChord);
height            189 ext/gd/libgd/gd_arc_f_buggy.c 		      gdImageFilledArc (im, cx, cy, width, height, (i + 4) * 90, e, color, gdChord);
height            190 ext/gd/libgd/gd_arc_f_buggy.c 		      pt[5] = gdArcClosest (width, height, e);
height            260 ext/gd/libgd/gd_arc_f_buggy.c   h = (long) height;
height            534 ext/gd/libgd/gd_arc_f_buggy.c gdArcClosest (int width, int height, int angle)
height            558 ext/gd/libgd/gd_arc_f_buggy.c   h = (long) ((height & 1) ? (height + 1) : (height));
height             50 ext/gd/libgd/gd_crop.c 		dst = gdImageCreateTrueColor(crop->width, crop->height);
height             56 ext/gd/libgd/gd_crop.c 		dst = gdImageCreate(crop->width, crop->height);
height             73 ext/gd/libgd/gd_crop.c 	if ((src->sy - crop->height) < crop->y) {
height             74 ext/gd/libgd/gd_crop.c 		crop->height = src->sy - crop->y;
height             78 ext/gd/libgd/gd_crop.c printf("rect->x: %i\nrect->y: %i\nrect->width: %i\nrect->height: %i\n", crop->x, crop->y, crop->width, crop->height);
height             83 ext/gd/libgd/gd_crop.c 		while (y < (crop->y + crop->height)) {
height             89 ext/gd/libgd/gd_crop.c 		for (y = crop->y; y < (crop->y + crop->height); y++) {
height            117 ext/gd/libgd/gd_crop.c 	const int height = gdImageSY(im);
height            126 ext/gd/libgd/gd_crop.c 	crop.height = 0;
height            159 ext/gd/libgd/gd_crop.c 	for (y = 0; match && y < height; y++) {
height            169 ext/gd/libgd/gd_crop.c 	if (y == height - 1) {
height            175 ext/gd/libgd/gd_crop.c 	for (y = height - 1; match && y >= 0; y--) {
height            182 ext/gd/libgd/gd_crop.c 		crop.height = height - crop.y + 1;
height            184 ext/gd/libgd/gd_crop.c 		crop.height = y - crop.y + 2;
height            189 ext/gd/libgd/gd_crop.c 		for (y = 0; match && y < crop.y + crop.height - 1; y++) {
height            197 ext/gd/libgd/gd_crop.c 		for (y = 0; match &&  y < crop.y + crop.height - 1; y++) {
height            202 ext/gd/libgd/gd_crop.c 	if (crop.x <= 0 || crop.y <= 0 || crop.width <= 0 || crop.height <= 0) {
height            230 ext/gd/libgd/gd_crop.c 	const int height = gdImageSY(im);
height            239 ext/gd/libgd/gd_crop.c 	crop.height = 0;
height            251 ext/gd/libgd/gd_crop.c 	for (y = 0; match && y < height; y++) {
height            261 ext/gd/libgd/gd_crop.c 	if (y == height - 1) {
height            267 ext/gd/libgd/gd_crop.c 	for (y = height - 1; match && y >= 0; y--) {
height            274 ext/gd/libgd/gd_crop.c 		crop.height = height - crop.y + 1;
height            276 ext/gd/libgd/gd_crop.c 		crop.height = y - crop.y + 2;
height            281 ext/gd/libgd/gd_crop.c 		for (y = 0; match && y < crop.y + crop.height - 1; y++) {
height            289 ext/gd/libgd/gd_crop.c 		for (y = 0; match &&  y < crop.y + crop.height - 1; y++) {
height             99 ext/gd/libgd/gd_gif_in.c static void ReadImage (gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBlockP); /*1.4//, int ignore); */
height            188 ext/gd/libgd/gd_gif_in.c 		int width, height;
height            221 ext/gd/libgd/gd_gif_in.c 		height = LM_to_uint(buf[6], buf[7]);
height            223 ext/gd/libgd/gd_gif_in.c 		if (left + width > screen_width || top + height > screen_height) {
height            230 ext/gd/libgd/gd_gif_in.c 		if (!(im = gdImageCreate(width, height))) {
height            239 ext/gd/libgd/gd_gif_in.c 			ReadImage(im, fd, width, height, localColorMap,
height            246 ext/gd/libgd/gd_gif_in.c 			ReadImage(im, fd, width, height,
height            553 ext/gd/libgd/gd_gif_in.c ReadImage(gdImagePtr im, gdIOCtx *fd, int len, int height, unsigned char (*cmap)[256], int interlace, int *ZeroDataBlockP) /*1.4//, int ignore) */
height            619 ext/gd/libgd/gd_gif_in.c 				if (ypos >= height) {
height            636 ext/gd/libgd/gd_gif_in.c 		if (ypos >= height)
height           1109 ext/gd/libgd/gd_interpolation.c gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int height)
height           1112 ext/gd/libgd/gd_interpolation.c 	const unsigned long new_height = MAX(1, height);
height           1396 ext/gd/libgd/gd_interpolation.c gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int height)
height           1399 ext/gd/libgd/gd_interpolation.c 	const long new_height = MAX(1, height);
height           2230 ext/gd/libgd/gd_interpolation.c 	y1 = r->y + r->height - 1;
height           2234 ext/gd/libgd/gd_interpolation.c 	r->height = CLAMP(y1, c1y, c2y) - r->y + 1;
height           2239 ext/gd/libgd/gd_interpolation.c 	printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height);
height           2272 ext/gd/libgd/gd_interpolation.c 		area_full.height = gdImageSY(src);
height           2278 ext/gd/libgd/gd_interpolation.c 	*dst = gdImageCreateTrueColor(bbox.width, bbox.height);
height           2355 ext/gd/libgd/gd_interpolation.c 		|| src_region->height < gdImageSY(src)) {
height           2363 ext/gd/libgd/gd_interpolation.c 			src_region->y + src_region->height - 1);
height           2378 ext/gd/libgd/gd_interpolation.c 	end_y = bbox.height + (int) fabs(bbox.y);
height           2448 ext/gd/libgd/gd_interpolation.c 	extent[2].y=(double) src->height;
height           2450 ext/gd/libgd/gd_interpolation.c 	extent[3].y=(double) src->height;
height           2474 ext/gd/libgd/gd_interpolation.c 	bbox->height = (int) floor(max.y - min.y);
height            123 ext/gd/libgd/gd_png.c 	png_uint_32 width, height, rowbytes, w, h;
height            193 ext/gd/libgd/gd_png.c 	png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_type, NULL, NULL);
height            196 ext/gd/libgd/gd_png.c 		im = gdImageCreateTrueColor((int) width, (int) height);
height            198 ext/gd/libgd/gd_png.c 		im = gdImageCreate((int) width, (int) height);
height            323 ext/gd/libgd/gd_png.c 	image_data = (png_bytep) safe_emalloc(rowbytes, height, 0);
height            325 ext/gd/libgd/gd_png.c 	row_pointers = (png_bytepp) safe_emalloc(height, sizeof(png_bytep), 0);
height            328 ext/gd/libgd/gd_png.c 	for (h = 0; h < height; ++h) {
height            360 ext/gd/libgd/gd_png.c 			for (h = 0; h < height; h++) {
height            373 ext/gd/libgd/gd_png.c 			for (h = 0; h < height; h++) {
height            393 ext/gd/libgd/gd_png.c 			for (h = 0; h < height; ++h) {
height            468 ext/gd/libgd/gd_png.c 	int height = im->sy;
height            574 ext/gd/libgd/gd_png.c 			png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB_ALPHA, interlace_type,
height            577 ext/gd/libgd/gd_png.c 			png_set_IHDR(png_ptr, info_ptr, width, height, 8, PNG_COLOR_TYPE_RGB, interlace_type,
height            581 ext/gd/libgd/gd_png.c 		png_set_IHDR(png_ptr, info_ptr, width, height, bit_depth, PNG_COLOR_TYPE_PALETTE, interlace_type,
height            690 ext/gd/libgd/gd_png.c 		row_pointers = safe_emalloc(sizeof(png_bytep), height, 0);
height            692 ext/gd/libgd/gd_png.c 		for (j = 0; j < height; ++j) {
height            723 ext/gd/libgd/gd_png.c 		for (j = 0; j < height; ++j) {
height            731 ext/gd/libgd/gd_png.c 			row_pointers = safe_emalloc(height, sizeof(png_bytep), 0);
height            732 ext/gd/libgd/gd_png.c 			for (j = 0; j < height; ++j) {
height            742 ext/gd/libgd/gd_png.c 			for (j = 0; j < height; ++j) {
height            139 ext/gd/libgd/gd_wbmp.c 	if (!(im = gdImageCreate (wbmp->width, wbmp->height))) {
height            151 ext/gd/libgd/gd_wbmp.c 	for (row = 0; row < wbmp->height; row++) {
height             39 ext/gd/libgd/gd_webp.c 	int    width, height;
height             68 ext/gd/libgd/gd_webp.c 	if (WebPGetInfo(filedata,size, &width, &height) == 0) {
height             74 ext/gd/libgd/gd_webp.c 	im = gdImageCreateTrueColor(width, height);
height             79 ext/gd/libgd/gd_webp.c 	argb = WebPDecodeARGB(filedata, size, &width, &height);
height             86 ext/gd/libgd/gd_webp.c 	for (y = 0, p = argb;  y < height; y++) {
height            980 ext/gd/libgd/gdft.c 			  penf.y -= (long)(face->size->metrics.height * linespace);
height           1110 ext/gd/libgd/gdft.c 				yd = slot->metrics.height - slot->metrics.horiBearingY;
height           1118 ext/gd/libgd/gdft.c 				if ( (desc = (slot->metrics.height - slot->metrics.horiBearingY)) > yd) {
height             41 ext/gd/libgd/gdxpm.c 	if (!(im = gdImageCreate(image.width, image.height))) {
height            126 ext/gd/libgd/gdxpm.c 	for (i = 0; i < image.height; i++) {
height            111 ext/gd/libgd/wbmp.c createwbmp (int width, int height, int color)
height            123 ext/gd/libgd/wbmp.c   if (overflow2(sizeof (int) * width, height)) {
height            128 ext/gd/libgd/wbmp.c   if ((wbmp->bitmap = (int *) safe_emalloc(sizeof(int), width * height, 0)) == NULL)
height            135 ext/gd/libgd/wbmp.c   wbmp->height = height;
height            137 ext/gd/libgd/wbmp.c   for (i = 0; i < width * height; wbmp->bitmap[i++] = color);
height            177 ext/gd/libgd/wbmp.c   wbmp->height = getmbi (getin, in);
height            178 ext/gd/libgd/wbmp.c   if (wbmp->height == -1)
height            185 ext/gd/libgd/wbmp.c   printf ("W: %d, H: %d\n", wbmp->width, wbmp->height);
height            189 ext/gd/libgd/wbmp.c     overflow2(sizeof (int) * wbmp->width, wbmp->height))
height            195 ext/gd/libgd/wbmp.c   if ((wbmp->bitmap = (int *) safe_emalloc((size_t)wbmp->width * wbmp->height, sizeof(int), 0)) == NULL)
height            206 ext/gd/libgd/wbmp.c   for (row = 0; row < wbmp->height; row++)
height            261 ext/gd/libgd/wbmp.c   putmbi (wbmp->height, putout, out);	/* height */
height            265 ext/gd/libgd/wbmp.c   for (row = 0; row < wbmp->height; row++)
height            310 ext/gd/libgd/wbmp.c   for (row = 0; row < wbmp->height; row++)
height             31 ext/gd/libgd/wbmp.h     int height;         /* height of the image */
height             46 ext/gd/libgd/wbmp.h Wbmp   *createwbmp( int width, int height, int color );
height             39 ext/gd/libgd/xbm.c 	unsigned int width = 0, height = 0;
height             67 ext/gd/libgd/xbm.c 				height = (unsigned int) value;
height             80 ext/gd/libgd/xbm.c 				bytes = (width * height / 8) + 1;
height             99 ext/gd/libgd/xbm.c 	if(!(im = gdImageCreate(width, height))) {
height             66 ext/standard/image.c 	unsigned int height;
height            116 ext/standard/image.c 	result->height   = (unsigned int)dim[2] | (((unsigned int)dim[3])<<8);
height            138 ext/standard/image.c 	result->height   =  (((unsigned int)dim[0]) << 24) + (((unsigned int)dim[1]) << 16) + (((unsigned int)dim[2]) << 8) + ((unsigned int)dim[3]);
height            163 ext/standard/image.c 		result->height   =  (((unsigned int)dim[ 7]) << 8) + ((unsigned int) dim[ 6]);
height            168 ext/standard/image.c 		result->height   =  (((unsigned int)dim[11]) << 24) + (((unsigned int)dim[10]) << 16) + (((unsigned int)dim[ 9]) << 8) + ((unsigned int) dim[ 8]);
height            169 ext/standard/image.c 		result->height   =  abs((int32_t)result->height);
height            262 ext/standard/image.c 		result->height = (php_swf_get_bits (b, 5 + (3 * bits), bits) -
height            292 ext/standard/image.c 	result->height = (php_swf_get_bits (a, 5 + (3 * bits), bits) -
height            323 ext/standard/image.c 	result->height = (((unsigned int)dim[4]) << 24) + (((unsigned int)dim[5]) << 16) + (((unsigned int)dim[6]) << 8) + ((unsigned int)dim[7]);
height            508 ext/standard/image.c 					result->height   = php_read2(stream);
height            637 ext/standard/image.c 	result->height = php_read4(stream); /* Ysiz */
height            812 ext/standard/image.c 	size_t ifd_size, dir_size, entry_value, width=0, height=0, ifd_addr;
height            868 ext/standard/image.c 				height = entry_value;
height            873 ext/standard/image.c 	if ( width && height) {
height            876 ext/standard/image.c 		result->height   = height;
height            894 ext/standard/image.c 	short width, height, bits;
height            921 ext/standard/image.c 			height = php_ifd_get16s(a+2, 1);
height            923 ext/standard/image.c 			if (width > 0 && height > 0 && bits > 0 && bits < 33) {
height            926 ext/standard/image.c 				result->height   = height;
height            951 ext/standard/image.c 	int i, width = 0, height = 0;
height            989 ext/standard/image.c 		height = (height << 7) | (i & 0x7f);
height            991 ext/standard/image.c         if (height > 2048) {
height            996 ext/standard/image.c 	if (!height || !width) {
height           1002 ext/standard/image.c 		(*result)->height = height;
height           1032 ext/standard/image.c     unsigned int width = 0, height = 0;
height           1051 ext/standard/image.c 				if (height) {
height           1057 ext/standard/image.c 				height = (unsigned int) value;
height           1071 ext/standard/image.c 	if (width && height) {
height           1075 ext/standard/image.c 			(*result)->height = height;
height           1120 ext/standard/image.c 			result->height   =  (unsigned int)dim[1];
height           1385 ext/standard/image.c 		add_index_long(return_value, 1, result->height);
height           1387 ext/standard/image.c 		snprintf(temp, sizeof(temp), "width=\"%d\" height=\"%d\"", result->width, result->height);