fsy               414 ext/gd/libgd/gd_gd2.c 	int scx, scy, ecx, ecy, fsx, fsy;
fsy               441 ext/gd/libgd/gd_gd2.c 	if (_gd2GetHeader(in, &fsx, &fsy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx) != 1) {
fsy               445 ext/gd/libgd/gd_gd2.c 	GD2_DBG(php_gd_error("File size is %dx%d", fsx, fsy));
fsy               515 ext/gd/libgd/gd_gd2.c 		if (yhi > fsy) {
fsy               516 ext/gd/libgd/gd_gd2.c 			yhi = fsy;
fsy               582 ext/gd/libgd/gd_gd2.c 					if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) && (y < fsy) && (y >= 0)) {