yd                823 ext/gd/libgd/gdft.c 	int yd = 0;
yd                986 ext/gd/libgd/gdft.c 			  yd = 0;
yd               1110 ext/gd/libgd/gdft.c 				yd = slot->metrics.height - slot->metrics.horiBearingY;
yd               1118 ext/gd/libgd/gdft.c 				if ( (desc = (slot->metrics.height - slot->metrics.horiBearingY)) > yd) {
yd               1119 ext/gd/libgd/gdft.c 					yd = desc;
yd               1178 ext/gd/libgd/gdft.c 		brect[0] = brect[2] = brect[4] = brect[6] = (int)  (yd * sin_a);
yd               1179 ext/gd/libgd/gdft.c 		brect[1] = brect[3] = brect[5] = brect[7] = (int)(- yd * cos_a);