gdImageBoundsSafe 2862 gd.c           		if (im->tpixels && gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe 2869 gd.c           		if (im->pixels && gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  757 libgd/gd.c     			if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  959 libgd/gd.c     	if (!gdImageBoundsSafe(im, px, py)) {
gdImageBoundsSafe  999 libgd/gd.c     	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  646 libgd/gd_interpolation.c 	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe  697 libgd/gd_interpolation.c 	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe 1156 libgd/gd_interpolation.c 	if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe   16 libgd/gd_pixelate.c 				if (gdImageBoundsSafe(im, x, y)) {
gdImageBoundsSafe   34 libgd/gd_pixelate.c 						if (!gdImageBoundsSafe(im, x + cx, y + cy)) {