xlate 615 ext/gd/libgd/gd.c int xlate[256]; xlate 621 ext/gd/libgd/gd.c xlate[i] = -1; xlate 627 ext/gd/libgd/gd.c if (xlate[p] == -1) { xlate 629 ext/gd/libgd/gd.c xlate[p] = gdImageColorClosestAlpha (from, to->red[p], to->green[p], to->blue[p], to->alpha[p]); xlate 631 ext/gd/libgd/gd.c gdImageSetPixel(to, x, y, xlate[p]);