gdGetWord          39 libgd/gd_gd.c  			if (!gdGetWord(&im->colorsTotal, in)) {
gdGetWord          54 libgd/gd_gd.c  		if (!gdGetWord(&im->transparent, in)) {
gdGetWord         103 libgd/gd_gd.c  	if (!gdGetWord(sx, in)) {
gdGetWord         113 libgd/gd_gd.c  		if (!gdGetWord(sx, in)) {
gdGetWord         117 libgd/gd_gd.c  	if (!gdGetWord(sy, in)) {
gdGetWord          83 libgd/gd_gd2.c 	if (gdGetWord(vers, in) != 1) {
gdGetWord          94 libgd/gd_gd2.c 	if (!gdGetWord(sx, in)) {
gdGetWord          98 libgd/gd_gd2.c 	if (!gdGetWord(sy, in)) {
gdGetWord         105 libgd/gd_gd2.c 	if (gdGetWord(cs, in) != 1) {
gdGetWord         116 libgd/gd_gd2.c 	if (gdGetWord(fmt, in) != 1) {
gdGetWord         127 libgd/gd_gd2.c 	if (gdGetWord(ncx, in) != 1) {
gdGetWord         133 libgd/gd_gd2.c 	if (gdGetWord(ncy, in) != 1) {
gdGetWord          38 libgd/gd_io.h  int gdGetWord(int *result, gdIOCtx *ctx);