brect            3830 ext/gd/gd.c    	int i, brect[8];
brect            3887 ext/gd/gd.c    		error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex);
brect            3890 ext/gd/gd.c    		error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str);
brect            3903 ext/gd/gd.c    		add_next_index_long(return_value, brect[i]);
brect             463 ext/gd/libgd/gd.h char *gdImageStringTTF(gdImage *im, int *brect, int fg, char *fontlist,
brect             467 ext/gd/libgd/gd.h char *gdImageStringFT(gdImage *im, int *brect, int fg, char *fontlist,
brect             494 ext/gd/libgd/gd.h gdImageStringFTEx(gdImage * im, int *brect, int fg, char * fontlist,
brect              39 ext/gd/libgd/gdft.c gdImageStringTTF (gdImage * im, int *brect, int fg, char *fontlist,
brect              43 ext/gd/libgd/gdft.c 	return gdImageStringFT (im, brect, fg, fontlist, ptsize, angle, x, y, string);
brect              48 ext/gd/libgd/gdft.c gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist,
brect              56 ext/gd/libgd/gdft.c gdImageStringFT (gdImage * im, int *brect, int fg, char *fontlist,
brect             801 ext/gd/libgd/gdft.c gdImageStringFT (gdImage * im, int *brect, int fg, char *fontlist,
brect             804 ext/gd/libgd/gdft.c 	return gdImageStringFTEx(im, brect, fg, fontlist, ptsize, angle, x, y, string, 0);
brect             808 ext/gd/libgd/gdft.c gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *string, gdFTStringExtraPtr strex)
brect            1100 ext/gd/libgd/gdft.c 		if (brect) { /* only if need brect */
brect            1165 ext/gd/libgd/gdft.c 	if (brect) { /* only if need brect */
brect            1178 ext/gd/libgd/gdft.c 		brect[0] = brect[2] = brect[4] = brect[6] = (int)  (yd * sin_a);
brect            1179 ext/gd/libgd/gdft.c 		brect[1] = brect[3] = brect[5] = brect[7] = (int)(- yd * cos_a);
brect            1182 ext/gd/libgd/gdft.c 		brect[0] += (int) (normbox.xMin * cos_a - normbox.yMin * sin_a);
brect            1183 ext/gd/libgd/gdft.c 		brect[1] += (int) (normbox.xMin * sin_a + normbox.yMin * cos_a);
brect            1184 ext/gd/libgd/gdft.c 		brect[2] += (int) (normbox.xMax * cos_a - normbox.yMin * sin_a);
brect            1185 ext/gd/libgd/gdft.c 		brect[3] += (int) (normbox.xMax * sin_a + normbox.yMin * cos_a);
brect            1186 ext/gd/libgd/gdft.c 		brect[4] += (int) (normbox.xMax * cos_a - normbox.yMax * sin_a);
brect            1187 ext/gd/libgd/gdft.c 		brect[5] += (int) (normbox.xMax * sin_a + normbox.yMax * cos_a);
brect            1188 ext/gd/libgd/gdft.c 		brect[6] += (int) (normbox.xMin * cos_a - normbox.yMax * sin_a);
brect            1189 ext/gd/libgd/gdft.c 		brect[7] += (int) (normbox.xMin * sin_a + normbox.yMax * cos_a);
brect            1192 ext/gd/libgd/gdft.c 		brect[0] = xb + gdroundupdown(brect[0], d2 > 0);
brect            1193 ext/gd/libgd/gdft.c 		brect[1] = yb - gdroundupdown(brect[1], d1 < 0);
brect            1194 ext/gd/libgd/gdft.c 		brect[2] = xb + gdroundupdown(brect[2], d1 > 0);
brect            1195 ext/gd/libgd/gdft.c 		brect[3] = yb - gdroundupdown(brect[3], d2 > 0);
brect            1196 ext/gd/libgd/gdft.c 		brect[4] = xb + gdroundupdown(brect[4], d2 < 0);
brect            1197 ext/gd/libgd/gdft.c 		brect[5] = yb - gdroundupdown(brect[5], d1 > 0);
brect            1198 ext/gd/libgd/gdft.c 		brect[6] = xb + gdroundupdown(brect[6], d1 < 0);
brect            1199 ext/gd/libgd/gdft.c 		brect[7] = yb - gdroundupdown(brect[7], d2 < 0);
brect              34 ext/gd/libgd/gdtestft.c   int brect[8];
brect              60 ext/gd/libgd/gdtestft.c   err = gdImageStringFT ((gdImagePtr) NULL, &brect[0], 0, f, sz, angle, 0, 0, s);
brect              68 ext/gd/libgd/gdtestft.c   x = MAXX (brect) - MINX (brect) + 6;
brect              69 ext/gd/libgd/gdtestft.c   y = MAXY (brect) - MINY (brect) + 6;
brect              84 ext/gd/libgd/gdtestft.c   x = 0 - MINX (brect) + 3;
brect              85 ext/gd/libgd/gdtestft.c   y = 0 - MINY (brect) + 3;