gdroundupdown    1122 ext/gd/libgd/gdft.c 		brect[0] = x + gdroundupdown(brect[0], d2 > 0);
gdroundupdown    1123 ext/gd/libgd/gdft.c 		brect[1] = y - gdroundupdown(brect[1], d1 < 0);
gdroundupdown    1124 ext/gd/libgd/gdft.c 		brect[2] = x + gdroundupdown(brect[2], d1 > 0);
gdroundupdown    1125 ext/gd/libgd/gdft.c 		brect[3] = y - gdroundupdown(brect[3], d2 > 0);
gdroundupdown    1126 ext/gd/libgd/gdft.c 		brect[4] = x + gdroundupdown(brect[4], d2 < 0);
gdroundupdown    1127 ext/gd/libgd/gdft.c 		brect[5] = y - gdroundupdown(brect[5], d1 > 0);
gdroundupdown    1128 ext/gd/libgd/gdft.c 		brect[6] = x + gdroundupdown(brect[6], d1 < 0);
gdroundupdown    1129 ext/gd/libgd/gdft.c 		brect[7] = y - gdroundupdown(brect[7], d2 < 0);