gdImageBoundsSafe 2809 ext/gd/gd.c    		if (im->tpixels && gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe 2816 ext/gd/gd.c    		if (im->pixels && gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  755 ext/gd/libgd/gd.c 			if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  957 ext/gd/libgd/gd.c 	if (!gdImageBoundsSafe(im, px, py)) {
gdImageBoundsSafe  997 ext/gd/libgd/gd.c 	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  648 ext/gd/libgd/gd_interpolation.c 	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  699 ext/gd/libgd/gd_interpolation.c 	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe 1162 ext/gd/libgd/gd_interpolation.c 	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe   16 ext/gd/libgd/gd_pixelate.c 				if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe   34 ext/gd/libgd/gd_pixelate.c 						if (!gdImageBoundsSafe(im, x + cx, y + cy)) {